> Scott - you are the person with the most experience in schema validation > and signatures. Is it worthwhile adding some form of switch to tell the > library to output base64 data in normalised form? (I.e. no line feeds > etc.) That way normalisation won't touch the data and schema validation > should work a bit better? Or am I missing something > fundamental somewhere?
We'd have to test it, but I think that would probably make things more interoperable. There's also a fix in Xerces now, but it won't be available until the next release. > Open to thoughts on that one - it means using the internal base64 class > rather than that provided by OpenSSL. Or you can just strip the line breaks out after it generates the data, I guess. -- Scott