RE: [xsl] Hello World (From: David Carlisle)

Subject: RE: [xsl] Hello World (From: David Carlisle)
From: "Snow, Corey" <csnow@xxxxxxxxxxxxxxxxx>
Date: Thu, 20 Jun 2002 14:02:10 -0700
> >
> >So what's the smallest stylesheet that will print hello 
> world and works
> >if run with any program that may or may not implement XSLT 
> 1.0 to some
> >degree or other?
>

Managed to shave a few more characters off the sheet in my other message-
now it's 124 instead of 128:

<transform version="1.0"
xmlns="http://www.w3.org/1999/XSL/Transform";><template match="/">Hello
World</template></transform>

:-)

Corey

#########################################################
The information contained in this e-mail and subsequent attachments may be privileged, 
confidential and protected from disclosure.  This transmission is intended for the sole 
use of the individual and entity to whom it is addressed.  If you are not the intended 
recipient, any dissemination, distribution or copying is strictly prohibited.  If you 
think that you have received this message in error, please e-mail the sender at the above 
e-mail address.
#########################################################

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


Current Thread