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 replace="concat('"',p:system-property('p:episode'), '"')" </p:string-replace> ----------------------------------------------------------- David A. Lee dlee@calldei.com http://www.calldei.com http://www.xmlsh.orgReceived on Friday, 9 January 2009 02:45:13 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 9 January 2009 02:45:15 GMT