Subject: RE: Trouble with value-of
From: Pieter Reint Siegers Kort <pieter.siegers@xxxxxxxxxxx>
Date: Tue, 23 Nov 2004 08:17:03 -0600
|
WD-xsl == obsolete microsoft-only dialect...
Nice description David :-)))
Cheers,
<prs/>
-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Monday, November 22, 2004 10:00 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Trouble with value-of
This list is for XSL, but your stylesheet is written in the obsolete
microsoft-only dialect from IE5 and MSXML2 (and not supported in current
microsoft products)
XSLT doesn't for example have an xsl:eval element, and all the xsl elements
should be in a different namespace
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
not
http://www.w3.org/TR/WD-xsl"
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
________________________________________________________________________
|