In an article by Steve Punte of candlelightsoftware.com, he uses
<xsl:value-of
select="/http:request/http:requestParameters/http:parameter/http:value"/>

to pickoff input=5  in a url of  http://localhost/mypage?input=5

and passed it to a template like this:

<xsl:call-template name="factorial">
          <xsl:with-param name="input" select="/http:request/
http:requestParameters/http:parameter/http:value"/>
        </xsl:call-template>


Can anyone perhaps elaborate on how input=5 from that select? what if the the
parameters where http://localhost/mypage?input=5&input2=7  instead?

aps

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to