Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 37302 invoked from network); 23 Feb 2004 18:26:24 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Feb 2004 18:26:24 -0000 Received: (qmail 98766 invoked by uid 500); 23 Feb 2004 18:26:14 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 98715 invoked by uid 500); 23 Feb 2004 18:26:14 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 98702 invoked from network); 23 Feb 2004 18:26:13 -0000 Received: from unknown (HELO iron.eviasoft.com) (64.8.239.126) by daedalus.apache.org with SMTP; 23 Feb 2004 18:26:13 -0000 Received: from turtle (turtle.eviasoft.com [192.168.227.2]) by iron.eviasoft.com (8.10.2/8.10.2) with SMTP id i1NHrcU23929 for ; Mon, 23 Feb 2004 12:53:38 -0500 From: "Peter Meggitt" To: Subject: XPath expressions Date: Mon, 23 Feb 2004 13:31:09 -0500 Message-ID: <011001c3fa3b$35f1cf40$02e3a8c0@eviasoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <73A3D8E3-6621-11D8-B7E9-000393448246@medata.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am to create an XML transformation that allows XML attributes and elements to include (with some suitable delimiter) XPath expressions. For example below, the expression {../@id} would get replaced by the evaluation of the XPath expression ../@id. So: A big tournament would get transformed to: A big tournament Does anyone know of an XSLT transformation or other XML spec that would allow the evaluation of (XPath) expressions during the transformation process?