in reply to Re^3: 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?

Hum, something's not right because you use a prefix you never define.

Yup, doesn't work :( It only finds one of the includes in

<?xml version="1.0"?> <reports xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xinclude="http://www.w3.org/2001/XInclude"> <xi:include href="xinclude.xml" parse="xml" /> <xinclude:include href="xinclude.xml" parse="xml" /> <include xmlns="http://www.w3.org/2001/XInclude" href="xinclude.xml" p +arse="xml" /> </reports>
  • Comment on Re^4: XML::LibXML question: How to list XInclude files, which are supposed to be included?
  • Download Code