Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - attribute >Thread Next - Re: attribute Re: attributeTo: 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/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
