|
help requested with using Xforms in xslt
|
| |
Hello I am trying to construct a xslt stylesheet which contains some xforms, but the forms will not bind to the instance data, and the xforms:repeat is not filled with data from the instance. I am using some examples I have found online in a attempt to make it work but without any luck. Can anyone help me find the error, or/and point to... more »
|
|
XForms repeat and html tables
|
| |
I'd be grateful for any advice on getting an html table to render using the xforms repeat attribute. Data renders ok but the <td> cells within the repeat all end up rendering vertically in the first row. Here is sample code: <html xmlns="[link]" xmlns:xf="[link] 2002/xforms">... more »
|
|
Bad row alignment with css
|
| |
Hi I'm having a bit of a problem with getting xforms to produce a reliable table with a couple of columns and some rows of labels / inuts. The following will result in the input boxes jumping around to the next row occasionally. eg instead of a [input box] b [input box] c [input box] you get... more »
|
|
XForms for Firefox 3.5.3
|
| |
Is there a URL that contains a version of XForms that will work with Firefox 3.5.3? Thank you. Robert C. Leif
|
|
XForms digital signature on xml file
|
| |
I want to digitally sign the xml file that is generated automatically from the xforms document. I mean to say that i want to digitally sign the xml file through a button on xforms document. Here is the code which i have written to do such task , if any body feel that the code should be modified then please reply me.... more »
|
|
XForms digital signature
|
| |
Hi, I want to develop a xml signature through xforms on a xforms document. I mean to say that i want to develop a button on xforms document which will sign the xml file that is been genertaed by xforms form. Please help me in developing xml signature code. Thanks and Regards, Deepak Tewani Programmer... more »
|
|
Xforms encryption functions -reg
|
| |
Hi Aaron!!! Thanks for your reply .. I will try it first then say to you the status .... thanks and regards Rajamani Marimuthu Junior Research Fellow-JRF NIC -Open Technology Centre Rajaji Bhavan Besant Nagar, Chennai - 90 Cell : 9791125383
|
|
xml posting (Asit)
|
| |
Hi Asit!!!! 1. That's very simple you copy and paste the following code and save as some name .xhtml then open it in your xforms enabled firefox browser then see the result then enter some text in that text box then click the submit button your output xml will be generated code : <?xml version="1.0" encoding="UTF-8"?><html xmlns="[link]" xmlns:ev="[link]" xmlns:xf="[link]" xmlns:xsd="[link]" xmlns:xsi="[link]"> <head> <title>Simple Submission</title> <xf:model> <xf:instance id="first"><Test xmlns=""><Myname/></Test></xf: instance> <xf:submission id="test" action="myname.xml" method="put"/> </xf:model> </head> <body> <center><xf:label>Enter Your Name And Click the Submit Button</xf:label></center><br/ > <xf:input ref="/Test/Myname"><xf:label>E nter Your Name</xf:label></xf:input><br/ > <xf:output ref="/Test/Myname"><xf:label>H i:</xf:label></xf:output><br/> <xf:submit submission="test"><xf:label>Su bmit </xf:label></xf:submit> </body></html>... more »
|
|
Xforms encryption functions -reg (RajaM)
|
| |
Hi Aaron !!! I need the Encryption function to encrypt the output xml data(only) . Because the customer must not edit the generated XML File from this application.. Thanks and Regards Rajamani Marimuthu Junior Research Fellow-JRF NIC -Open Technology Centre Rajaji Bhavan Besant Nagar, Chennai - 90 Cell : 9791125383... more »
|
|
|