DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22472>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22472

With setIndenting(true), last attribute is never wrapped

           Summary: With setIndenting(true), last attribute is never wrapped
           Product: Xerces2-J
           Version: 2.5.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Serialization
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I'm using XMLSerializer, and my OutputFormat has setIndenting(true). The last 
attribute (or namespace declaration) in an element never gets wrapped to the 
next line:

<?xml version="1.0"?>
<aaa>
    <bbb att1="abcdefghijklmnopqrstuvwxyz"
        att2="abcdefghijklmnopqrstuvwxyz"
        att3="abcdefghijklmnopqrstuvwxyz"
        att4="abcdefghijklmnopqrstuvwxyz"
        att5="abcdefghijklmnopqrstuvwxyz" att6="abcdefghijklmnopqrstuvwxyz"/>
</aaa>

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

Reply via email to