[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Output source XML structure as escaped HTML
Hello all, I want to take an XML source document and output it's structure into an HTML file as escaped text. For example, I want to take this: <root> <item/> <item>test</item> <item name="default"/> </root> And output this escaped text into an HTML file: <root> <item/> <item>test</item> <item name="default"/> </root> 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? Thanks, ...Matt 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
|