Hi….
Can you please help me with the process of generating forms using xml formgenerator??? I am on windows and dont know what actually is needed to generate forms and how to generate forms. Can you please explain in a simple step by step way the process of form generation and what actually is needed as dependencies on windows to generate the forms?? The wiki instruction is not of much help for windows…please help me with this…
Thanks in advance….
I followed your link and downloaded and installed all the packages as stated in the link for running xsltproc on windows in C:/windows/system32….Now on running command prompt and typing “xsltproc -version” it is showing the version of xslt package installed. according to the link this means that xsltproc has been correctly configured and installed.
But on moving to the C:/xampp/htdocs/openemr/contrib/forms/xmlformgen folder in the command prompt, and then issuing the “make INFILE=communication_log.xml” command says that:
‘make’ is not recognized as an internal or external command,
operable program or batch file.
What to do??? what should be the cure for this???
Dr. Arnab Naha
Sorry it didn’t work. You could install the gnu commands for windows ( http://gnuwin32.sourceforge.net/ ), but I think would be better to just try the cygwin route from above page:
is the ‘Installing xsltproc on Cygwin’ section in above link
Hi brady…
Installed cygwin and when i move into the xmlformgen directory by using cd command and try to run the " make INFILE=communication_log.xml" it returns with an error….
Bash: make:command not found.
Hi brady…
Installed make…but now a new problem…
on running, " make INFILE=communication_log.xml", the system reproduces the following error now–
make: /usr/bin/xsltproc: command not found
at the end……
/usr/bin/xsltproc xslt/info.txt.xslt communication_log.xml > /info.txt
/bin/sh: /usr/bin/xsltproc: No such file or directory
make: *** Error 127
Hi brady….
Work over….
Just installed the communication_log.xml form….awesome…
Will update the wiki…about installing/ using xml formgen on windows in a step by step manner…
Thanks a lot…
The links given by you were awesome…will update the links in the wiki too…