Problems with xslt transform

  • Thread starter Thread starter Markus Schneider
  • Start date Start date
M

Markus Schneider

Hello,

I have the following problem while working with files in asp.net (c#).

Here I create a new XML File with an xslt transformation:

xslt.transform("source.xml","dest.xml");

when I know want to work with "dest.xml", for example do this:

doc=new XPathDocument("dest.xml");

I get an error message, that I have no rights to read the file.

Does anyone know how to manage that problem. I'm an newbee in asp.net
programming. I have a little knowledge in JAVA. But with this I can't
explain what causes that problem.

Regards,
markus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top