OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
XML Filter
This page's ID:
22675
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Hi people! I'm trying to investigate the solution to XML Menu but now I have a problem and I don't know what's happening... I want to do a Request.Form from 5 input type text that I create dinamically to filter the results. <xsl:for-each select="$FilteredFields"> <th> <input> <xsl:attribute name="id">txtFilteredField<xsl:value-of select="position()"/></xsl:attribute> <xsl:attribute name="value"><xsl:value-of select="."/></xsl:attribute> </input> </th> </xsl:for-each> But I don't know why the value is always empty, something is wrong but I don't know what. When I look HTML Code in Explorer I see always : <th><input id="txtFilteredField1" value=""></input></th> Any Ideas?
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »