Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Re: Last call

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Wolfgang Hoschek <whoschek AT lbl.gov>
  • To: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Re: Last call
  • Date: Sat, 13 Mar 2004 14:23:40 -0800

Thanks, works fine for me.

BTW, on a different issue: what's the purpose for sealing the xom jar? Doesn't strike me as important.
Plus, it makes patching xom less straightforward. For example up until now i could have the patched nu.xom.converters.DOMConverter in my own project jar (and tree), and by virtue of this class or jar file being before xom.jar in the classpath the patch gets used instead of the original. This is handy in many ways. It also does not require distributing a patched (non-standard) xom.jar. With sealing this does not work anymore.

Why seal something that is open source anyway?

Wolfgang.

On Mar 13, 2004, at 7:40 AM, Elliotte Rusty Harold wrote:

I've added a method to convert DocumentFragments to Nodes to the DOMConverter class as requested. It's now in CVS. If this doesn't work for you for any reason, let me know.

--
Elliotte Rusty Harold
elharo AT metalab.unc.edu
Effective XML (Addison-Wesley, 2003)
http://www.cafeconleche.org/books/effectivexml
http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/ cafeaulaitA





Archive powered by MHonArc 2.6.24.

Top of Page