XMLByte does not represent a "one byte" character, it just represents one
byte. Xerces-C will infer the encoding from a byte stream (whether from a
file or a memory buffer) according the to algorithm described at
http://www.w3.org/TR/REC-xml.html#sec-guessing
Either your memory buffer needs to s
Hi,
I was looking into MemParse.cpp which creates a an
instance of MemBufInputSource using a 1 byte char
String (XMLByte). I have a 2 byte long character
string (XMLCh) and i want to parse that ??
how do i do that ?? has any one of you modified
the version of MemBufInputSource which accepts