std.xml2 (collecting features)

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue May 5 23:33:44 PDT 2015


On 2015-05-05 16:04, "Ola Fosheim =?UTF-8?B?R3LDuHN0YWQi?= 
<ola.fosheim.grostad+dlang at gmail.com>" wrote:

> In my opinion it is rather difficult to build a good API without also
> using the API in an application in parallel. So it would be a good
> strategy to build a specific DOM along with writing the XML
> infrastructure, like SVG/HTML.

Agree.

> Also, some parsers, like RapidXML only support a subset of XML. So they
> cannot be used for comparisons.

The Tango parser has some limitation as well. In some places it 
sacrificed correctness for speed. There's a comment claiming the parser 
might read past the input if it's not well formed.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list