Ask a Question related to PERL Beginners, Design and Development.
-
Simran #1
XML Document - DTD Validator
Hi All,
Does anyone know of a good perl module through which i can validate XML
against a given DTD.
Aka, i want to be able to give a perl function/method some XML data and
the DTD file location and want it to return if the XML data is valid
according to the DTD.
simran.
Simran Guest
-
date validator
i cant seem to get the date validator to work.. where did it go wrong?? var d:Number = 21; var m:Number = 2; var y:Number = 1982; -
validator qs.(1.5)
Hi, I have a field in the form for which I have to check that it should have some specific string e.g 1234. I tried using below it works if I... -
ANN: TMT Validator
This is my latest toy. It's not strictly DW related (not yet at least), but it can be handy to people that build web applications:... -
Validator
Hi, I have a little problem with me form validation. When i run my page on the "Localhost" everything work fine, but when i run the page on... -
Requiredfield validator
Sean: I would use a CustomValidator for this. Using JavaScript its really easy to detect if the first item in the dropdown box is selected. ... -
Janek Schleicher #2
Re: XML Document - DTD Validator
Simran wrote at Fri, 08 Aug 2003 10:16:42 +1000:
What about the standard modules for XML stuff, like:> Does anyone know of a good perl module through which i can validate XML
> against a given DTD.
>
> Aka, i want to be able to give a perl function/method some XML data and
> the DTD file location and want it to return if the XML data is valid
> according to the DTD.
XML::Parser
XML::LibXML
XML::Checker
XML::Simple
XML::Xerces
....
Greetings,
Janek
Janek Schleicher Guest



Reply With Quote

