Re: [xsl] generating dynamic XSL to apply to a single XML document

Subject: Re: [xsl] generating dynamic XSL to apply to a single XML document
From: "Steven Bethard" <bediviere@xxxxxxxxxxx>
Date: Wed, 10 Sep 2003 18:23:15 +0000
Good point. Yeah, I'd much rather do it client-side (since it's really just applying different styles to the same XML document, so the server doesn't actually need to /produce/ anything) but I couldn't figure out a way to do that.

Steve

----Original Message Follows----
From: David Carlisle <davidc@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] generating dynamic XSL to apply to a single XML document
Date: Wed, 10 Sep 2003 17:26:55 +0100

> Can anyone tell me why this doesn't work?
I don't think IE supports the embedded stylesheet syntax for
xml-stylesheet. (many systems don't as far as I can see).

If you are doing scripting anyway on the server do you _need_ to send
xml using a client side <?xml-stylesheet transform?
Couldn't you just transform on the server to whatever style is needed
and serve the result?

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

_________________________________________________________________
Get 10MB of e-mail storage! Sign up for Hotmail Extra Storage. http://join.msn.com/?PAGE=features/es



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



Current Thread