|
Subject:
|
Problem to transform xslt with xsltproc command.
|
|
Posted By:
|
nadavvin
|
Post Date:
|
10/17/2006 3:25:00 PM
|
I get an error I/O error : Attempt to load network entity when I use xslt witch include xslt from the internet with xsl:import href="http:someurl.com"
What is the problem and how do I fix it?
|
|
Reply By:
|
mhkay
|
Reply Date:
|
10/17/2006 3:34:18 PM
|
You'd be better off posting this on an xsltproc forum - they will be able to advise you of any configuration settings needed to allow the processor to read remote HTTP files. That's assuming the product supports this capability - some don't, and it's not needed for conformance. It may be something outside the XSLT processor itself, such as proxy settings.
Michael Kay http://www.saxonica.com/ Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference
|