Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks, I am new to perl. I am using perl to validate my xml file. I heard about XML::LibXML and XML::Simple module by using the above both module or using some other module, is it possible to validate the xml file..Whether it's correct xml file or parsing error?
I want to validate only xml file. without DTD or XSD file.
Please give me the sample code or link..
Thanks in Advance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How can i validate xml file?
by davorg (Chancellor) on Feb 23, 2006 at 16:00 UTC | |
|
Re: How can i validate xml file?
by monkey_boy (Priest) on Feb 23, 2006 at 16:03 UTC | |
by Anonymous Monk on Feb 24, 2006 at 04:06 UTC | |
by Anonymous Monk on Feb 23, 2006 at 16:23 UTC | |
by davorg (Chancellor) on Feb 23, 2006 at 16:53 UTC | |
|
Re: How can i validate xml file?
by grantm (Parson) on Feb 23, 2006 at 23:38 UTC |