RE: Problem with XPath expression using JDK1.4.1 with Xalan 2.2 and higher

2003-04-24 Thread Henry Zongaro
aspiro.com> cc: Subject: Problem with XPath expression using JDK1.4.1 with Xalan 2.2 and higher 04/24/2003 09:46 AM Hi, Given the follwing extract of a xml page - - I'm trying t

RE: Problem with XPath expression using JDK1.4.1 with Xalan 2.2 and higher

2003-04-24 Thread Christine Li
From: Christine Li [mailto:[EMAIL PROTECTED] Sent: den 24 april 2003 16:06 To: Anders Samuelson Cc: [EMAIL PROTECTED] Subject: Re: Problem with XPath expression using JDK1.4.1 with Xalan 2.2 and higher I tried with JDK 1.4.0_03 and Xalan 2.5, it works fine. I was using

RE: Problem with XPath expression using JDK1.4.1 with Xalan 2.2 and higher

2003-04-24 Thread Anders Samuelson
ginal Message- From: Christine Li [mailto:[EMAIL PROTECTED] Sent: den 24 april 2003 16:06 To: Anders Samuelson Cc: [EMAIL PROTECTED] Subject: Re: Problem with XPath expression using JDK1.4.1 with Xalan 2.2 and higher I tried with JDK 1.4.0_03 and Xalan 2.5, it works fine. I was using command

Re: Problem with XPath expression using JDK1.4.1 with Xalan 2.2 and higher

2003-04-24 Thread Christine Li
; cc: Subject: Problem with XPath expression using JDK1.4.1 with Xalan 2.2 and higher

Re: Problem with XPath expression using JDK1.4.1 with Xalan 2.2 and higher

2003-04-24 Thread Christine Li
aspiro.com> cc: Subject: Problem with XPath expression using JDK1.4.1 with Xalan 2.2 and higher

Problem with XPath expression using JDK1.4.1 with Xalan 2.2 and higher

2003-04-24 Thread Anders Samuelson
Hi,   Given the follwing extract of a xml page -     - I'm trying to access the 'base-url' and 'session' attributes of the page element with the XPath _expression_ {/page/@base-url} and {/page/@session}. (For the complete java code and stylesheet see attachments. Execute the java class with