http://www.perlmonks.org?node_id=1004913


in reply to Re: Tomcat context.xml parsing using XML::SImple
in thread Tomcat context.xml parsing using XML::SImple

Is there any good option to parse the tomcat context.xml files using perl .
  • Comment on Re^2: Tomcat context.xml parsing using XML::SImple

Replies are listed 'Best First'.
Re^3: Tomcat context.xml parsing using XML::SImple
by Anonymous Monk on Nov 21, 2012 at 13:28 UTC

    Use something like XML::LibXML instead.

    or even XSH2