[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] convert dom4j.Document to net.sf.saxon.om.NodeInfo
- From: "Michael Kay" <mike@saxonica.com>
- To: "'Brian Caruso'" <bdc34@cornell.edu>,<xml-dev@lists.xml.org>
- Date: Tue, 26 Sep 2006 23:47:21 +0100
Saxon questions would be better asked on the saxon-help list or forum at
SourceForge.
http://sourceforge.net/projects/saxon
There's a package in Saxon that allows you to wrap a DOM4J document in a
NodeInfo wrapper. Put saxon8-dom4j.jar on your classpath, and call
DocumentInfo n = new net.sf.saxon.dom4j.DocumentWrapper(doc, baseURI,
config);
Unfortunately the dom4j package has been omitted from the Javadoc
documentation. But the interface is very similar to the JDOM interface in
package net.sf.saxon.jdom - see
http://www.saxonica.com/documentation/javadoc/index.html
Michael Kay
Saxonica Limited
> -----Original Message-----
> From: Brian Caruso [mailto:bdc34@cornell.edu]
> Sent: 26 September 2006 21:36
> To: xml-dev@lists.xml.org
> Subject: [xml-dev] convert dom4j.Document to net.sf.saxon.om.NodeInfo
>
> I'd like to evaluate a xpath 2.0 type expression some xml
> info that I have as a dom4j.Document object.
>
> Right now I'm dumping the dom4j.Document to a String using
> asXml() and then reparsing it.
>
> Is there a simple way to convert the dom4j.Document to a
> net.sf.saxon.om.NodeInfo?
>
> Thanks.
> --
> Brian Caruso
> Programmer/Analyst
> Albert R. Mann Library
> Cornell University
> Ithaca, NY 14853
> (607)255-7705
>
> ______________________________________________________________
> _________
>
> XML-DEV is a publicly archived, unmoderated list hosted by
> OASIS to support XML implementation and development. To
> minimize spam in the archives, you must subscribe before posting.
>
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
> subscribe: xml-dev-subscribe@lists.xml.org List archive:
> http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]