Subject: RE: New XT release
From: "Emery, Ric" <ric.emery@xxxxxxx>
Date: Mon, 26 Jul 1999 10:53:34 -0700
|
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
|