Skip to content

Instantly share code, notes, and snippets.

@wpaven
Created December 5, 2010 19:45
Show Gist options
  • Save wpaven/729397 to your computer and use it in GitHub Desktop.
Save wpaven/729397 to your computer and use it in GitHub Desktop.
declare function feed:process-file(
$document as node(),
$source-location as xs:string,
$ticket-id as xs:string,
$policy-deltas as element(info:options)?,
$context as item()?
)
{
infodev:ingest($document,$source-location,$ticket-id,$policy-deltas,())
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment