Re: An annoying Warning

Subject: Re: An annoying Warning
From: "Steve Muench" <smuench@xxxxxxxxxxxxx>
Date: Sat, 15 Apr 2000 20:48:17 -0700
| XSL Warning: xsl:stylesheet requires a 'version' attribute!, Location
| file:/home/cnc99r/Project/XML/Ticket_draft00.xsl, line 2, offset 71
|
| I do hope that you could help me to get rid of the warning

By "law" of the XSLT 1.0 specification, the version attribute
is required on the <xsl:stylesheet> as the warning says.

Make your <xsl:stylesheet ...>

element read:

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

and you should be in business.

______________________________________________________________
Steve Muench, Lead XML Evangelist & Consulting Product Manager
Business Components for Java & XSQL Servlet Development Teams
Oracle Rep to the W3C XSL Working Group


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


Current Thread