|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: <xsl:call-template> and form variables
Hi, > I have a template,which is a form that takes in > username and password: > > <xsl:stylesheet version="1.0" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> > <xsl:template name="menubarv"> > <form action="?CN=process_login_member" method="post"> > <table border="0"> > <tr> > <td align="center" bgcolor="8080C0"> > User name: <input type="text" name="username" > size="8"/> > Password: <input type="password" name="password" > size="8"/> > </td> > </tr> > <tr> > <td align="center"> > <input type="submit" name="submit" value="Sign in" /> > </td> > </tr> > </table> > </form> > </xsl:template> > </xsl:stylesheet> > > From another xslt file I include this template by > using <xsl:call-template> element. But I got empty > values When I tried to get the from values (username > and password) in a PHP file. This is a PHP problem, not an XSLT one. Cheers, Jarno - Lisa Lashes: Hard Mix
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








