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

For any XML work where any of the following is true, XML::Simple is not your friend:

Use something like XML::LibXML instead.

TL;DR: No.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re: Tomcat context.xml parsing using XML::SImple

Replies are listed 'Best First'.
Re^2: Tomcat context.xml parsing using XML::SImple
by jagadish1982 (Initiate) on Nov 21, 2012 at 12:57 UTC
    Is there any good option to parse the tomcat context.xml files using perl .

      Use something like XML::LibXML instead.

      or even XSH2