http://qs321.pair.com?node_id=673562

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks,

Since I encounter some trouble with XML::LibXML in previous post (#673406), can anyone suggest a XML Writer which is suitable for node creation and insertion? (I will insert the node by looping) I will prefer the one that can provide DOM-like operation like XML::libXML does.

Replies are listed 'Best First'.
Re: XML writer?
by Errto (Vicar) on Mar 12, 2008 at 15:53 UTC
    From your previous node, I didn't see any indication that the problem was in XML::LibXML rather than in your code. If you can provide a small sample program and sample input that shows the problem you're having with XML::LibXML, we can try to help.