The following XML String, when parsed and printed again, using Xerces, replaced the escape sequence with ?. Why?
The (browser is not displaying the entity reference as is. Please read of the as #153 with & as prefix i.e., as 153; without space character in between) entity reference in the following XML :
<SELECTION_CODE SEL_CODE="055" SEL_CD_CATEGORY_ID="10737" SEL_CODE_DESC="" PRODUCT_COUNT="6" ITEM_COUNT="17"/>
got replaced with ? :
<SELECTION_CODE ITEM_COUNT="17" PRODUCT_COUNT="6" SEL_CD_CATEGORY_ID="10737" SEL_CODE="055" SEL_CODE_DESC="?"/>
I would appreciate your help.
[ October 28, 2002: Message edited by: Ismail ]