RE: Removing CData from XML Elements

2009-03-11 Thread acowlin
Hi Radu, Apologies if I wasn't very clear before. I had an xml element that looked like this, (but the text was much longer)

Some description

I was loading this into an xmlbeans document, but when I did a toString() on that document the XML being returned was So I actually wanted t

Removing CData from XML Elements

2009-03-10 Thread acowlin
Hi, I am trying to parse an Xml document with a "description" tag that contains html that has already been "entitised". Because of this I do not want to place it in a CData but XmlBeans seems to be doing this automatically for me and I can't stop it. The element in the schema is simple, it's ju