RE: [xsl] Attribute default values (using SAXON/XALAN/MSXML) --B UG in MSXM L?--

Subject: RE: [xsl] Attribute default values (using SAXON/XALAN/MSXML) --B UG in MSXM L?--
From: Andrew Kimball <akimball@xxxxxxxxxxxxx>
Date: Mon, 22 Jan 2001 12:42:15 -0800
Eric,

You wrote:
> XALAN and SAXON always give: <out>2|2|2</out>
> msxml gives <out>2|2|2</out> on mail.txt and <out>0|2|0</out> on mail2.txt

This is a bug in MSXML (matching a default attribute and its parent fails)
that will be fixed for the next version.  One simple workaround to your
problem is to replace occurrences of '//' with
'/descendant-or-self::node()/'.

~Andy Kimball
MSXSL Dev

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread