Skip to end of metadata
Go to start of metadata

Function createDocument

Example

/oxyd/createdocument/Foo/Bar

  • Foo is the workspace name
  • Bar is the document name

Developpement Status

Kernel
server
clientAPI

Parameters

  • The Workspace Name (in the URL)
  • The Document Name (in the URL)

functionality

  • this function create the document in the server.
  • create the workspace if he does not exist.
  • delete characters who are not alphanumeric in the names of document and workspace.

return of the function

return an XML with the document.

Labels
  • None