Subject: RE: Please help. fixing whitespace problem. total xsl Newbie
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Sat, 6 Mar 2004 08:10:39 -0000
|
#
# Ok.. First.. I am a total XSL newbie. On the other hand, I only have this
# one problem that I need to fix..
#
# <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl" version="1.0">
#
Before you tackle problem 1, you need to tackle problem 0. You are not using
XSLT, but an obsolete and unsupported Microsoft dialect of a working draft
of XSLT released in 1998 and since abandoned. Microsoft refer to this
dialect as "XSL", everyone else calls it "Microsoft WD-xsl".
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|