<xapi:resourceSet xmlns:xapi="http://www.xmldb.org/xapi/ResourceSet" collectionURI="driver:/path/to/collection">
<xapi:resource documentId="1">
<somenode/>
</xapi:resource>
<xapi:resource documentId="2">
<somenode/>
</xapi:resource>
<xapi:resource documentId="12" collectionURI="driver:/path/to/another/
collection">
<somenode/>
</xapi:resource>
...
</xapi:resourceSet>
On Wednesday, August 8, 2001, at 01:35 AM, Ronald Bourret wrote:
I prefer the wrapped version over the polluted :) version, but don't have a strong feeling either way. Both are relatively easy to process.
-- Ron
Jeremias Maerki wrote:
I agree. Are there other oppinions?
An idea that comes to my mind is to provide an org.xml.sax.XMLFilter implementation that converts the wrapped version to the unwrapped (or the other way). This should be very easy to implement and will have very little performance impact. The drawback: You can't use getContentAsDOM() anymore, you will have to build the DOM manually through SAX. All in all, maybe not so cool.---------------------------------------------------------------------- Post a message: mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED] Contact administrator: mailto:[EMAIL PROTECTED] Read archived messages: http://archive.xmldb.org/ ----------------------------------------------------------------------
Kimbro Staken The dbXML Project htttp://www.dbxml.org ---------------------------------------------------------------------- Post a message: mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED] Contact administrator: mailto:[EMAIL PROTECTED] Read archived messages: http://archive.xmldb.org/ ----------------------------------------------------------------------