-
XSL on client side
I have an ISAPI extension dll on the server side that is returning an XML
document. This document references an XSL file on the client side. But the
browser ignores the xsl and just displays the text of the xml file. (it displays
ok if both files are on the client side and I open the xml file).
<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="d:/testapps/xmlserver/debug/savmse.xsl"?>
<Configuration>
<Logs>General Messages</Logs>
<ReportData>Keep Forever</ReportData>
</Configuration>
-
Re: XSL on client side
Server Side ISAPI
Client side XSL with hard coded path.
Think about it!!!
"Julie" <julie_howe@email.com> wrote:
>
>I have an ISAPI extension dll on the server side that is returning an XML
>document. This document references an XSL file on the client side. But the
>browser ignores the xsl and just displays the text of the xml file. (it
displays
>ok if both files are on the client side and I open the xml file).
>
><?xml version="1.0" ?>
><?xml-stylesheet type="text/xsl" href="d:/testapps/xmlserver/debug/savmse.xsl"?>
><Configuration>
> <Logs>General Messages</Logs>
> <ReportData>Keep Forever</ReportData>
></Configuration>
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks