XSLT File I/O Elements
Node | Description/ attributes | Container/ children | Example |
---|---|---|---|
xsl:call-template | Calls the template whose name is specifed.
name matches the name in xsl-template |
Any parent children are xsl:with-param |
|
xsl:import | Retrieves another XSLT file href is the URI of the file |
xsl:stylesheet No children |
|
xsl:output | Describes how data will be returned method designates what kind of data is returned |
xsl:stylesheet No children |
|
xsl:param | Designates a parameter which may be passed into the template with xsl:call-template. | xsl:template No children |
|
xsl:text | Outputs the tag content | Any parent No children |
|
xsl:value-of | Outputs a variable select specifies the variable |
Any parent No children |
|
xsl:with-param | Designates a parameter passed to xsl:call-template. It must be matched by an xsl:param in the template. name specifies the parameter name. |
xsl:call-template No children |
Client-side XSLT can be implemented in a browser by adding a line like the following to the source XML file, right after the root XML tag.
This is described on the page http://www.xml.com/pub/a/2000/10/25/msie/index.html
Read more about this topic: XSLT Elements
Famous quotes containing the words file and/or elements:
“A common and natural result of an undue respect for law is, that you may see a file of soldiers, colonel, captain, corporal, privates, powder-monkeys, and all, marching in admirable order over hill and dale to the wars, against their wills, ay, against their common sense and consciences, which makes it very steep marching indeed, and produces a palpitation of the heart.”
—Henry David Thoreau (18171862)
“It is a life-and-death conflict between all those grand, universal, man-respecting principles which we call by the comprehensive term democracy, and all those partial, person-respecting, class-favoring elements which we group together under that silver-slippered word aristocracy. If this war does not mean that, it means nothing.”
—Antoinette Brown Blackwell (18251921)