This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Attribute default values (using SAXON/XALAN/MSXML) --BUG in MSXM L?--


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]