I have this sitemap
<map:transformer name="transformer"
src="es.clickonline.transformation.Transformer"/>
.
.
.
<map:match pattern="Login">
<map:generate type="request"/>
<map:transform src="./xslt/photoClickLoginRequest.xsl"/>
<map:transform type="transformer"/>
<map:transform src="./xslt/photoClickLoginResponse.xsl"/>
<map:serialize type="html"/>
</map:match>
then xslt photoClickLoginResponse.xsl return the word "true" if the login its
true.
I want to take the word true and to forward to another page or a class java.
Thank you very much.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]