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=12090>. 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=12090 <xsl:for-each> iterates over phantom nodes. ------- Additional Comments From [EMAIL PROTECTED] 2002-08-28 09:15 ------- Someone suggested I replace the child::node() call with child::* this seems to do the trick although I am not sure why. However the previous method of using child::node() with Microsofts MSXML 3.0 parser when called directly from within IE5 works. I am porting our stylesheets to be processed on the serverside as some of them can take ages to process on the client, which is how I came across this. Thanks for your responses. Mark.
