Created
March 10, 2016 18:59
-
-
Save avernet/6973e68d807dc017679a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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