Re: [xsl] Process External XML source with XSLT

Subject: Re: [xsl] Process External XML source with XSLT
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 9 Jul 2003 17:50:55 +0100
> Am I like way out there?  Or is this possible?

just stick 

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

at the top of  your xml file (before the first element, after <?xml if
you have that.)

and then point your browser at the URI of your xml file and you are
done.

Note the xml source and  xslt style have to be on teh same server, you
can't put an http uri to a different server in the xml-stylesheet pi,
otherwise you hit IE's security rules. (It is possible if the client
turns security right down, but that's not recommended)

David



________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread