|
The use of XSLT (Extensible Styles Language Transformations ) has become very common in formatting Web Applications. XSLT uses XPath expressions extensively to pick different members of a XML document to apply transformations. Hence one of the most cumbersome tasks of writing XSLT is to select the right XPath expressions so that the required elements are selected.
|