XML Generic Form generator/handler
XML / XSL
3
Posts
3
Posters
4
Views
1
Watching
-
Hi I am trying to build a generic function to building forms using only ASP3.0, XML and XSLT
!= 'NULL'"> <xsl:attribute name="VALUE"> <xsl:value-of select="$array[x]" /> </xsl:attribute> </xsl:if> </INPUT> Where x corresponds to the element in question. Current example:http://www.safari-trader.com/functions/form\_builder/index.asp http://www.safari-trader.com/functions/form\_builder/forms.xml http://www.safari-trader.com/functions/form\_builder/forms.xslt Any help/pointers would be appreciated.... John -
Hi I am trying to build a generic function to building forms using only ASP3.0, XML and XSLT
!= 'NULL'"> <xsl:attribute name="VALUE"> <xsl:value-of select="$array[x]" /> </xsl:attribute> </xsl:if> </INPUT> Where x corresponds to the element in question. Current example:http://www.safari-trader.com/functions/form\_builder/index.asp http://www.safari-trader.com/functions/form\_builder/forms.xml http://www.safari-trader.com/functions/form\_builder/forms.xslt Any help/pointers would be appreciated.... JohnJohn, I think what you want is XForms, not XSLT. Have a look at this (slightly outdated but nonetheless a good intro): http://www-106.ibm.com/developerworks/web/library/x-xforms/?loc=dwmain Bernd
-
John, I think what you want is XForms, not XSLT. Have a look at this (slightly outdated but nonetheless a good intro): http://www-106.ibm.com/developerworks/web/library/x-xforms/?loc=dwmain Bernd