Hi everyone.
I am using perlsax for parsing xml files. I want to enforce my parser to see dtd and I want it to return error when an undefined element or etc. occured in my XML file. But perlsax doesn't see the DTD as reference. I am trying to use DTDHandler of it. But couldn't get the solution. Is there anyone help me? thanks.
I am using perlsax for parsing xml files. I want to enforce my parser to see dtd and I want it to return error when an undefined element or etc. occured in my XML file. But perlsax doesn't see the DTD as reference. I am trying to use DTDHandler of it. But couldn't get the solution. Is there anyone help me? thanks.