Help XML-Transformations with XSLT-Stylesheets.
Author vvvv group
Credits
Warnings
Bugs
start a forum thread about this node
Does a XSL Transformation to the incoming XML String
To use this node, you should be familiar with (X)HTML, XML, XPath. Never heard about that X-Stuff? Ceck out http://www.w3schools.com.
XSLT ist based on XSL, which is, what CSS is for HTML: a stylesheet language. Additional functions allow us to transform the Input Document. That is called XSLT then.
With XSLT you can add/remove elements and attributes to or from the output file. You can also rearrange and sort elements, perform tests and make decisions about which elements to hide and display, and a lot more.
XSLT uses XPath to navigate in the Document. See XPath (XML) for further info.
Example:
<xsl:value-of select="BOUNDS/@top" />
Explanation:
the "value-of" Element returns output. Its attribute "select" contains the XPath Expression. This Expression tells us which Element should be returned.
Error Msg. will be thrown out in the OS Language. Please check the Microsoft site for Error Code Informations
More Infos
All Elements: http://www.w3schools.com/xsl/xsl_w3celementref.asp
All Functions: http://www.w3schools.com/xsl/xsl_functions.asp
anonymous user login
~10h ago
~7d ago
~7d ago
~8d ago
~21d ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago
~1mth ago