[fpc-pascal] XML Canonicalization Support

Daniel Gaspary dgaspary at gmail.com
Fri Oct 16 21:06:49 CEST 2015


On Fri, Oct 16, 2015 at 8:11 AM, Michael Van Canneyt
<michael at freepascal.org> wrote:
> Not to my knowledge.

The TDomParser has an option to cannonical form:

Parser := TDOMParser.Create;
Parser.Options.CanonicalForm:=True;


TXmlWriter seems to have support too.



More information about the fpc-pascal mailing list