xsl-list
[Top] [All Lists]

Re: [xsl] Basics of XSLT

2009-03-10 09:21:55
Thanks a lot, Chris.

Manuel

Scott, Christopher escribió:
XSLT is a language, which can transform an XML input (with XSLT 2.0, we can take a Text input as well) to various kinds of outputs (like XML, HTML and Text).
I didn't know about the text input, and that could be very useful for
me. Could you provide any online tutorial about that?

Look for the unparsed-text() function.  With the new regex capabilities
of XSL2, xsl is fast becoming an alternative to  lexer/parser generators
for quick and dirty stuff for me.  For example take a look at this CSV
to XML stylesheet.  While not a tutorial per se, I believe it
illustrates the point quite well.

http://andrewjwelch.com/code/xslt/csv/csv-to-xml_v2.html

Thanks,

~Chris

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>