<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="article2.xsl"?> <!– This doesn't work like I wanted it to, maybe I'll come back to it sometime –> <articles> <article date="Put Whatever Date you want here."> <pagetitle>Some amazing titlebar text</pagetitle> <articleheader>This is the title of the article</articleheader> <articleabstract>One sentence summarizing the article</articleabstract> <articlebody>

<p>Contains arbitrary HTML code. Can have footnotes.

<footnote text="this is the real footnote text. &lt;a href=&quot;somepage.xml&quot;&gt;somepage&lt;/a&gt; "><sup class="inlinefootnote">1</sup></footnote></p>

<p>Remember to close your tags properly<sup class="inlinefootnote">2</sup> <footnote text="I don't know if this work work right, but I'm going to try" /></p>

</articlebody> <footnotes> <footnote>You have to manually number them in the body until I figure out a good way to fix that</footnote> <footnote>The footnotes at the end are put into a bunch of &lt;li&gt;'s, so they're technically numbered for you</footnote> </footnotes> </article> </articles>