RE: [xsl] Trouble with value-of

Subject: RE: [xsl] Trouble with value-of
From: "Will Chapman" <xsl_list@xxxxxxxxxxxxxxxx>
Date: Mon, 22 Nov 2004 11:10:28 -0500
My apologies.  Im too new to even know that much.  I will start reading up
on the W3C site about XSL and start re-doing my code.

Thanks for the input!

Will

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx] 
Sent: Monday, November 22, 2004 11:00 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] 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
________________________________________________________________________

Current Thread