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]

Re: An annoying Warning


| 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

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