|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Re: a bit of distraction ' quiz of XSLT 1.0 oddities'
Subject: Re: a bit of distraction ' quiz of XSLT 1.0 oddities'
From: Kamal Bhatt <kbhatt@xxxxxxxxx>
Date: Tue, 03 Jan 2006 10:17:13 +1100
|
Yes, you look like your right. Sorry, I should pay closer attention to
the standard.
Sylvain Hellegouarch wrote:
Hi Kamal,
I guess that's what the specification implies by:
The following are all errors:
* Adding an attribute to an element after children have been added to
it; implementations may either signal the error or ignore the attribute.
http://www.w3.org/TR/xslt#creating-attributes
Although I might misunderstand.
- Sylvain
Kamal Bhatt a icrit :
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.
|
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
| RSS 2.0 |
|
| Atom 0.3 |
|
|