Web Development
xsl.txt
Associated article: Rendering XML Documents Using XSL
Tags: Web Development
Published source code accompanying the article by Sean McGrath in which he presents an overview of XSL and illustrates how it can be used with MSXSL, Microsoft's XSL implementation.
Rendering XML Documents Using XSL by Sean McGrath Example 1: C>msxsl -i cfs.xml -s cfs4.xsl -o cfs4.htm Error in style sheet 'cfs4.xsl' ParseException: Expecting name instead of '1' Location: file:///C:/DOBBS/cfs4.xsl (9,17) ...


