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


in reply to Re: Reversible parsing (with Parse::RecDescent?)
in thread Reversible parsing (with Parse::RecDescent?)

Do you have any real world examples of XML::Descent usage? It sounds like an interesting concept.

  • Comment on Re^2: Reversible parsing (with Parse::RecDescent?)

Replies are listed 'Best First'.
Re^3: Reversible parsing (with Parse::RecDescent?)
by Anonymous Monk on Mar 20, 2008 at 17:42 UTC
    I built a first iteration of an XSLT lint checker using this module ... in the end I decided to use some other technology but I found the module well built and the concept better then rolling your own in RecDescent when it comes to working with XML. hth, Jim Fuller