Phobos Action Items

Lodovico Giaretta via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 21 13:36:10 PDT 2016


On Monday, 20 June 2016 at 07:48:49 UTC, Andrea Fontana wrote:
> On Saturday, 18 June 2016 at 20:04:50 UTC, Walter Bright wrote:
>
>> 6. replace std.xml with something we can be proud of that is 
>> second to none in performance (Robert burner Schadek is 
>> mentoring on this https://github.com/lodo1995/experimental.xml)
>
> I hope it will support html and xpath too.
>
> Andrea

The low-level parser is explicitly written to support any format 
which resembles XML, and will have no problem handling HTML. 
Regarding higher level APIs: with validations turned on, HTML 
would surely be rejected (it breaks many XML well-formedness 
constraints); with validations turned off, it may or may not 
work, because higher level APIs implicitly assume that their 
input is well-formed.

As for XPath, I probably won't have time to work on it during 
GSoC, but if everything goes well I may work on it after the end 
of the project.

Lodovico Giaretta


More information about the Digitalmars-d mailing list