[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: New XT release

Subject: Re: New XT release
From: "Steve Muench" <smuench@xxxxxxxxxxxxx>
Date: Mon, 26 Jul 1999 11:22:17 -0700
transform xml remove pi
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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.