Hi Jason!

// I would make your own InputSource subclass, and BinInputStream
// subclass, and I would override readBytes() to calculate the checksum
// there. Otherwise, you'll have to make your own scanner implementation
// which seems much harder to me.
//
// Also, you may want to take a look at the XML Signature recommendation
// from W3C.

Thanx for your reply!

ok, as far as I understand this I would have to use the
SAX2XMLReader::parse(const InputSource& source) method
instead of SAX2XMLReader::parse(const XMLCh* const systemId) method
and I somehow have to connect my XML-file to a derived InputSource-object
which then loads it via a
derived BinInputStream ?!

is there any sample code out there on how to connect this all together ?

Regards,
Hans Pesata



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

Reply via email to