Is it possible to use Jackson to parse XHTML? I am trying to parse this
fragment, and the inline <i>,</i> and <b></b> tags are giving me some
problems.
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
This is an <i>example</i> with some <b>xhtml</b> formatting.
</p>
</div>
I'm getting an exception:
java.io.IOException: Expected END_ELEMENT, got event of type 1
Is there a way to configure Jackson to make this work?
Thanks,
Steve
--
You received this message because you are subscribed to the Google Groups
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.