|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] aborting element creation
Hi XSL guru's and experts,
I was wondering... Is there a way (in XSLT1.0 or 2.0) to prohibit an element to be constructed and added to the result tree, while other XSL instruction inside are being processed normally?
into this: <root> <container> <node encapsulate="container"/> </container> <node/> </root> without any decisive structure or pattern matching? the following template throws an error about the Qname (XSLT1.0): <xsl:template match="node">
<xsl:element name="{@encapsulate}">
<xsl:copy-of select="."/>
</xsl:element>
</xsl:template>
|
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








