[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: Required attribute 'version' is missing
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 20 Mar 2000 16:46:09 GMT
well strange as it may seem, the parser error message 
is telling you what's wrong:-)

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

xsl:stylesheet has a required version attribute, so it should be

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


David


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


Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member