Hello, I have written Perl code to parse XML files using XML::Twig

Sometimes I get XML files with the following header

<?xml version="1.0" encoding="gbk"?>

Here my code throws an error saying

Couldn't open encmap gbk.enc: No such file or directory

How can I prevent this error? what do I need to do?

I order to solve this, I downloaded a gbk.txt from here http://www.opensource.apple.com/source/libiconv/libiconv-30/libiconv/tests/GBK.TXT

Then I installed XML-Encoding and ran the tool

make_encmap GBK GBK.TXT > GBK.encmap

but now I got the error

Minpos never set at C:\Perl\site\bin/make_encmap line 87.



I am using activestate perl 5.10.1 on Windows XP SP3

In reply to Parsing XML with XML::Twig by abhishes

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.