You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by Mark Hibbard <ma...@scrittura.com> on 2005/03/14 18:30:49 UTC

XmlBeans and CDATA

In my xml I have have

<role name="DocSpecialists" access="write">
	<condition><![CDATA[docspecialist = 'USERID']]></condition>
</role>

When I use xmlBeans to parse the xml and write it out - it becomes

<role name="DocSpecialists" access="write">
	<condition
override-global="false">&lt;xml-fragment>docspecialist =
'USERID'&lt;/xml-fragment></condition>
</role>

Anyone help me - How can I prevent this happening?

Thanks

Makr


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org