DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14516>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14516 Repetitive node validation [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-11-14 17:03 ------- It _is_ a whitespace problem. By default MSXML strips whitespace from the source tree. This changes the result of position(), which changes the result of the attributes that are generated. XMLSpy uses MSXSL as its engine, so it's not surprising you get the same result. Try adding the following to your stylesheet, as the first child of the stylesheet element, and you will see what I mean: <xsl:strip-space elements="*"/> As I said before, I verified Xalan-C's output with both Saxon and XT, which do not implement Microsoft's non-standard whitespace behavior, and they produce the same result as Xalan-C. For more information, see the XSL FAQ: http://www.dpawson.co.uk/xsl/sect2/N6099.html#d5842e70 http://www.dpawson.co.uk/xsl/sect2/N8321.html#d7856e591