xsl-list
[Top] [All Lists]

Re: XSL - Transforming 2 XSL stylesheets from 1 XML file

2005-05-05 09:47:21

Blame the spec, not the implementations, it was a bad idea from start
(it is possible that JC couldn't see into the future and misjudged
some things). 

The xml-stylesheet spec is just an xml-isation of the HTML link element.

There wasn't really any flexibility in the possible semantics of values
of the media type etc.

<link rel="stylesheet" href="/print.css" type="text/css" media="print">
means the same thing as
<?xml-stylesheet  href="/print.css" type="text/css" media="print"?>

It's not really clear that it was (or even is) a bad idea, although the
actual version that got specified  is rather inflexible. Sending XML
over the wire to be styled by a client side stylesheet is of course the
number one reason for developing XML (or SGML-online as it was once
called) 

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>