OM attribute sterilization problem 
-----------------------------------

                 Key: WSCOMMONS-77
                 URL: http://issues.apache.org/jira/browse/WSCOMMONS-77
             Project: WS-Commons
          Issue Type: Bug
          Components: AXIOM
            Reporter: Deepal Jayasinghe
            Priority: Blocker
         Attachments: OMAttributeSerializeTest.java

I create an OMElement using following XML , but when I serialize the OMElement 
I got invalid XML.

<cg:foo xmlns:cg="http://www.w3.org/test";>
    <item0>value</item0>
    <item1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
           xsi:nil="true"></item1>
    <item2>322132131</item2>
    <item3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
           xsi:nil="true">1121</item3>
    <item4>item2</item4>
</cg:foo>



P:S- I have attached the test case to regenerate the issue,

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to