DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30622>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30622 xsl:output method="xml" indent="yes" not working as expected. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2004-08-12 20:33 ------- Yes, but which one? Turns out there are two different ones I've come across in the Xalan online documentation (and the one you've listed is the wrong one): xmlns:xalan="http://xml.apache.org/xalan" -- used for nodeset xmlns:xalan="http://xml.apache.org/xslt" -- used for xalan:ident-amount I renamed the second one to 'xslt' and used 'xslt:indent-amount'. This fixed my indent problem. I might suggest that someone should change the online documentation to not have two different definitions for the 'xalan:' namespace. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
