[
Lists Home |
Date Index |
Thread Index
]
This should be easy to do.
Create a variable that will be part of the URL; this variable will be the
name of the XML file.
From my limited VB knowledge:
Dim XMLFile As New DOMDocument
Dim file As String
XMLFile.load file
Use:
http://localhost/transform.asp?file=myfile.xml
This *should* work
XMLMania.com - The Definitive XML Source...
-----Original Message-----
From: puja thakral [mailto:puja_thakral@yahoo.com]
Sent: 21 January 2004 15:56
To: List; xml
Subject: [xml-dev] Multiple HTML files
Hi,
I've multiple xml files and one xsl file which I'm
using to generate the output.
But for the output,I load single XML file and XSL file
each time on my ASP page.I've data in XML files for
every month.So I've 12 ASP files for a year.
Is there any way that I can load the XML files and my
single XSL file on one ASP page.
Any help will be greatly appreciated.
Thanks,
Puja
__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.563 / Virus Database: 355 - Release Date: 17/01/2004
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.563 / Virus Database: 355 - Release Date: 17/01/2004
|