The Code Works fine, i used an older 5.8.8 perl-release on HPUX (which had XML-Parser, prebuilt - it worked perfectly), but as i tried building and installing expat and XML-Parser in the new-release, i am hitting upon this.

I had done the following Triaging

1. Tared the XML-Parser module from the release that worked and untared it on the new one - The Parsing worked

2. Copied over *ONLY* the "Expat.so" file, from "/opt/perl_32/lib/site_perl/5.8.8/IA64.ARCHREV_0-thread-multi/auto/XML/Parser/Expat/Expat.so" and replaced it on the NEW-Release -- The Parsing Worked

3. The Issue is therefore with "Expat.so", that i had built. The XML-Parser module generates the Expat.so, which in turn uses the expat-library.

I had built and installed both the expat-library and XML-Parser Module, i am not sure where i am going wrong or missing anything

You could help me if i am ale to built the expat-library or XML-Module right, to get the external-DTD parsed


In reply to Re^2: Building XML::Parser and getting it wrong everytime by Anonymous Monk
in thread Building XML::Parser and getting it wrong everytime by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.