<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?> <?xml-stylesheet type="text/xsl" href="show_book.xsl" title="default stylesheet"?> <!DOCTYPE catalog SYSTEM "Test.dtd"> <!-- comments --> <catalog>   <data>1</data>   <data>Me&amp;You</data>   <a>     <b>       <c>         <d/>         <e/>         <f/>       </c>     </b>   </a> <elementName att1Name="att1Value" att2Name="att2Value" /> <xs:element name="comment" type="xs:string"/> <xsl:for-each select="x | y/x">   <xsl:value-of select="."/>,   <xsl:if test="not(position()=last())">,</xsl:if> </xsl:for-each>   <![CDATA[An in-depth look at creating applications with XML, using <, >,]]> <person>   <givenName>Stephanie</givenName>   <familyName>Bourne</familyName> </person>    </catalog>
Last edited Jan 14 at 10:54 PM by tuxon2, version 5

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987