This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: document() function: error when using asp generated xml


Dave Grewcock wrote:
I'll watch the replies with interest. I am in a similar situation, trying to
use XSLT document() function to call a SQL2000 template file that delivers
an XML data set. When I execute this client side it all works fine. When I
do it server side I get the same error as you I think.
...
-----Original Message-----
Error while parsing
"http://www.yourelement.nl/sanssouci/modules/reakties/data/xml/xmlReakties.a
sp?page=/sanssouci/huisdjs.asp&id=6&itemid=1&query=". No data is available
for the requested resource.
Hmm, "no data available" means probably no data could
be read at all. Perhaps access permissions get in the
way, or the script generating the XSL depends on certain
HTTP headers inserted by browsers, like accepted MIME
types, languages or cookies (specifically for sessions).
Check the server's logs for errors, and put some traces
in the generating script to see whether and what is
generated.

J.Pietschmann


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]