Re: group again (sorry)

Subject: Re: group again (sorry)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 18 Jan 2000 21:59:20 GMT
well it might have helped if you'd said what didn't work
but if you have a current xsl processor your sheet will not work at all
as the namespace is wrong

<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";>
should be
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread