Name
pxf:touch — Touch a file.
Synopsis
<p:declare-step
type
="
pxf:touch
"
xmlns:pxf
="
http://exproc.org/proposed/steps/file
"
>
<p:output
port
="
result
"
primary
="
false
"
/>
<p:option
name
="
href
"
required
="
true
"
/>
<!--
anyURI -->
<p:option
name
="
timestamp
"
/>
<!--
dateTime -->
<p:option
name
="
fail-on-error
"
select
="
'true'
"
/>
<!--
boolean -->
</p:declare-step>
Description
TBD.