r.joseph,
I've done some work with XML so maybe I can point you to a few of the resources I used. First of all, I've written a simple XML tutorial that is online here. Unfortunately, I haven't yet added a section on XML and Perl, but you can pick up the basics of XML. It does, however, cover XML interfaced with HTML, JavaScript, & CSS. Hopefully, if time ever permits, I'll get Perl in there, too. I also used XML By Example, by Benoit Marchal, to learn XML, but I wasn't overly thrilled with that book. However, it worked. :)

If you're interested in using XML with Flash (I know you said this was your friend's work, but I wasn't sure if you were looking for material on this as well), I can recommend a few good books. Foundation ActionScript, by Sham Bhangal, Flash 5 Dynamic Content Studio, by David Beard, and a new upcoming book Flash 5 ActionScript Studio, by Brendan Dawes, et al. These books are all published by FriendsOfEd and, as far as I'm concerned, are some of the best books on Flash out there.

I'm currently working on a scheduling system that uses XML to store all the data input by a client and then display that content dynamically to a site reader, so I'm fairly familiar with using XML::Parser to get data in and out of XML, so if you have any questions trying to interface Perl with XML, just let me know - I'd be happy to help.

If you'd like to take a look at the scheduling system, to see how I'm using it, I'd be happy to show you the code and give you links to the site, just /msg me. (That goes for anyone else that might be interested, as well.)

Good luck to you!

- Sherlock

Skepticism is the source of knowledge as much as knowledge is the source of skepticism.

In reply to Re: XML/Perl integration and experience? by Sherlock
in thread XML/Perl integration and experience? by r.joseph

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.