From: Paul K. <pa...@xm...> - 2009-12-01 19:02:10
|
I have a lot of submissions based on variables like the following: <xforms:submission ref="instance('teams')" id="add-team" replace="instance" instance="teams" method="get" resource="/exist/rest//db/newsml/{instance('data')/selected-sport}"/> see: {instance('data')/selected-sport} This gets turned into the following request: "GET /exist/rest//db/newsml/%7Binstance(%27data%27)/selected-sport%7D? HTTP/1.1" 404 I think my submission path is acceptable xforms (works for Mozilla plugin and Orbeon) but is there another way I need to formulate it for XSLTForms? |