This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XSL Template Match using z:row attributes


><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@melvaig.co.uk

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]