Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Search and replace

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Arjan Huijzer <huijzer AT gmail.com>
  • To: Elliotte Harold <elharo AT metalab.unc.edu>
  • Cc: XOM-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Search and replace
  • Date: Tue, 19 Apr 2005 16:23:17 +0200

Is there any indication when the final 1.1 version will be available?

Thanks,
Arjan


On 4/19/05, Elliotte Harold <elharo AT metalab.unc.edu> wrote:
>
> Arjan Huijzer wrote:
>
> > I know that in the DOM specs there is a method getElementsByTagName().
> Does
> > XOM contain a similar method? Or do I have to walk through the document
> > myself, recursively calling methods such as getChildElements()?
>
> In XOM 1.1 you can write such queries in XPath. In XOM 1.0 you need to
> walk through the document recursively.
>
> --
> Elliotte Rusty Harold elharo AT metalab.unc.edu
> XML in a Nutshell 3rd Edition Just Published!
> http://www.cafeconleche.org/books/xian3/
> http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim
>




Archive powered by MHonArc 2.6.24.

Top of Page