David Thielen Thu, 05 Jun 2003 23:52:28 -0700
----- Original Message ----- From: David Thielen To: [EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 9:18 AM Subject: [dom4j-user] concat () problem Hi; The following works in dom4j: concat(./../../@BLB_PTH,./[EMAIL PROTECTED]/@BLB) But if I try the following: concat(/TOP/@BLB_PTH,./[EMAIL PROTECTED]/@BLB) then it returns just the string from the first node and I don't get the ,./[EMAIL PROTECTED]/@BLB part. Any ideas? thanks - dave