Re: Does JSTL XML taglibs ignore XMLNamespace of input document?

2002-10-20 Thread matsuhashi
Shawn Bayern wrote : >Indeed, this is one thing the standard could add in the future. It could >also use a more specific syntax, along the lines of > I am very glad to hear this. Thank you. I will be longing for this issue : "enabling XML Namespace prefixes within XPath expressions in JSTL t

Re: Does JSTL XML taglibs ignore XMLNamespace of input document?

2002-10-18 Thread Shawn Bayern
On Fri, 18 Oct 2002 [EMAIL PROTECTED] wrote: > This long line could be shorten by the way I suggested as follows : > > - > http://schemas.xmlsoap.org/soap/envelope"/> > http://baseball.azb.co.jp/Apache/DataStore/"/> > ="

Re: Does JSTL XML taglibs ignore XMLNamespace of input document?

2002-10-18 Thread Shawn Bayern
On Fri, 18 Oct 2002 [EMAIL PROTECTED] wrote: > This one line of code is too long! Don't you think so? Yes. > How can I make this shorter? You can't. :) At least, I can't think of any straightforward, general ways to simplify that code. It's possible that a future version of JSTL might let yo

Re: Does JSTL XML taglibs ignore XMLNamespace of input document?

2002-10-18 Thread matsuhashi
additive: - http://schemas.xmlsoap.org/soap/envelope']/Body[namespace-uri() ='http://schemas.xmlsoap.org/soap/envelope']/getPitchingResult[namespace-uri )='http://baseball.azb.co.jp/Apache/DataStore/']/name[namespace-uri

Re: Does JSTL XML taglibs ignore XMLNamespace of input document?

2002-10-18 Thread matsuhashi
Shawn Bayern wrote : > In XPath, "n:a" is not a valid step; it > does not refer, as you seem to be expecting, to the node named 'a' in the > namespace identified by prefix 'n'. If you want to refer to this node, > you'll probably want to use the name() and namespace-uri() functions in > XPath. Y

Re: Does JSTL XML taglibs ignore XMLNamespace of input document?

2002-10-18 Thread Shawn Bayern
On Fri, 18 Oct 2002 [EMAIL PROTECTED] wrote: > I have worked out about this issue and I believe I have got an idea of > betterment to the jakarta standard taglibs1.0.x and possibly to the JSTL > specification. > > Here I refrain the initial issue I raised just to remind it. I coded the > followin

Re: Does JSTL XML taglibs ignore XMLNamespace of input document?

2002-10-18 Thread matsuhashi
I have worked out about this issue and I believe I have got an idea of betterment to the jakarta standard taglibs1.0.x and possibly to the JSTL specification. Here I refrain the initial issue I raised just to remind it. I coded the following JSP page --

Does JSTL XML taglibs ignore XMLNamespace of input document?

2002-10-09 Thread matsuhashi
Hi, I just started learning JSTL, am especially interested in XML-related taglibs. I use jakarta-taglibs/standard-1.0.1 on tomcat4.1.3. I coded the following JSP page - <%@ taglib uri="/WEB-INF/x.tld" prefix="x" %> boon baan $NoNS