Mega Code Archive
With XSL you can modify any source text and produce different output from the same source file
"//title" matches any title element anywhere in the document.
"//author" matches any author element anywhere in the document.
"/" matches the root element.
File: Data.xml
XSL
John Smith
File: Transform.xslt
Output:
John Smith
XSL