XML Utilities
Content Type: Module
Categories:
Overview
This module comprises of the following utilities that performs XML transformation with XSLT and XPath.
Features:
1. Transform XML based on the XSLT.
2. Perform XPATH numerical operations on the XML.
3. Remove nodes from the XML based on the XPATH expression.
4. Extract nodes from the XML based on the XPATH expression.
5. Convert the input file document to string. This can be useful to upload file document from the UI and convert the same to string for further actions.
Documentation
Description
This module comprises of the following utilities that performs XML transformation with XSLT and XPath.
Typical usage scenario
To perform complex XML operations using XPATH and XSLT.
Features
- Transform XML based on the XSLT.
- Perform XPATH numerical operations on the XML.
- Remove nodes from the XML based on the XPATH expression.
- Extract nodes from the XML based on the XPATH expression.
- Convert the input file document to string. This can be useful to upload file document from the UI and convert the same to string for further actions.
Releases
Version: 1.0.0
Framework Version: 9.1.1
Release Notes: Initial version. Refer to documentation for more details.