http://qs1969.pair.com?node_id=836927


in reply to XML::Writer

XML::Writer::Nest was developed to address the non-language-enforced indentation and tag-closing that you had to do above. here's a pdf to a talk I did explaining how to improve XML::Writer.



The mantra of every experienced web application developer is the same: thou shalt separate business logic from display. Ironically, almost all template engines allow violation of this separation principle, which is the very impetus for HTML template engine development.

-- Terence Parr, "Enforcing Strict Model View Separation in Template Engines"

Replies are listed 'Best First'.
Re^2: XML::Writer
by Anonymous Monk on Aug 23, 2013 at 06:02 UTC
    I want to edit an existing tag,delete a tag,add a tag on an existing XML file,which module is suitable for this?