XML Mass Transformation
- Transform a large number of XML files in one operation using a XSLT stylesheet. Both XSLT V1.0 and V2.0 are supported.
- Input and output are both zip files
- The input zip is processed as follows:
- The directory structure of the input zip file is maintained in the output zip file.
- All XML files (all files with an
.xmlextension) are transformed and stored in the output zip file. - Alle other files are simply stored in the output zip file "as-is"
- The following elements/instructions/functions are not allowed in the stylesheet:
- XPath function that refer to external data (like
doc()). - XSLT instructions that create or refer to external data
(like
<xsl:result-document>or<xsl:include>).
- XPath function that refer to external data (like
- The input zip file and the stylesheet must both be smaller than 75 Kb.
- The resulting zip file must be smaller than 75 Kb.
Meer Xatapult:
XML informatie: