xml/xsl and MS activeX control

Joe Davidyock JD1 at FADavis.com
Thu Sep 17 16:17:35 BST 1998


Greetings all.
I am new (very new) to the XML realm. I am currently using Microsoft's XSL
control to convert a xml file to html. This is working fine on a static xml
document. My problem is that once implemented I need to apply the same xsl
sheet to a dynamically generated xml file (the result of an object query),
whose name and existence is not always fixed. How can i get the xsl to apply
to each xml file as they are generated? I have been using the following
piece of code in my html which has been successful on the static file
"test.xml":
<OBJECT ID="XSLControl" CLASSID="CLSID:2BD0D2F2-52EC-11D1-8C69-0E16BC000000"
CODEBASE="http://www.microsoft.com/xsl/xsl/msxsl.cab" STYLE="display:none">
<PARAM NAME="documentURL" VALUE="test.xml">
<PARAM NAME="styleURL" VALUE="test.xsl">        
</OBJECT>
Can I assign the first parameter with a value that points to a particular
directory where these files are? Examples/hints/references?
Thank you in advance for any help!
---------------------------
Joseph P. Davidyock
jd1 at fadavis.com
---------------------------

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list