XML-Rabbit icon indicating copy to clipboard operation
XML-Rabbit copied to clipboard

Consume XML with Moose and xpath queries

Results 5 XML-Rabbit issues
Sort by recently updated
recently updated
newest added

Hi, I've used `XML::Rabbit` to help me parse XML files into objects for lots of different projects. It works beautifully (thank you). I now need to create some of these...

Hi, It would be nice if instead of returning an object in the event of failure to parse the XML satisfactorily, Moose arguments like 'required' were honoured. Looking at the...

Added ability to set a default value for the has_xpath_value attribute helper. This is required by some features in XMLSchema documents.

Perl::Critic tests were failing against my default (brutal, lots of policies from CPAN) configuration, so I added a bare-bones configuration file that passes. It also reports the policy modules that...