[ 
http://issues.apache.org/jira/browse/XMLBEANS-296?page=comments#action_12451986 
] 
            
Jacob Danner commented on XMLBEANS-296:
---------------------------------------

I've seen this to via something like:

String fooXml = "<root><!-- comment --><baz>a</baz></root>";

XmlObject xObj = XmlObject.Factory.parse(fooXml);
System.out.println(xObj.xmlText());

will display:
<root><baz>a</baz></root>

It looks like this 'feature' has been around since v1

> Xml comments are ignored by XmlBeans
> ------------------------------------
>
>                 Key: XMLBEANS-296
>                 URL: http://issues.apache.org/jira/browse/XMLBEANS-296
>             Project: XMLBeans
>          Issue Type: Bug
>    Affects Versions: Version 2.1
>         Environment: WindowsXp + JDK1.5.0-6
>            Reporter: Auber Lin
>            Priority: Blocker
>
> When a xml file contains some comments like <!--comment statements-->, these 
> comments are not included into the document object created by xmlbeans. so if 
> an application accessing xml file using xmlbeans, there is no way for it to 
> modify or delete these already-existed comments.

-- 
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