Subject: Re: XSL Template Match using z:row attributes
From: Trevor Nash <tcn@xxxxxxxxxxxxx>
Date: Wed, 12 Dec 2001 10:08:27 +0000
|
><xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
This is not XSLT, though at a quick glance you seem to be using XSLT
syntax. Change that to
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
and add namespace declarations for the prefixes rs, z etc by cut &
paste from the input document. You should have more luck then.
If not, try to trim the example a bit if you can, before posting
again. Its all wood and no trees ;-)
Regards,
Trevor Nash
--
Traditional training & distance learning,
Consultancy by email
Melvaig Software Engineering Limited
voice: +44 (0) 1445 771 271
email: tcn@xxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|