Hi Mao, [EMAIL PROTECTED] <[EMAIL PROTECTED]> writes:
> It seems Xerces currently doesn't support serializing XML as canonical > form. Is there any plan to support that (http://www.w3.org/TR/xml-c14n)? Xerces-C++ currently does not support canonical representation and I am not aware of anybody working on this support. However, you can use the XML Security for C++ library. Generally, if you are looking for some related functionality that appears to be missing in Xerces-C++ then it is a good idea to check the Applications page: http://xerces.apache.org/xerces-c/applications.html Boris -- Boris Kolpackov, Code Synthesis Tools http://codesynthesis.com/~boris/blog Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
