Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: attribute

From: Martin Honnen <mahotrash@-----.-->
To: NULL
Date: 7/7/2009 7:41:00 PM
samuel wrote:
> hello!
> look, i can write this, it works:
> 		<xsl:attribute name="name"><xsl:value-of select="titre"/></
> xsl:attribute>
> 
> but this:
> 		<xsl:attribute name="name"><strong><xsl:value-of select="titre"/></
> strong></xsl:attribute>
> doesn't work...
> and neither does it when i try tu put some <xsl:text>  </xsl:text>
> around <strong> and </strong>.

What exactly is it that you want to achieve? An attribute can't contain 
elements so why are you trying to put an element like that 'strong' 
element into the attribute? The processor will either raise an error or 
ignore that element, see http://www.w3.org/TR/xslt#creating-attributes:

   "Creating nodes other than text nodes during the instantiation of the 
content of the xsl:attribute element; implementations may either signal 
the error or ignore the offending nodes."

Can you show us the XML or HTML you want the stylesheet to create? Or is 
that not XML you want to create?

-- 

	Martin Honnen --- MVP XML
	http://msmvps.com/blogs/martin_honnen/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent