If you have various Perl XML modules installed from CPAN, then you are bound to have the "
expat" package installed as well, because a lot of the CPAN XML modules depend on this package.
The "expat" distribution includes a utility called "xmlwf", which, according to its man page, "determines if an XML document is well-formed". (The description also says "It is non-validating." But there's a chance that your input data is actually not well-formed, and if that's true, then xmlwf might give you a better idea where the problems are in the data.)
There are lots of command-line options for controlling what xmlwf does with your input data -- read the man page and give it a try.
Once you figure out what's wrong with the data, you can either complain to the data provider(s) with specific issues, or else cook up a perl script (not using an XML module) that will do surgical edits of the data to make it XML-parsible.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.