[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Output source XML structure as escaped HTML
Hi, > Is there an easy way to do this in XSL, or do I have to > monkey around with reading values from every > element/attribute and manually parse and position them all somehow? Use an XML serializer implemented in XSLT, e.g. <xsl:import href="http://xmlportfolio.com/xml-to-string/xml-to-string.xsl" /> <xsl:template match="/"> <xsl:call-template name="xml-to-string"> <xsl:with-param name="node-set" select="." /> </xsl:call-template> </xsl:template> Santtu XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|