DBXML Berkley messes up characters invalidating W3C stand
Posted: Thu Jan 05, 2006 7:15 pm
I'm running DBXML of berkley.
I need to us < > and other XML foreign characters in my XML structure
W3c standards tell me to ue < an > as encoding.
This is fine for me ...
As I load the xml record in the DB
as : <test var="<>" />
the xml record is returned as <test vat="<>" />
it seems to interprete the > opposed to the <
as a result the XML string is corrupted.
Any idea to solve the problem
I need to us < > and other XML foreign characters in my XML structure
W3c standards tell me to ue < an > as encoding.
This is fine for me ...
As I load the xml record in the DB
as : <test var="<>" />
the xml record is returned as <test vat="<>" />
it seems to interprete the > opposed to the <
as a result the XML string is corrupted.

Any idea to solve the problem