Advanced XML
While XML parsers can help decode the contents of an XML document, there are better ways of processing XML data and rendering XML documents. Standard web browsers can be used to display XML documents and stying can be done using CSS or XSLT. XML data processing can be done using XQuery, while XML nodes can be selected using XPath and links can be embedded within XML documents using XLink and XPointer.