||unity-dev|| HTML entities in UPCs
unity-dev@moock.org
unity-dev@moock.org
Wed Mar 1 22:41:01 2006
Don't know if this is a bug or not:
Running the versions:
2.0.2 Express Build 236
2.0.2 Pro Build 236
The XML parsing actually produced different results.
In the 'express' version, any HTML entities (like " &) I send
through UPC, by the time they get to my java code, the entities are
removed, and converted into " or & or whatever.
In the 'pro' version, the entities are NOT removed, and stay as " and &
I'm guessing this has to do with the different XML parsing libraries
you are using for the two (I think you say somewhere that the Pro one
is much faster). This has been causing problems, because we were
running an express version to test with, and a pro version for the
live deployment (on the same domain), and we kept having problems
moving our code from test to live.
Just an FYI...we just added an extra check, that on the Pro build, it
will strip out the entities for us, so we have the same behavior on
both.
-David R