Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Delivered-To: moderator for cocoon-users@xml.apache.org Received: (qmail 34944 invoked from network); 10 Nov 2000 09:27:47 -0000 Received: from unknown (HELO mailserver.telecats.nl) (195.85.186.18) by locus.apache.org with SMTP; 10 Nov 2000 09:27:47 -0000 Received: from exchange.telecats.nl (exchange.telecats.nl [192.168.2.1]) by mailserver.telecats.nl (8.10.2/8.10.2) with ESMTP id eAA9Phk00521 for ; Fri, 10 Nov 2000 10:25:43 +0100 Received: by exchange with Internet Mail Service (5.0.1460.8) id ; Fri, 10 Nov 2000 10:36:30 +0100 Message-ID: From: Richard Korthuis To: cocoon-users@xml.apache.org Subject: Fetching variable-names using FP Date: Fri, 10 Nov 2000 10:36:28 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hello, I have a difficult question: I have a file default.xml containing something like this: .... date 20 text sport 15 text .... and I have a file register.xml containing something like this: .... ... ... ... insert into rooster (date, sport) values ( '', '') ..... Now I want to change the lines marked with 1,2 and 3 so that the names of the variables date and sport are fetched from the file default.xml. I know this should (somehow) be possible using FP. Can anyone tell me how???? Or if someone knows another way how I can do this, I would be thankful if he could tell me. Regards, Richard Korthuis