Re: Howto traverse through an unknown depth with Xtags?

2004-04-21 Thread Lorenzo Sicilia
[EMAIL PROTECTED] wrote:

Now, how can I use the xtags (XPath) to read such an XML? I guess I can use xtags:forEach but thats only for the multiple siblings and not for parent-child. Please help! Also, please send the reply directly to my email address as I just have subscribed to the alias.
yes, You can use xtag. before, You can read this:
http://www.w3schools.com/xpath/default.asp
regards Lorenzo

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


xmlrpc and parse

2004-04-21 Thread Benedetto Dell'Ariccia
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 a problem of 
incompatibility between XTAGS and TOMCAT,
could you suggest me another solution?

Tnx
Benny
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


jspc

2004-04-21 Thread Martin Nad
Hi!

I run win-bin-Tomcat 9.0.19 and there is not jspc in
tomcat/bin/!!!???

How can i get jspc!

Cheers





__
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven repository

2004-04-21 Thread Felipe Leme
Mark/Pierre,

Just now I started to use Maven in a project, and I think it's a very
good product.

So, at long term, I suggest that we add Maven support on our tags - it
would make it much easier to handle the dependencies and we could take
advantage of our existing xdocs documents.

Meanwhile, I could do the 'manueal update' Mark mentioned (in fact,
that's something we really must do, as the repository right now have the
1.0.2 artifacts, which are pretty old).

Felipe

PS: I think this discussion should be kept only in the devs list


On Sat, 2004-02-28 at 12:12, Mark R. Diggory wrote:
 As taglibs currently doesn't take advantage of Maven for building, I 
 expect we will use a manual solution for publsihing which would look 
 something like:


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven repository

2004-04-21 Thread Mark R. Diggory
Not only this, I missed that these are not actually in the apache maven 
repository. hmm. I'm going to have to move these over from ibiblio. I 
wonder if I've missed anything else.

-Mark

Felipe Leme wrote:

Mark/Pierre,

Just now I started to use Maven in a project, and I think it's a very
good product.
So, at long term, I suggest that we add Maven support on our tags - it
would make it much easier to handle the dependencies and we could take
advantage of our existing xdocs documents.
Meanwhile, I could do the 'manueal update' Mark mentioned (in fact,
that's something we really must do, as the repository right now have the
1.0.2 artifacts, which are pretty old).
Felipe

PS: I think this discussion should be kept only in the devs list

On Sat, 2004-02-28 at 12:12, Mark R. Diggory wrote:
 

As taglibs currently doesn't take advantage of Maven for building, I 
expect we will use a manual solution for publsihing which would look 
something like:
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: xmlrpc and parse

2004-04-21 Thread Martin Cooper

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 a problem of
 incompatibility between XTAGS and TOMCAT,
 could you suggest me another solution?

If the IO taglib works for the XML-RPC invocation, then you should be able
to use JSTL instead of XTags to parse the output.

--
Martin Cooper



 Tnx
 Benny




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: jspc

2004-04-21 Thread Martin Cooper
This is a question for tomcat-user, not taglibs-user (assuming you mean
Tomcat 5.0.19, since the major version number isn't up to 9 yet! ;).

--
Martin Cooper


Martin Nad [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi!

 I run win-bin-Tomcat 9.0.19 and there is not jspc in
 tomcat/bin/!!!???

 How can i get jspc!

 Cheers





 __
 Do you Yahoo!?
 Yahoo! Photos: High-quality 4x6 digital prints for 25¢
 http://photos.yahoo.com/ph/print_splash




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



scriptlet variables and JSTL

2004-04-21 Thread Anuj Agrawal
Because i'm unable to perform my required action via JSTL tags (or
other taglibs), i'm forced to use scriptlets within my JSP.

What i'd like to be able to do is use variables in the scriptlets, and
then output (or access) them via some core tags.  I read that for this
i have to use jsp:useBean .../ .. but i must be doing something wrong
because it doesn't give me the required output.

Essentially i want to:

jsp:useBean id=x type=java.lang.String/
% x = hello; %
c:out value=${x}/

(I know i can use c:set ../, but the above is a simplistic example.)

Thanks for any help.
Anuj.




__
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]