Re: xmlrpc and parse

2004-04-22 Thread Benedetto Dell'Ariccia
Is it goog even for XML-RPC? Are you sure? Benny Martin Cooper wrote: Benedetto Dell'Ariccia [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I need to call an XML-RPC url and parse the output. I use tomcat 5.018 (genrally 5.xx) I tried with the IO and XTAGS library but there is

RE: scriptlet variables and JSTL

2004-04-22 Thread Karl Coleman
AFAIK, you have to use c:set. I've yet to figure out how to do it otherwise. Karl -Original Message- From: Anuj Agrawal [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 12:04 AM To: [EMAIL PROTECTED] Subject: scriptlet variables and JSTL Because i'm unable to perform my

Re: scriptlet variables and JSTL

2004-04-22 Thread Dima Gutzeit
You can do something like the following : % pageContext.setAttribute(someVar,value); % c:out value=${someVar}/ - Original Message - From: Karl Coleman [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Thursday, April 22, 2004 15:01 Subject: RE: scriptlet

Resolution for: JSTL 1.1 x:transform throws can't declare any mo re prefixes in this context exception

2004-04-22 Thread Nico Krijnen
After we upgraded to J2SDK 1.4.2, Tomcat 5.19 and JSTL 1.1 we received the following error when using the x:transform .../ tag: javax.xml.transform.TransformerException: java.lang.IllegalStateException:can't declare any more prefixes in this context Jason West seems to have had the same problem

Re: xmlrpc and parse

2004-04-22 Thread Martin Cooper
Benedetto Dell'Ariccia [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is it goog even for XML-RPC? Are you sure? XTags parses and manipulates XML. The JSTL XML tags parse and manipulate XML. There's no difference there, except in the details of the individual tags, and that the

How to correctly read all the characters in XML?

2004-04-22 Thread Ashish Srivastava
Hi, I have a following XML : nm:document nm:link href=javascript:openPopup(quote;/link.htmlquot;,quot;Tipsquot;,100,100,quot;yesquot;, 0,0,0,0,0,0)/ /nm:document The jsp uses xtags library to read this XML as : a href=xtags:valueOf select=/nm:document/nm:link/@href/ The output is