JiBX will automatically escape output text to obey the rules of XML and
the particular encoding being used. There are some differences in how
escaping works for XML vs. HTML, but in this case the results are the
same so you can just use the string directly in its original form. JiBX
does not pr
I've got a string (St. JéRôMe) that needs to be HTML escaped. After
escaping it (St. JéRôMe) I then marshall the object that
contains this escaped string through JiBX. After doing so, the value
is St. JéRôMe. As you can see, JiBX has re-encoded
it. It encoded the "&" into "&". How ca