PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1209 *** shadow/1209 Sun May 20 17:24:31 2001 --- shadow/1209.tmp.1246 Wed Aug 1 18:04:57 2001 *************** *** 1,19 **** ! Bug#: 1209 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: All ! Status: NEW ! Resolution: ! Severity: Normal ! Priority: Medium ! Component: org.apache.xalan.transformer ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: Transformer disregards indent="yes" in <xsl:output> ! When the xml source is read from a DOM representation (javax.xml.transform.dom.DOMSource) the Transformer disregards the indent flag and prints output unindented. --- 1,19 ---- ! +============================================================================+ ! | Transformer disregards indent="yes" in <xsl:output> | ! +----------------------------------------------------------------------------+ ! | Bug #: 1209 Product: XalanJ2 | ! | Status: RESOLVED Version: 2.0.1 | ! | Resolution: WORKSFORME Platform: PC | ! | Severity: Normal OS/Version: All | ! | Priority: Medium Component: org.apache.xalan.transf | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | When the xml source is read from a DOM representation (javax.xml.transform.dom.DOMSource) the Transformer disregards the indent flag and prints output unindented. *************** *** 46,48 **** --- 46,56 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-05-19 18:22 ------- Categorizing bugs related primarily to stylesheet elements, etc. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-08-01 18:04 ------- + I don't believe there is a bug related to this. Your stylesheet didn't seem + complete enough to illustrate indenting, nor did you provide an input XML. I + just tried a slightly modified test, and things seem to work fine. + + Please note that indenting can not be done if there is significant characters + next to where then indent would be placed. This is as per XSLT 1.0 spec. \ No newline at end of file
