Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8220889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:42:19+00:00 2026-06-07T13:42:19+00:00

Here is an example of the start of an XML file we build, note

  • 0

Here is an example of the start of an XML file we build, note that is is Accessing “CCD.xsl” for the style sheet.

'<?xml version="1.0"?>'
'<?xml-stylesheet type="text/xsl" href="' + 'C:\CDA\Schemas\CCD.xsl"?>'
'<ClinicalDocument xmlns="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"'

Anytime this xml loaded into a TWebBrowser from a remote user accessing the server they get the following error

“Access is denied. Error processing resource ‘file:///C:/CDA/Schemas/CCD.xsl’.”

WebBrowser1.Navigate(TempFileName);  //TempFileName = C:\data\CCR_Record_3336557.xml

Any Ideas on how this could be resolved?

If you need additional information let me know..

Thanks, appreciate the help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T13:42:28+00:00Added an answer on June 7, 2026 at 1:42 pm

    You have two problems, both stemming from the fact that the XSL reference is to a local file on the C drive.

    Problem #1 (the one giving you the error) is that your browser is blocking attempts to access local file system resources from a remotely-downloaded XML file. So the browser throws a security error when trying to render that XML file. That’s the immediate error you’re seeing. Adjusting security settings or changing browsers won’t solve your problem because of problem #2.

    Problem #2 is that your client presumably doesn’t have an XSL file on their local hard drive at C:\CDA\Schemas\CCD.xsl. It’s on the C drive of the remote server. You can’t just put it on a network share because of problem #1, so you’ll need to serve it through the same mechanism you serve the XML file. Then change your URI for the XSL file to something like http://myserver/schemas/ccd.xsl.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is example of my XML file <head> <cat>some title here... <info>some info here
Here is an example XML (case 1) : <root> <Item> <ItemID>4504216603</ItemID> <ListingDetails> <StartTime>10:00:10.000Z</StartTime> <EndTime>10:00:30.000Z</EndTime>
I have a LINQ Statement. It searches an XML file. (See example below) There
I have an XML file which describes the data-structure that I can exchange on
I have an .xml file which has an accompanying .xsl file. The output of
I have a WCF application that at present is using XML based file storage
I have a file, which is in XML format (consists just of root start
I'am currently trying to create and application (In c#) that parse a XML file
Hi i create one save11111.xml file and place on server. Here is code of
Here an example http://jsfiddle.net/EhLsT/ $(window).scroll(function () { if ($(window).scrollTop() > $(#header).offset().top) { $(#floating).show(); }

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.