|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Irrecoverable BUG in MSXML 4.0 concerning ancestor::*[
Hello, friends.
Let's use MSXML 4.0 (July) and transform this:
<root><node/></root>
via this:
<xsl:template match="/root">
<result>
<xsl:for-each select="node">
<xsl:if test="ancestor::*[true()][1]"><OK/></xsl:if>
</xsl:for-each>
</result>
</xsl:template>
As a result, we obtain <result></result>
instead of <result><OK/></result>.
This time, I failed to find a work-around, switched to 3.0,
and had to stop testing MSXML 4.0 due to this bug.
Now I am working in 3.0 and waiting for the next version
to appear with (at least) this bug fixed.
--
Alexander E. Gutman
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








