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:04 -------
Tried to update the output statement; did not effect my indentation.   Here's my
invocation sequence for the translator:

  java org.apache.xalan.xslt.Process -xml -in <infile> -xsl <xslfile> ...

Here's the output statement I'm using in the xsl file:

<xsl:output method="xml" encoding="UTF-8" standalone="yes"
            indent="yes" xalan:indent-amount="3" />

Here's some extracts from the output file (hopefully w/ whitespace perserved):

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Results xmlns="http://fedex.com/gnsl";>
<QueryString>
<INLINE>true</INLINE>
</QueryString>
  <package-possession-enhancement>
    <acceptance-date-time>
<raw>20040727232400Z-0600</raw>
<formatted formatType="date-time">20040727232400Z-0600</formatted>
</acceptance-date-time>
    <packaging-type>01</packaging-type>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to