in reply to Need help in xml well formedness checker.

Just check wehther and xml is well formed or not.
If you don't have too many XML documents to check, you could use LWP and let the W3C XML Schema Validator do the job.

If you are automating the task, check if you're allowed to do so.

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
  • Comment on Re: Need help in xml well formedness checker.

Replies are listed 'Best First'.
Re^2: Need help in xml well formedness checker.
by jayakumark (Acolyte) on Feb 21, 2007 at 10:59 UTC
    A great thanks for all monks, i will try Pureperl option and will update ..so that if someone has any similar need that of mine can use it. In mean time i am using graffs modified code which works for me. Thanks for the ideas of using net versions of xml validator. But the problem is the system doesnt have connection to internet. Thank you all again. You guys have really gievn me lot of solutions within 5 hours of my post. And i am really proud of perl community.