my first question is about including xml files in another one. i have a block of xml that i want to be able to modify and all the other pages that use it automatically get the updates. so i basically want to do a server side include....how can i do this?? i'm pretty sure that the <!--#include file="file.xml"--> doesn't work within a xml document.
also, is there a way to dynamically create a few nodes within my xml file...hopefully using asp or vbscript? one thing i want to do is in my included file from above, specify the name of the xml document it's included in...something like this <page file="<%=request.servervariables("SCRIPT_NAME"%>">...is this possible in any way? i've heard of the ms xml isapi filter, but is there an easier way?
thanks a bunch
also, is there a way to dynamically create a few nodes within my xml file...hopefully using asp or vbscript? one thing i want to do is in my included file from above, specify the name of the xml document it's included in...something like this <page file="<%=request.servervariables("SCRIPT_NAME"%>">...is this possible in any way? i've heard of the ms xml isapi filter, but is there an easier way?
thanks a bunch