[jdom-interest] Text replacement

Thomas Scheffler thomas.scheffler at uni-jena.de
Fri May 5 12:23:34 PDT 2006


> Hi!
>
> I'm new to jdom and xml, so sorry if this is non sense.
> I read a xml template (a html to be true, transformed to XML using tidy)
> file from my client, and want to change all ocurrences of one text to
> something else.

You should consider using java.util.regex.* instead of org.jdom.* for text 
replacements. It should fit more your needs as your problem doesn't seem to 
be related to xml.

regards

Thomas


More information about the jdom-interest mailing list