質問

I need to convert infopath form to html form (Logic & visual)
Someone knows how i can do it automatically with batch script
or other language script like php ?

hope you can help me
Thanks

役に立ちましたか?

解決

The InfoPath File *.xsn is just a Zip file. You can change the extension to MyForm.zip and extract all the internal files. Most of the files will be xml for the data and xsl for the Views. You can use whatever scripting language you want that convert them to something else. The xsl is mostly HMTL with xsl added where the data is supposed to go.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top