Beware: XML {.xml, .dtd, .xsd, .xsl} files are often interpreted by browsers. This is why this site often has two links for each XML file:
DOMCompact.as
and DOMExpand.as
.
The source of this program
XMLProcessing.fla
also requires XMLProcessing.as,
DOM2Sprite.as and
MyButton.as.
DTD |
|
XSD |
|
Copying | copy.xsl [xml] useful to get the final content of a file after entities and file inclusions |
XPath | ExpressionXPath.java applying XSLT transformation [ExpressionXPath.class]. Called with
java ExpressionXPath 'XPath-expression' that applies the XPath-expression on stdin (an XML file) and output the result of the evaluation to stdout. When called from a Unix shell, it is usually necessary to put the XPath expression within quotes to prevent the interpretation of some special characters by the shell before the XPath interpreter. |
Transformation | Transform.java applying XSLT transformation [Transform.class]. Called with
java TransForm file.xsl that transforms stdin (usually an XML file) to stdout applying the XSL transformation described in file.xslTransformation also possible directly from the command line, see section Associating an Instance File to a Stylesheet of the document. |
Useful files and links not described in the document
Guy Lapalme
Dernière modification: Monday, 01-Aug-2022 14:36:16 EDT