[fpc-pascal] XML Canonicalization Support

Michael Van Canneyt michael at freepascal.org
Fri Oct 16 22:50:11 CEST 2015



On Fri, 16 Oct 2015, Daniel Gaspary wrote:

> 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.

Well, I learn every day. This is good news !!

Now to find out whether this is inclusive or exclusive canonical form :-)

Michael.



More information about the fpc-pascal mailing list