XML Display
<!DOCTYPE html> <html> <body> <pre> <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/css" href="catalog.css"?> <catalog> <book> <title>Learning XML</title> <price>29.99</price> </book> </catalog> </pre> </body> </html>