Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 47054 invoked from network); 20 Mar 2005 03:00:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Mar 2005 03:00:57 -0000 Received: (qmail 57538 invoked by uid 500); 19 Mar 2005 19:43:33 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 57495 invoked by uid 500); 19 Mar 2005 19:43:33 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 87661 invoked by uid 99); 19 Mar 2005 18:36:48 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of callejas.dev@gmail.com designates 64.233.170.199 as permitted sender) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=ot3WRu++6xZOwNKeowXzT14O+HeyBBYAa+ZijWJN9L/2SYKmsw3EDwN7HHIQGuIutwz933ukXH1HRG18mrgBEMnqSvKSswHgjcwvfwtkB2i3IF+Dti/uJ+t/enjjLzhr/UocZXIIsNGOyUJ53lSomB0mF9DQ3ZbIORQPW2TJrQY= Message-ID: <364de48d0503191036e68c69@mail.gmail.com> Date: Sat, 19 Mar 2005 10:36:45 -0800 From: augusto callejas Reply-To: augusto callejas To: commons-user@jakarta.apache.org Subject: jxpath >> using variables Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi- i want to use variables in this way: JXPathContext context = JXPathContext.newContext(bean); context.getVariables().declareVariable("property", new Integer(2)); context.setValue("/property", "$property"); that is, i want to reference a variable as part of the value, not just as part of the reference in a getValue() call. is this currently not supported? thanks, augusto. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org