XML and XSLT
Extensible Markup Language (XML) is a markup language which is a commonly used file format for interchanging data over the Internet. XSLT (Extensible Stylesheet Language Transformations) is a language for transforming XML documents into other XML documents, or other formats such as HTML for web pages and plain text.
More information on XML and XSLT can be found on the W3C website.
Many of the tasks in Zynk accept and return XML files in order to integrate data between systems. Zynk provides the following set of tasks to enable you to process these files. There is also an Auto Mapper which uses built in XSLT files to provide instant mappings for a number of connectors.
Tasks
- If XML Contains
- List and Merge XML Files
- Merging XML Files
- XML Repeater
- Selecting a Value from an XML File
- Splitting XML Files
- Splitting and Repeating Over XML Files
- Converting XML to CSV
- XSLT Transform
Examples
For usage of the different XML tasks please see our Using XML Library tutorial.