Brief Summary About XSLT
XSLT is basically a language for transforming XML documents
XSLT Elements
-------------
XPath
XPath is used to navigate through elements and attributes in an XML document.
The
A template contains rules to apply when a specified node is matched
The
Extract the value of a selected node
The
The
The XSL
The
The
The
The
The
The
The
The
--------------------------------------------------------------------------------
XSLT Functions
--------------
current() Returns the current node
document() Used to access the nodes in an external XML document
element-available() Tests whether the element specified is supported by the XSLT processor
format-number() Converts a number into a string
function-available() Tests whether the function specified is supported by the XSLT processor
generate-id() Returns a string value that uniquely identifies a specified node
key() Returns a node-set using the index specified by an
system-property() Returns the value of the system properties
unparsed-entity-uri() Returns the URI of an unparsed entity

i wonder why the elemnts written inside angular brackets (<>)are missing