On 02/05/2019 2:04 AM, Domain wrote:
On Wednesday, 1 May 2019 at 13:57:04 UTC, bachmeier wrote:
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

Yes, but I don't think dxml support these features.

It does not. Those features come under the big bad guys feature list.

Gonna have to go to C for it.

Reply via email to