Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] remove xmlinclude attributes

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Jon Stockdill <jon.stockdill AT gmail.com>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] remove xmlinclude attributes
  • Date: Wed, 27 May 2009 21:41:17 -0400

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




Archive powered by MHonArc 2.6.24.

Top of Page