-
@stoodqeditor·XSLT with jQuery
Learn how jQuery and Javascript can be used to transform an XML document into XHTML format.
-
@stoodqeditor·Sort Element
As the name indicates, this element is used to sort the final result in an HTML display. Let's use the following example to understand it.
-
@stoodqeditor·Using the 'For Each Element' Transformation in XML
Use the 'for each element' transformation to fetch multiple records from an XML document and display them in HTML format. Learn more.
-
@stoodqeditor·Tree Structure in XML
Learn about tree structure in XML. An XML document is all about nodes and elements arranged in a tree structure, where each node or element is part of that tree.
-
@stoodqeditor·XPath in XML
XPath is an advanced XML concept used to navigate elements or attributes in XML documents. It is primarily used in the XSLT standard and XQuery.
-
@stoodqeditor·