In addition to what others have mentioned, you may also wish to look at XML::LibXML and XML::LibXSLT, which are very fast, modern, GNOME c based modules that are very powerful.

Kip Hampton has an interesting set of articles at XML.com which are well worth reading.

There is also the dedicated Perl-XML Mailing list, which many here also frequent.

Recently the Perl-XML documentation site underwent an excellent upgrade, and there is lots of useful stuff in there aswell.

O'Reilly have some excellent books, including: ISBN 0596000588; ISBN 0596000537; ISBN 0596000464 and ISBN 0596001339 - also watch their New Books as XML is still running hot and news books come out frequently!

You will also discover that a few monks here also wrote some of the excellent XML modules available, and many of us have used them, so you should be able to get help fairly quickly should you need it.

Good luck!


In reply to Re: XML and Perl by ajt
in thread XML and Perl by ezekiel

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.