Not specific to Perl, but tips for getting the lay of the XML land:

Altova offers a free "Home Edition" of XMLSpy, which can be a very handy visual aid for those learning about XML, what it looks like, how to edit it, how to get started with "offshoots" like XML Schema, XSL/XSLT, etc.

refcards.com has a few reference cards on XML and related technologies. (I learned about that site from Perlreref as formatted quick reference.)

Zvon has many similar materials, freely downloadable, comprehensive, in various formats and numerous languages.

As far as learning about new modules and/or code snippets, I have found the bundled documentation helpful ;-). But don't forget about utilities such as POD2HTML... Other helpful creatures in this beastiary include podgen, DoxyFilt* (Doxygen for Perl), and Perl::Tidy.

Some books I have found useful are: XSL Essentials, XSLT, XSLT Cookbook, and of course, The Perl Cookbook, 2nd Ed.

HTH,


Update: See also Perl-XML Frequently Asked Questions and Frequently Asked Questions about XML::Simple


* Update: 2005-12-28 Kudos to both john_oshea and tfrayner for alerting me to the fact that my link above has been rendered usless by the foul creatures known as spammers... I have found what appears to be a good link to obtain DoxyFilt; the most recent version seems to be from August 24, 2005: Doxygen-0.84.tar.gz. Thanks again, guys!

* Update: 2006-03-11 Like Zvon, deepX has a good collection of "Quick References" on XML-related technologies such as XPath, XSD, XSL and XSLT (and even CSS and MySQL!).

planetscape

In reply to Re: Getting started with XML by planetscape
in thread Getting started with XML 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.