Hello,

  I apologize for being woefully uninformed on this topic, but I'm confused
by how the SAX2 character function and transpose are intermingling.

I interact with a system that returned me a document wiht the following
element:

<TradeInModel>3.2TL&#xfd;MDX</TradeInModel>

Apparenently, the character function is called with the following inputs
1)  3.2TL
2)  &#xfd;
3)  MDX

No real suprises, however whenever I transpose &#xfd I receive the null
character (I think, I'm still validating all of this and trying to figure
out exactly what is going on).  The 254th (0xfd) character in iso 8859-1 is
a y with a accent mark over top, so this really surprised me.  Why am I
receiving a null character from transpose while parsing the above element?

Thanks,

--
Brad Settlemyer
[EMAIL PROTECTED]
(703) 547-0142


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to