http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2446 *** shadow/2446 Wed Jul 4 03:17:26 2001 --- shadow/2446.tmp.18963 Wed Jul 4 03:17:26 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | IE5 requires that the div element is not indented | + +----------------------------------------------------------------------------+ + | Bug #: 2446 Product: XalanJ2 | + | Status: NEW Version: 2.1.0 | + | Resolution: Platform: All | + | Severity: Minor OS/Version: All | + | Priority: Other Component: org.apache.xalan.serial | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + IE5 considers white space around the div element as important. + + Currently (with output method="html" and indent="yes") div is + indented causing undesired results. + + Easily fixed by turning off indent but this isnt ideal while + developing.
