|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: RE: Namespaces Best Practice
----- Original Message -----
From: "David Carlisle" <davidc@n...>
> XSLT processors normally need to process entire input documents but XSLT
> is designed so the result can be streamed.
Really? Is there any W3C document that says it?
Sofar I have not seen a single XSLT engine
not accumulating the output... What is 'normally',
by the way?
> This accounts for restrictions
> in XSLT, most notably that you can't add attribute nodes after you've
> added any element.
You can:
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:template match="/">
<A>
<xsl:attribute name="b">bbb</xsl:attribute>
</A>
</xsl:template>
</xsl:stylesheet>
Rgds.Paul.
|
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








