Skip to content

Instantly share code, notes, and snippets.

@avernet
Created March 10, 2016 18:59
Show Gist options
  • Save avernet/6973e68d807dc017679a to your computer and use it in GitHub Desktop.
Save avernet/6973e68d807dc017679a to your computer and use it in GitHub Desktop.
<properties xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:oxf="http://www.orbeon.com/oxf/processors">
<property as="xs:string" name="oxf.fr.detail.buttons.*.*" value="submit"/>
<property as="xs:string" name="oxf.fr.detail.process.submit.*.*">
require-uploads
then validate-all
then save(draft="false")
then send(
uri = "http://requestb.in/1alf9hv1",
method = "POST",
replace = "none",
content = "xml"
)
</property>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment