Subject: Re: OLD XSLT NAMESPACE
From: "Steve Muench" <smuench@xxxxxxxxxxxxx>
Date: Sat, 18 Mar 2000 18:08:59 -0800
|
<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@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
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
|