[XOM-interest] remove xmlinclude attributes

Jon Stockdill jon.stockdill at gmail.com
Wed May 27 21:41:17 EDT 2009


When I use the XInclude class, it produces xml like:
<?xml version="1.0" encoding="UTF-8"?>
<parentxml>
    <title>XML TITLE</title>
    <Element xmlns="" xml:base="file:///path/to/child.xml">
        <includedxml active="true" />
    </Element>
</parentxml>

Is it possible to perform the include w/o the attributes:
xmlns="" xml:base="file:///path/to/child.xml"

Thanks,

--jon


More information about the XOM-interest mailing list