EDN Admin
Well-known member
I have three files: StyleSheet.css, Source.xml and Transform.xls.
Normally, I place this line of code in the Source.xml file
<?xml-stylesheet type="text/xsl Transform.xsl" ?> and my Souce.xml file is transformed and displayed as an HTML document in accordance with StyleSheet.css (referenced in Transform.xls).
My question is, what if I am not allowed to alter Source.xml and it constains no reference to my XLST file? I need to be able to send the three files (plus maybe another one) to an end user and have them be able to open some file by double clicking
on it. The new file needs to combine Source.xml, transform it via Transform.xls and apply StyleSheet.css and display the result in a browser ... just as if I had added that line of code to Souce.xml.
The end users are cubicle workers with zero understanding of how this all works ... to them, it needs to be like double clicking a Word.doc file and have it open in Word.... except we are using xml and browsers
<hr class="sig If you feel this post answered the question, please vote for it. I am also available here:<br/>
http://www.msprojectblog.com msprojectblog.com
View the full article
Normally, I place this line of code in the Source.xml file
<?xml-stylesheet type="text/xsl Transform.xsl" ?> and my Souce.xml file is transformed and displayed as an HTML document in accordance with StyleSheet.css (referenced in Transform.xls).
My question is, what if I am not allowed to alter Source.xml and it constains no reference to my XLST file? I need to be able to send the three files (plus maybe another one) to an end user and have them be able to open some file by double clicking
on it. The new file needs to combine Source.xml, transform it via Transform.xls and apply StyleSheet.css and display the result in a browser ... just as if I had added that line of code to Souce.xml.
The end users are cubicle workers with zero understanding of how this all works ... to them, it needs to be like double clicking a Word.doc file and have it open in Word.... except we are using xml and browsers
<hr class="sig If you feel this post answered the question, please vote for it. I am also available here:<br/>
http://www.msprojectblog.com msprojectblog.com
View the full article