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: OLD XSLT NAMESPACE


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

Needs to be:

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

______________________________________________________________
Steve Muench, Lead XML Evangelist & Consulting Product Manager
Business Components for Java Dev't Team, Oracle Corporation

----- Original Message ----- 
From: <paul.beer@backsoft.com>
To: <xsl-list@mulberrytech.com>
Sent: Saturday, March 18, 2000 4:55 PM
Subject: OLD XSLT NAMESPACE


| does anyone have any idea what triggers this with ibm's lotus xsl parser ?
| 
| it fails on line one of my stylesheet which is :
| 
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
| 
| -paul
| 
| 
|  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| 


 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]