Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I Have created a Xml file for which i have applied a XSLT style sheet as show bellow

<?xml-stylesheet type='text/xsl' href='http://www.mysite.com/css/XSLT/myStylesheet.xsl'?>


By this way output is coming as xml file for which stylesheet is get applied.
But the problem comes when i sent this xml file as attachment via outlook and try to open by double click it will not showing file and showing some error like "Access is denied". This Error maybe coming because I have given a url for stylesheet and it will not getting access to the Stylesheet.

How to solve this Problem...I am trying to embed xslt stylesheet into xml file.
Is it possible To Embed xslt Stylesheet into xml file?

plz Help
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900