eCDataEntityCountThreshold*(int cdataEntityCountThreshold)
>
> setSaveCDataLengthThreshold(1000)
> setSaveCDataEntityCountThreshold(-1)
> *
> *and another combinations and still the document is generated with cdata.
>
> Someone have anyone idea how I resolve it ?
>
>
It's just a matter of whether you want to insert text or XML content.
If you have XML as text, you need to parse it and insert the resulting
root element in the containing document.
Or, you can insert the XML unparsed, but then it will be inserted as
CDATA and the recipient has to parse it himself
Radu,
today I started my computer and it was working(weird) , the cdata was
removed, but now the xml string content was replace with "xml entity" "<" =
"<" .
Now I need fix it... (I think that is xml problem and not xmlbeans problem,
but is not sure about it.)
anywhere you could find my sample p
These are the right options, can you post the exact code you're using?
Radu
On Thu, 2008-03-13 at 08:32 -0300, Alex Florentino wrote:
> any idea ?
>
> On Wed, Mar 12, 2008 at 11:40 AM, Alex Florentino
> <[EMAIL PROTECTED]> wrote:
> I am using the xmlbeans 2.3.0
>
> I hav
any idea ?
On Wed, Mar 12, 2008 at 11:40 AM, Alex Florentino <[EMAIL PROTECTED]>
wrote:
> I am using the xmlbeans 2.3.0
>
> I have a document that have another xml document sample:
>
>
>
>
>
>
>
>
>
> the problem is that xmlbeans put this xml content(CONFIRMMESSAGE) how
> cdata content, a
I am using the xmlbeans 2.3.0
I have a document that have another xml document sample:
the problem is that xmlbeans put this xml content(CONFIRMMESSAGE) how cdata
content, and my third-partner don't is be able handler it.
I need that xmlbeans don't put the content as CDATA .
I already
6 matches
Mail list logo