Any full feature xml library available?

bachmeier no at spam.net
Wed May 1 13:57:04 UTC 2019


On Wednesday, 1 May 2019 at 13:54:08 UTC, Domain wrote:
> I need a xml library which support document entity or xinclude.
> The xml may like this:
>
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE doc [
>     <!ENTITY data SYSTEM "data.xml">
> ]>
> <root xmlns:xi="http://www.w3.org/2001/XInclude">
>     &data;
>     <xi:include href="table.xml"/>
> </root>

Have you looked at this?

https://github.com/jmdavis/dxml


More information about the Digitalmars-d-learn mailing list