Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Feature request: Serializable nodes

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Robert Koberg <rob AT koberg.com>
  • To: Steve Loughran <steve.loughran AT gmail.com>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Feature request: Serializable nodes
  • Date: Fri, 28 Jan 2005 07:24:06 -0800

Steve Loughran wrote:

>
> The problem I am having is that the nodes are part of a graph of
> distributed deployment of objects; you may have a bit of the graph in
> one process/host, and a bit more elsewhere. Java RMI works as the
> comms layer, but it really depends on serialisation. the XML
> representation works for documents, but not pieces of the graph.
>

You could look at dom4j:

http://www.dom4j.org/apidocs/org/dom4j/io/SAXEventRecorder.html

and adapt that for your needs?

best,
-Rob




Archive powered by MHonArc 2.6.24.

Top of Page