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


in reply to Re: Print out an XML file to browser
in thread Print out an XML file to browser

Nice. I like your coding style, odrm. But, it looks like you've got a copy-paste error in part 2. (s/</&gt;/g should be s/>/&gt;/g, yes?)

Replies are listed 'Best First'.
Re^2: Print out an XML file to browser
by odrm (Novice) on Mar 23, 2007 at 14:31 UTC
    Well spotted - yes it should be. I know why I prefer having perl do my escaping, over doing it by hand!