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: Server Side use of xsl document function fails.Why?


Hi,

> I have an xslt stylesheet that uses the xsl document(uri) 
> function to merge
> data (from a sql 2000 template file that returns the results 
> of a database
> query as XML) into an existing XML document during transformation.
> 
> When the xsl file is applied to the xml file at the client 
> side (using xml
> 4.0, IE6) this works fine. 
> 
> When the same operation is done server side (using xml4.0, 
> ASP, IIS5 and the
> transformnode method), it fails with the message "No data is 
> available for
> the requested resource."

Is the url you're passing to the document function relative? If so, have you checked that they base-url is the same?

Cheers,

Jarno, Sini, Santtu, and the rest of the identity crisis crew

 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]