in reply to XML::Parser Issues

I have figured it out for myself.
I decided to try using 'use strict', and subsequently found that I was passing the wrong variable into my call to the parser.
I should have been passing the $xsdFileContentsAsScalar variable rather than the $xsdFileContentsArray.
I just got confused. Sorry for wasting your time.

Replies are listed 'Best First'.
Re^2: XML::Parser Issues
by apl (Monsignor) on Aug 06, 2009 at 13:02 UTC