This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Hello World


<a xmlns:a="http://www.w3.org/1999/XSL/Transform";>helloworld</a>

does the business on every XSLT processor except for SAXON and Oracle...

in actuality the XSLT 1.0 spec states 'F. Changes from Proposed
Recommendation' that an xsl:version attribute is required on a literal
result element used as a stylesheet. Which means pedantically that
xsl:version can be omitted as this is a non-normative recc.

also i dropped a space between hello and world.... hehehehhehe its not even
friday yet, must be the world cup adling my brain.

cheers, jim fuller


----- Original Message -----
From: "Hesselberth, Jan" <Jan.Hesselberth@northernrock.co.uk>
To: <xsl-list@lists.mulberrytech.com>
Sent: Wednesday, June 19, 2002 5:01 PM
Subject: RE: [xsl] Hello World


> Why not just <a xmlns:a="http://www.w3.org/1999/XSL/Transform";
> a:version="2">Hi</a>
>
> -----Original Message-----
> From: Jeff Beadle [mailto:Jbeadle@manh.com]
> Sent: 19 June 2002 17:03
> To: xsl-list@lists.mulberrytech.com
> Subject: RE: [xsl] Hello World
>
>
> nice!
>
> -----Original Message-----
> From: Johannes Döbler [mailto:jd@aztecrider.com]
> Sent: Wednesday, June 19, 2002 11:54 AM
> To: xsl-list@lists.mulberrytech.com
> Subject: RE: [xsl] Hello World
>
>
> <a xmlns:a="http://www.w3.org/1999/XSL/Transform"; a:version="2">Hello
> World</a>
>
> two characters saved due to forwards-compatible processing.
>
>
> >what about?
> >
> ><a xmlns:a="http://www.w3.org/1999/XSL/Transform";
> >a:version="1.0">Hello World</a>
> >
> >:)
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>
>
>
> --------------------------------------------------------------------------
> CONFIDENTIALITY
> The information contained in this e-mail and any files transmitted with it
> is private and confidential. It is intended for the named addressee only.
> If you are not the intended addressee you are prohibited from
> storing, copying or using the information in any way.
> If you received this e-mail due to a transmission error please notify the
> sender immediately. No liability is accepted by Northern Rock
> for any losses caused by viruses contracted during transit
> over the Internet or present in any receiving system.
> This e-mail is not intended to create legally binding commitments on
> behalf of Northern Rock plc, nor do its contents reflect the corporate
> views or policies of Northern Rock plc.
> --------------------------------------------------------------------------
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]