I use Ruby-XSLT to apply XSLT transformations on XML documents.
One of my XSLT contains a xsl:import declaration that Ruby-XSLT cannot process (<xsl:import href="my_import.xsl"/>). It works well when I use a different parser.
The only error I get is: "I/O Warning: Failed to load external entity".
Did someone run in the same type of issue?
Thanks in advance for your help,
Fabrice