Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] XOM 1.3.0

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Michael Whapples <software AT mdw.onl>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] XOM 1.3.0
  • Date: Tue, 1 Jan 2019 10:15:54 +0000

I also say thanks. It is too easy for nothing to be said about software which just works most of the time.


Michael Whapples

On 31/12/2018 22:02, Peter Murray-Rust wrote:
Just to thank Elliotte for ~20 years of XOM. I use it every day.

P.

On Mon, Dec 31, 2018 at 9:32 PM Elliotte Rusty Harold <elharo AT ibiblio.org>
wrote:

I've posted XOM 1.3.0 in the usual location:

https://xom.nu/

The Nodes and Elements classes are iterable so you can use the
enhanced for loop syntax on instances of these classes.

The copy() method is now covariant.

It should be backwards compatible with earlier versions. Java 1.6 or
later is required.

I considered other places I wanted to use Iterable (e.g. on the
children of Node) but haven't made up my mind yet, so I thought I'd
push out at least this much.

--
Elliotte Rusty Harold
elharo AT ibiblio.org
_______________________________________________
XOM-interest mailing list
XOM-interest AT lists.ibiblio.org
https://lists.ibiblio.org/mailman/listinfo/xom-interest





  • Re: [XOM-interest] XOM 1.3.0, Michael Whapples, 01/01/2019

Archive powered by MHonArc 2.6.24.

Top of Page