- From: <Toman_Vojtech@emc.com>
- Date: Fri, 9 Jan 2009 02:41:18 -0500
- To: <xproc-dev@w3.org>
- Message-ID: <6E216CCE0679B5489A61125D0EFEC7870E1DC0BD@CORPUSMX10A.corp.emc.com>
Hi, Both of your examples were right. The extension functions are available when the *processor* evaluates the XPath expression and the step gets the result of the expression. The "select" attribute of p:with-option, p:variable, ... is the best example of this, or the "select" expression on p:input, or the "test" expression of p:when, ... The functions are not available if the *step* evaluates the expression. This happens with steps like p:string-replace (the "replace" option) or p:split-sequence ("test"). (One confusing case could be p:filter, which has an option named "select" :) Regards, Vojtech ________________________________ From: xproc-dev-request@w3.org [mailto:xproc-dev-request@w3.org] On Behalf Of David A. Lee Sent: Friday, January 09, 2009 3:45 AM To: XProc Dev Subject: Extension XPathExpressions in step arguments - 2.7 XPath Extension Functions I'd like confirmation of my understanding please. In 2.7 XPath Extension Functions It lists the extension xpath functions which are required. Is it true that these are only implemented on explict xpath step options such as "select=" but NOT in the step library options. For example: p:system-property IS exposed <p:string-replace match="/doc/episode/@value"> <p:with-option name="replace" select="concat('"',p:system-property('p:episode'), '"')"/> </p:string-replace> BUT ... p:system-property is NOT exposed (error is thrown) <p:string-replace match=/doc/episode/@value <mailto:match=/doc/episode/@value> replace="concat('"',p:system-property('p:episode'), '"')" </p:string-replace> ----------------------------------------------------------- David A. Lee dlee@calldei.com http://www.calldei.com http://www.xmlsh.org
Received on Friday, 9 January 2009 07:42:09 UTC