Skip to content

$XmlRepository

$XmlRepository provides access to the XML repository.

You can query the XML repository using the $XmlRepository.Query or $XmlRepository.QueryXml methods.

For data manipulation, you can use the $XmlRepository.Save and $XmlRepository.Delete methods.

1
const $XmlRepository;

Capabilities

Persistence

Querying

  • XmlRepository.Query: Executes an XQuery against the repository and returns the results as an array of strings.
  • XmlRepository.QueryXml: Executes an XQuery against the repository and returns the results as an array of XML nodes.