[xsl] Creating an input form, XML -> XSLT -> HTML

Subject: [xsl] Creating an input form, XML -> XSLT -> HTML
From: Ron King <roncking@xxxxxxxx>
Date: Sat, 29 Dec 2001 14:01:27 -0600
Hi,

I want to take XML and generate an input form using XSLT. In straight
HTML, I would code this:

<INPUT TYPE = "TEXT" NAME="FIRSTNAME" VALUE="JAMES" >

My XML documents may have multiple occurances of names, so I can't
hardcode "FIRSTNAME".  I need to dynmically generate the NAME using
generate-id(), right? I also would like to be able to generate a string
that is the xpath representation of the XML data.

My overall goal is to be able to identify the field name, and the xpath
to the field so that I can process the results of the HTTP Request when
it comes back from the browser using JXPATH, a tool for accessing java
beans with the xpath syntax , understand.

I've tried to code this, but I can't figure out how to do it! Please
help me.

Regards,

Ron




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread