XML alone will not display a page. |
CSS displays an entire XML document by traversing the XML document tree in the order of the elements' appearance in the tree. |
XSL takes the original document tree and creates a new one based on a potentially complex set of instructions. |