[Xsltforms-support] Submission problem
Brought to you by:
alain-couthures
From: Mark S. <m_s...@ma...> - 2015-07-10 18:45:16
|
Hi, I have a simple submit that is failing, if anyone can suggest something to try I would be very grateful. I’m sure I must have missed something obvious. Here is what XSLTForms, build 615, reports: Submit get - application/xml - http://www.nearby.org.uk/api/convert.php?key=37d6c2c0832f6b&p=303657%2C965123&in=gr-osgb36&need=gr10-osgb36&output=sxml - false If I copy the URL string into a browser the expected XML document is returned, so there is no problem there. Here is the submission itself: <xf:submission id="getGridRef" method="get" replace="instance" instance="coord" ref="instance('var')/convert" serialization="application/x-www-form-urlencoded" resource="http://www.nearby.org.uk/api/convert.php"> <xf:action ev:event="xforms-submit-error"> <xf:message level="modal">'<xf:output value="instance('var')/convert/p"/>' getGridRef didn't work</xf:message> </xf:action> </xf:submission> Best wishes Mark |