XMLTools[Transform] - apply XSLT transformation to an XML document
|
Calling Sequence
|
|
Transform(xslTransform, xmlDoc)
|
|
Parameters
|
|
xslTransform
|
-
|
XSLT transformation, which can be a filename or a Maple XML tree
|
xmlDoc
|
-
|
XML document, which can be a filename or a Maple XML tree
|
|
|
|
|
Description
|
|
•
|
The Transform(xslTransform, xmlDoc) command applies the XSLT transformation xslTransform to the XML document xmlDoc.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
|
|
Download Help Document
Was this information helpful?