in reply to Re^4: XML::LibXML question: How to list XInclude files, which are supposed to be included?
in thread XML::LibXML question: How to list XInclude files, which are supposed to be included?

I'm not trying to download any files from remote sites, all my files are local

It makes no difference if the urls point to remote or local resources. LWP::UserAgent will properly handle file: urls.

So, in both cases I can't find ALL filenames I need

Wee! I've done the impossible!

  • Comment on Re^5: XML::LibXML question: How to list XInclude files, which are supposed to be included?
  • Download Code

Replies are listed 'Best First'.
Re^6: XML::LibXML question: How to list XInclude files, which are supposed to be included?
by AlexFromNJ (Novice) on Jul 06, 2011 at 22:47 UTC

    Oh yes, you did! You have even created a parser with the line:

    my $parser = LibXML::XML->new();

    which I couldn't reproduce for hours ;-)

    Thanks,

    Alex

      I didn't test it. I didn't have anything on which to test it, and I figured it was good enough to show you how to do it.

      The issue you mentioned has now been fixed, and I also addressed the need for an absolute url.