XML aliases

Built-In

Contains functionality related to XML XPath queries.

General

XmlPeek(FilePath, string, XmlPeekSettings) Get the value of a target node.
XmlPeek(FilePath, string) Gets the value of a target node.
XmlPoke(FilePath, string, string, XmlPokeSettings) Set the value of, or remove, target nodes.
XmlPoke(FilePath, string, string) Set the value of, or remove, target nodes.
XmlPokeString(string, string, string, XmlPokeSettings) Set the value of, or remove, target nodes.
XmlPokeString(string, string, string) Set the value of, or remove, target nodes.
XmlTransform(FilePath, FilePath, FilePath, XmlTransformationSettings) Performs XML XSL transformation.
XmlTransform(FilePath, FilePath, FilePath) Performs XML XSL transformation.
XmlTransform(string, string, XmlTransformationSettings) Performs XML XSL transformation.
XmlTransform(string, string) Performs XML XSL transformation.