Hi,

I run into a problem with digester,
when include (X)HTML in a XML file
that I want to read with Digester.

I've an XML and ne of those values contain
(X)HTML:
<root>
...
<texte>
 <text>Nice to see you!<br/>Please be sure...</text>
 ...
</texte>
...
</root>

Now I thought the String that is read by Digester
would be "Nice to see you!<br/>Please be sure..."

NO! it doesn't contain "<br/>"

like: "Nice to see you!Please be sure..."

Am I doing something wrong?



Best regards,
Matthias


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to