Re: using Node variables with JSTL XML tags

2004-09-09 Thread Flavio Tordini
Libraries Users List Subject: Re: using Node variables with JSTL XML tags hi chris, thank you for your answer. The problem is i'm actually passing a *Node* to the tag, not a Document. So I'd like to evaluate the XPath starting from that Node, not from the root of the Document the Node belongs to. I

Re: using Node variables with JSTL XML tags

2004-09-09 Thread Kris Schneider
] Sent: Wednesday, September 08, 2004 9:37 AM To: Tag Libraries Users List Subject: Re: using Node variables with JSTL XML tags hi all, In the list archive, I found that the same question has been asked in June e never answered: http://www.mail-archive.com/[EMAIL PROTECTED]/msg07315.h tm

Re: using Node variables with JSTL XML tags

2004-09-09 Thread Flavio Tordini
) problems. Chris -Original Message- From: Flavio Tordini [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 10:36 AM To: Tag Libraries Users List Subject: Re: using Node variables with JSTL XML tags hi chris, thank you for your answer. The problem is i'm actually passing a *Node

Re: using Node variables with JSTL XML tags

2004-09-09 Thread Justyna Horwat
: Re: using Node variables with JSTL XML tags hi chris, thank you for your answer. The problem is i'm actually passing a *Node* to the tag, not a Document. So I'd like to evaluate the XPath starting from that Node, not from the root of the Document the Node belongs to. I also tried: x:forEach

using Node variables with JSTL XML tags

2004-09-08 Thread Flavio Tordini
hi all, I'm experimenting with the JSTL XML tags. I have a org.w3c.dom.Node variable and I'm trying to use the JSTL with it. Something like: x:out select=$node/@name/ The odd thing is that the XPath expression is evaluated relative the document root, not to the specified node. The following

Re: using Node variables with JSTL XML tags

2004-09-08 Thread Helios Alonso
Hmm... I don't know too much about xtags but try: [EMAIL PROTECTED] (without the bar) :-) Hope it helps. At 10:36 08/09/2004 +0200, you wrote: hi all, I'm experimenting with the JSTL XML tags. I have a org.w3c.dom.Node variable and I'm trying to use the JSTL with it. Something like: x:out

Re: using Node variables with JSTL XML tags

2004-09-08 Thread Flavio Tordini
hi helios, Unfortunately it does not work. it gives the following error: Illegal argument evaluating XPath expression /*: java.lang.IllegalArgumentException: Node must be non-null for getDTMHandleFromNode Clearly the JSTL implementation is trying to use [EMAIL PROTECTED] as the variable name.

Re: using Node variables with JSTL XML tags

2004-09-08 Thread Flavio Tordini
hi all, In the list archive, I found that the same question has been asked in June e never answered: http://www.mail-archive.com/[EMAIL PROTECTED]/msg07315.html should I post to the dev mailing list? should I report a bug? please someone answer! flavio Flavio Tordini wrote: hi all, I'm

RE: using Node variables with JSTL XML tags

2004-09-08 Thread Johnson, Chris
Libraries Users List Subject: Re: using Node variables with JSTL XML tags hi all, In the list archive, I found that the same question has been asked in June e never answered: http://www.mail-archive.com/[EMAIL PROTECTED]/msg07315.htm l should I post to the dev mailing list? should I report a bug

Re: using Node variables with JSTL XML tags

2004-09-08 Thread Flavio Tordini
Libraries Users List Subject: Re: using Node variables with JSTL XML tags hi all, In the list archive, I found that the same question has been asked in June e never answered: http://www.mail-archive.com/[EMAIL PROTECTED]/msg07315.htm l should I post to the dev mailing list? should I report a bug

RE: using Node variables with JSTL XML tags

2004-09-08 Thread Johnson, Chris
not in a big hurry to fix these (what we would consider big) problems. Chris -Original Message- From: Flavio Tordini [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 10:36 AM To: Tag Libraries Users List Subject: Re: using Node variables with JSTL XML tags hi chris, thank

RE: using Node variables with JSTL XML tags

2004-09-08 Thread Kris Schneider
-Original Message- From: Flavio Tordini [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 10:36 AM To: Tag Libraries Users List Subject: Re: using Node variables with JSTL XML tags hi chris, thank you for your answer. The problem is i'm actually passing a *Node