This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xml newsfeed.


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]