in reply to tags being broken in the wrong places

I don't want this to happen. How can I avoid this?

Don't use a module that's meant for wrapping free-form text for wrapping XML.

I seem to recall that XML::Twig has methods for pretty-printing XML, other XML modules probably do too.

  • Comment on Re: tags being broken in the wrong places

Replies are listed 'Best First'.
Re^2: tags being broken in the wrong places
by ikegami (Patriarch) on Feb 22, 2011 at 17:05 UTC
    It has a command line tool (xml_pp) for pretty printing, but it's not a simple library call.