in reply to Re: object-oriented XML generation
in thread object-oriented XML generation

I cannot make heads of tails of XML::LibXML ... I simply dont understand where it's coming from.
You can use Moose to wrap up a LibXML object
Let me take this moment to pimp Perigrins module XML::Toolkit - it looks pretty wild.. somewhat alpha at the moment. But it's definitely moose-based.

Replies are listed 'Best First'.
Re^3: object-oriented XML generation
by Your Mother (Archbishop) on Apr 15, 2009 at 22:47 UTC

    Yeah, it took me quite awhile to dive the LibXML docs and get a real feel for it. It’s easier/better than it seems from a first read of the docs; which are actually pretty good but quite spread out and without any "narrative."

    XML::Toolkit is interesting looking. Thanks for bringing it up.