Call XML script from JSP File

I have a JSP Page and I want to pass an XML tag in that JSP page, which would return some JSP scriptlet value......which is something like this -

<taglib : tag>

<%getResult()%>

</taglib :tag>

Can u explain me how to implement that ? What all files do i need to modify or create ....do i need to create a TLD file ...........

Please explain the process and explain with some code if possible? Thanks

[445 byte] By [linkinpark2007a] at [2007-11-27 11:42:52]
# 1

Please Reply?

linkinpark2007a at 2007-7-29 17:46:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

I don't quite understand the question.

You need to be a bit more clear about what you are trying to do here.

What are the Inputs?

What is the expected Output?

Would the JSTL xml library be of use at all?

evnafetsa at 2007-7-29 17:46:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...