Subject: Re: New XT release
From: "Steve Muench" <smuench@xxxxxxxxxxxxx>
Date: Mon, 26 Jul 1999 11:22:17 -0700
|
The latest XPath WD (which the latest XSLT draft uses) has renamed
pi() to processing-instruction()
That should work.
take care.
----- Original Message -----
From: Emery, Ric <ric.emery@xxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Monday, July 26, 1999 10:53 AM
Subject: RE: New XT release
| The latest version of XT does not seem to support the pi() function. Is
this
| a known issue?
| I tried to run the identity transformation using the new XT, and receive a
| 'no such function error'. Removing pi() allows the transform to work. Note
| that there are no processing instructions in the XML I am trying to
| transform.
|
| Here is the stylesheet I am using
|
| <?xml version="1.0"?>
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
| <xsl:template match="*|@*|comment()|pi()|text()">
| <xsl:copy>
| <xsl:apply-templates select="*|@*|comment()|pi()|text()"/>
| </xsl:copy>
| </xsl:template>
|
| </xsl:stylesheet>
|
| thanks
|
|
| -----Original Message-----
| From: James Clark [mailto:jjc@xxxxxxxxxx]
| Sent: Sunday, July 25, 1999 6:56 AM
| To: XSL-List
| Subject: New XT release
|
|
| An XT release that implements the 19990709 version of the XSLT WD is now
| available. See
|
| http://www.jclark.com/xml/xt.html
|
| for more information.
|
| James
|
|
| XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
| XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|