Jump to content

VBscript XML


dooberry

Recommended Posts

:) 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
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...