Skip to Content.
Sympa Menu

xom-interest - 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: Luca Passani <passani AT eunet.no>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] need ideas for HTML manipulation
  • Date: Thu, 05 May 2005 10:50:52 +0200


Is there a way, using NodeFactory, to turn this:

<a href="link"><img src="pic" alt="text" /></a>

into this:

<a href="link">text</a>

?

Luca






Archive powered by MHonArc 2.6.24.

Top of Page