|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Dumping a variable
> I have a variable, I'd like to dump the XML contained in that variable > without applying any parsing (debugging purposes). I assume "dump" means "display" rather than "delete"? What do you mean by saying that the variable contains XML? In XSLT 1.0 a variable can contain a node-set, or it can contain a string. In both cases you can display the value of the variable using <xsl:message><xsl:copy-of select="$var"/></xsl:message> and no parsing will be involved. In fact, there is no way to invoke XML parsing from standard XSLT, so I don't understand your concern. Michael Kay http://www.saxonica.com/
|
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
|

Cart








