Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 17th, 2006, 03:25 PM
Authorized User
 
Join Date: Sep 2006
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to nadavvin
Default Problem to transform xslt with xsltproc command.

I get an error
Code:
I/O error : Attempt to load network entity
when I use xslt witch include xslt from the internet with
Code:
xsl:import href="http:someurl.com"
What is the problem and how do I fix it?

 
Old October 17th, 2006, 03:34 PM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

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





Similar Threads
Thread Thread Starter Forum Replies Last Post
XSLT Time transform blackest XSLT 10 April 1st, 2008 03:07 AM
XSLT: ONE template to transform all the elements Behl_Neha XSLT 8 December 15th, 2007 07:31 PM
XSLT Transform - need assistance emartin24 XSLT 2 September 7th, 2006 12:38 PM
transform in xslt kgoldvas XSLT 1 January 24th, 2006 07:14 AM
XSLT Transform scubaduba C# 0 November 30th, 2004 06:31 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.