xsl-list
[Top] [All Lists]

RE: Trouble with value-of

2004-11-22 09:10:28
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(_at_)nag(_dot_)co(_dot_)uk] 
Sent: Monday, November 22, 2004 11:00 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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
________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--




--~------------------------------------------------------------------
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>