When trying to use the SAXParser::getSrcOffset() call, I'm getting a runtime exception stating "The current transcoding service does not support source offset information". I have set the fgXercesCalculateSrcOfs bool to true, and a little googling seems to indicate that source offsets are not supported in the MacOSUnicodeConverter.

Is there some sort of workaround for this? If not, I need to find another way to solve the following problem:

When encountering a specific element, I want to be able get the raw character buffer of everything inside that element (not just the text- value of the element, the raw buffer containing all descendants and such; stuff that the characters() callback doesn't give you). I / could/ assemble this buffer piecemeal from the callbacks I get from the parser, but that would be a really hideous solution.

Best regards,
Byron Campen

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to