Skip to content

Instantly share code, notes, and snippets.

@floverfelt
Last active May 13, 2021 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floverfelt/cfe11224cc03e5002a6f648ec214b010 to your computer and use it in GitHub Desktop.
Save floverfelt/cfe11224cc03e5002a6f648ec214b010 to your computer and use it in GitHub Desktop.
let $prompt_val:='any_text_prompt'
return
<Table>
<ColumnHeaders>
<ColumnHeader name="VALUE" type="xsd:string" />
</ColumnHeaders>
<Data>{
<Row>
<VALUE>{$prompt_val}</VALUE>
</Row>
}</Data>
</Table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment