Re: which xml parser to use with jruby?

---- GregD [email protected] wrote:

Thanks,

GregD

Does anyone have a suggestion/recommendation or has gone down this path
of choosing a XML parser? Do I use a java XML parser or an ruby XML
parser? The libxml-jruby gem threw some warnings when required about
some constants already defined. That does not give me the
warm-an-fuzzes. Looking for easy of use when merging documents either
automatically or manually stepping through for the user.

Any direction will be appreciated.

Thanks,

GregD

correct me if I am wrong but couldn’t you use Nokogiri? Under the
hood it uses Java libraries to do xml parsing (you might have to
install the beta version)

Jay