Why not use XML?
Why not use XML? Start it out like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml-stylesheet href="components/index.xsl" type="text/xsl"?>
Notice the reference to the .xsl file? It is XSLT, which is most often used to convert data between different XML schemas or to convert XML data into web pages or PDF documents.