in reply to using XML::Parser

Sounds like you have malformed XML. I'd look a bit harder at your file, particularly for hidden characters at the beginning of the file.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

Replies are listed 'Best First'.
Re^2: using XML::Parser
by ub3rFrank (Novice) on Apr 29, 2008 at 14:48 UTC
    Thanks. It turns out I was missing a second ? in my xml header. Appreciate the help.

      You could tidy up your HTML while you are at it. ;)

      </br> is not HTML. You could use <br/> or <br>.


      Perl is environmentally friendly - it saves trees