Are there any recommendations for high level wrappers for dom construction based on XML::LibXML?
I've always used XML::Twig for dom creation in the past, and the verbosity of creating nodes with XML::LibXML is depressing.
The two modules I see on CPAN are XML::SimpleObject::LibXML which has a nice interface and gets a quick endorsement from chromatic at Re: Does anybody have expierence with XML::SimpleObject::LibXML?. However it looks a little sparse. The other is XML::LibXML::Tools which looks more full-featured, but somewhat ugly (to me) in its interface.
So the question is - what do people use? The raw LibXML methods? Home grown helper functions? Something else?
Update: Fixed id tag. Thanks blazar
In reply to easy dom construction helpers for LibXML by qq
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |