Any full feature xml library available?

Domain dont_email at empty.com
Wed May 1 13:54:08 UTC 2019


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>




More information about the Digitalmars-d-learn mailing list