Skip to Content.
Sympa Menu

xom-interest - Re: [Fwd: Re: [XOM-interest] need ideas for HTML manipulation]

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: Luca Passani <passani AT eunet.no>
  • Cc: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [Fwd: Re: [XOM-interest] need ideas for HTML manipulation]
  • Date: Thu, 05 May 2005 10:40:47 -0400

Luca Passani wrote:
Elliotte Harold wrote:

Sorry. That should have been

Iterate over getChildCount() in a for loop using getChild()

Many examples in the tutorial and samples package.

yeah, that's the idea I was working on too, only problem: it doesn't work. I get a funny error about the
file not being well-formed!

javax.servlet.ServletException: mark-up is not well-formed.Index: 3, Size: 2


That's not a XOM exception. I'm not sure what's causing it. You're probably looking in the wrong place for the fix though.

--
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