|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl:namespace
Have I succeded? No. :-) Examples you have used are too artificial and can be written without xsl:namespace. I would suggest an example when one needs to output QName attribute. <xsl:variable name="value" as="xs:QName" select="..."/> <element value="{$value}">
<xsl:namespace
name="{prefix-from-QName($value)}"
select="{namespace-uri-from-QName($value)}/>
...
</element>P.S. This in fact raises another question on how to correctly handle attributes with QName values. -- Vladimir Nesterovsky http://www.nesterovsky-bros.com/ I'm trying to make a code example that makes xsl:namespace understandable. In my opinion one of the most difficult xsl elements. Now here is my question: Have I succeded?
|
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








