Xml Viper Module
Viper Methods
Global Viper Method | Description |
---|---|
Xml.Evaluate Viper Method | Evaluates the given XPath expression and returns the result. |
Xml.FromJson Viper Method | Converts the given Json string to an XML document. |
Xml.GetNamespaces Viper Method | Gets the namespaces used by the Xml document (Prefix, NamespaceUri). |
Xml.QueryNodeValue Viper Method | Queries the document using the specified XPath expression and returns a single node value. |
Xml.Read Viper Method | Reads Xml from a file. |
Xml.RemoveDuplicateNamespaces Viper Method | Removes duplicate namespace declarations from the given Xml. Duplicate namespace declarations are not illegal, but superfluous, and cause the string representation of the Xml to be larger than needed. |
Xml.SelectSingleNode Viper Method | Queries the document using the specified XPath expression and returns a single node. |
Xml.ToJson Viper Method | Converts the given Xml to a Json string. |
Xml.ToString Viper Method | Returns a string representation of the Xml object. |
Xml.Transform Viper Method | Transforms the specified XML using the given XSLT stylesheet. |
See Also
-
Xml.Evaluate Viper Method
Evaluates the given XPath expression and returns the result. -
Xml.FromJson Viper Method
Converts the given Json string to an XML document. -
Xml.GetNamespaces Viper Method
Gets the namespaces used by the Xml document (Prefix, NamespaceUri). -
Xml.QueryNodeValue Viper Method
Queries the document using the specified XPath expression and returns a single node value. -
Xml.Read Viper Method
Reads Xml from a file. -
Xml.RemoveDuplicateNamespaces Viper Method
Removes duplicate namespace declarations from the given Xml. Duplicate namespace declarations are not illegal, but superfluous, and cause the string representation of the Xml to be larger than needed. -
Xml.SelectSingleNode Viper Method
Queries the document using the specified XPath expression and returns a single node. -
Xml.ToJson Viper Method
Converts the given Xml to a Json string. -
Xml.ToString Viper Method
Returns a string representation of the Xml object. -
Xml.Transform Viper Method
Transforms the specified XML using the given XSLT stylesheet.
- Macro
- Macro Parameters
- Macro Parameter Properties
-
Vipers
-
Global Viper Methods
- AIM Viper Class
- Audit Viper Class
- Buffer Viper Class
- Cache Viper Class
- CacheFile Viper Class
- Calendar Viper Class
- Channel Viper Class
- Char Viper Class
- Cms Viper Class
- ContentType Viper Class
- Convert Viper Class
- Database Viper Class
- DataTable Viper Class
- DateTime Viper Class
- Debug Viper Class
- DigiD Viper Class
- Env Viper Class
- FileSystem Viper Class
- FlexLayout Viper Class
- Html Viper Class
- Html.Color Viper Class
- Html.Css Viper Class
- Image Viper Class
- ImageProperties Viper Class
- ItemComments Viper Class
- ItemData Viper Class
- License Viper Class
- Locale Viper Class
- Logging Viper Class
- Login Viper Class
- Math Viper Class
- Payment Viper Class
- Personalization Viper Class
- PlaceHolder Viper Class
- Poll Viper Class
- Publication Viper Class
- RenderTemplate Viper Class
- Request Viper Class
- Response Viper Class
- Scf Viper Class
- Security Viper Class
- Session Viper Class
- Site Viper Class
- Smartlet Viper Class
- SmartletEditor Viper Class
- SmartletPreset Viper Class
- Smi Viper Class
- SmiData Viper Class
- Spice Viper Class
- Sql Viper Class
- StandardsCompliance Viper Class
- Storage Viper Class
- String Viper Class
- SXML Viper Class
- Sys Viper Class
- Tags Viper Class
- Translation Viper Class
- Url Viper Class
- User Viper Class
- UserItemFeedback Viper Class
- Local Viper Methods
-
Global Viper Methods
- SXML Data Types
- Examples
- Tips & Tricks