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. ------- Additional Comments From [EMAIL PROTECTED] 2004-08-12 20:10 ------- Sanity checks: 1) You did remember to declare the xalan: namespace, right? xmlns:xalan="http://xml.apache.org/xalan" 2) Note that indent currently applies only when you're running through our serializer. If you're outputting to a DOM, or to a SAX stream, it will probably have no effect. There was some recent debate about whether it should affect these representations or not, which as far as I know came to no clear conclusion; it really isn't clear from the spec whether this directive is supposed to alter the result tree or only the serialized form thereof, and whether a DOM (for example) represents the former or the latter. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
