xml newsfeed.

Subject: xml newsfeed.
From: Peter Bates <pnb198@xxxxxxxxxxxxxxx>
Date: Thu, 17 Aug 2000 13:59:43 +0100 (BST)
i have an xml newsfeed that changes daily, and have written the xsl, asp
to parse it into wml. That bit is fine except: Here are the first lines of
the xml..

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE index SYSTEM
"http://www.screamingmedia.com/dtd/index20000530.dtd";>

for the code to work, i need the line

<?xml-stylesheet type="text/xsl" href="index.xsl" ?>

inserted before the doctype. However this line is not present in the
files as I receive them. Is it necessary, in which case i'd have to use
asp to add in the extra line for each file, or can I do this without the
line being inserted.

thanks for your help






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread