i start to w3shools xsl tutorial and created one xml and xsl file and linked them together, after running the xml file i got the following error:

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.


--------------------------------------------------------------------------------

Access is denied. Error processing resource 'file:///C:/Documents and Settings/serkans/Desktop/deneme/cdcatalog.xslt'.

what should i do?
Thanks

i found a solution :
i created those files in a project using asp.net and in order to display xml file in asp.net development server page, i used

<asp:xml runat="server" id="ID" />

; asp.net's xml tool from the toolbox and set its source to my .xml file.
It worked without any errors.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.