Search Results

0
votes

parse meta tags in Java

JTidy should provide a good starting point for this. …
0
votes

Parsing XML with REGEX in Java

You should listen to everyone. A lightweight parser is a bad idea. However, if you are really that hard headed about it, you should be able to tweak your code to exclude the tags outside o …
8
votes

What is the best/simplest way to read in an XML file in Java application?

Is there a particular reason you have chosen XML config files? I have done XML configs in the past, and they have often turned out to be more of a headache than anything else. I guess the …