Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] a bit of distraction ' quiz of XSLT 1.0 oddities'

From: Kamal Bhatt <kbhatt@--------->
To:
Date: 1/2/2006 10:58:00 PM
Not too sure if this is an oddity of XSLT or of my parser (Xalan in 
cocoon) but I found that if the xsl:attribute value is not defined as 
the first thing, it is ignored completely. Eg



....

<img>

    <xsl:attribute name="src"><xsl:value-of 
select="some-value"/></xsl:attribute>

    <height>12</height>

</img>



will work



<img>

       <height>12</height>

      <xsl:attribute name="src"><xsl:value-of 
select="some-value"/></xsl:attribute>

</img>



will not.



This may seem obvious to some people, but it actually wasted a lot of 
time for us.


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