dooberry 0 Posted November 17, 2005 Report Share Posted November 17, 2005 I'm trying to create a web page (duuh!!) where I can use a single xml document as a temporary data store, while using various XSL sheets to navigate sections of the XML data.I've done a test on the first transform by linking it to the XML document directly :<?xml-stylesheet type="text/xsl" href="blah.xsl"?>In this case it works.When I try to do this dynamically in VBscript by using the code in the section on XSL- EDIT XML, the transform works (I can see the layout) but it doesn't show the values that it shows when I use the direct link to the XSL document.Can anyone help?Dooberry Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.