[ 
http://issues.apache.org/jira/browse/XMLBEANS-296?page=comments#action_12448750 
] 
            
Cezar Andrei commented on XMLBEANS-296:
---------------------------------------

Did you try using the XmlCursor's insertComment(), get/set TextValue() on the 
comment event and removeXml()?
To get an XmlCursor from an XmlObject use: 
    XmlCursor xc = xmlObject.newCursor();
    xc. .... // do stuff with cursor
    xc.dispose();

Please let us know if those methods worked for you.

> 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