Whitespaces after elements are missing in the AXIOM object model
----------------------------------------------------------------
Key: AXIS2C-446
URL: http://issues.apache.org/jira/browse/AXIS2C-446
Project: Axis2-C
Issue Type: Bug
Components: xml/om
Affects Versions: Current (Nightly)
Reporter: Dumindu Pallewela
Whitespaces in an xml document such as the following will be eleminated when
its AXIOM OM is built.
<a>
<b>
</b>
</a>
The resulting representation of the above document becomes
<a><b></b></a>
As a consequence, we can't build the proper canonical representation of an xml
document, using AXIOM. This may also lead to interoperability problems with
digital signature.
--
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]