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


[Jeff Beadle]

> what about?
>
> <a xmlns:a="http://www.w3.org/1999/XSL/Transform";
> a:version="1.0">Hello World</a>
>
> :)

Shorter still, if it's just short we're after  -

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

I think that the original request had in mind a separate xml document that
the stylesheet would operate on, and also a stylesheet PI so that results
would get transformed by IE or some other browser.

Cheers,

Tom P



 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]