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-13 21:55 ------- Xalan's output is correct. If you don't want whitespace text nodes from the source in the result, there are several possibilities: 1. Don't copy them. 2. Modify your input files to remove the extraneous whitespace text nodes 3. Strip them from the source document. See xsl:strip-space for more information. In any case, if you want the exact whitespace in your proposed "correct" output, you either will need to experiment with adding whitespace in your stylesheet or use the indent attribute of xsl:output and the -i option for the Xalan command line. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
