[
Lists Home |
Date Index |
Thread Index
]
Not that long ago I bumped into an example where an xml and xsl page made
reference to each other such that if you pointed IE at one (I think the
xml page) it would display the xml data as transformed by the xsl.
Unfortunately have several google searches I can't seem to find this.
I'm thinking it was an extra attribute or something ie
<?xml version="1.0" encoding="ISO-8859-1" transform="test.xsl" ?>
Though I know that doesn't work. Anyone know the way to do this or should
I just break down and write a script to use XMLDom objects and be done
with it?
Mattison
|