Special character issues

2008-03-06 Thread Roch B
Hi, I've got some trouble to customize the parsing/saving mode for XMLBeans. For example, I parse the following basic well-formed XML file: testthis is a test for quotes: , quot; end/test. XMLBeans considers and quot; as the same entity, and when I render it, and quot; are displayed either as

RE: Special character issues

2008-03-06 Thread Wing Yew Poon
quot; is a predefined entity reference in XML. It is equivalent in XML to the character in character data. That is the whole point of the entity. If you want the literal quot; then you should escape it as amp;quot;. - Wing Yew From: Roch B [mailto:[EMAIL

Help - Maven2 with XMLBean Integration

2008-03-06 Thread sathish.kumarp
Hi Friends, I am using XMLBeans to parse some XML Documents for this I want to generate Java classes from xsd by using XMLBean. In my project, we are using maven2 for building, So I want to add this generation of java classes from xsd to be included in the maven build. I plan to use

Re: Help - Maven2 with XMLBean Integration

2008-03-06 Thread Jacob Danner
This is documented in the src. You can access it online at: http://svn.apache.org/viewvc/xmlbeans/trunk/maven-plugin/INSTRUCTIONS.txt?revision=220227view=markup -jacobd On Thu, Mar 6, 2008 at 9:05 PM, [EMAIL PROTECTED] wrote: Hi Friends, I am using XMLBeans to parse some XML Documents