Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 questions....asp in xml and including xml

Status
Not open for further replies.

mgriffith

MIS
Joined
Jul 3, 2001
Messages
177
Location
US
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=&quot;file.xml&quot;--> 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=&quot;<%=request.servervariables(&quot;SCRIPT_NAME&quot;)%>&quot;>...is this possible in any way? i've heard of the ms xml isapi filter, but is there an easier way?

thanks a bunch
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top