<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/xsl/response.xsl"?>
<response xmlns="https://hcssmith.com/xsd/response">
  <api:api xmlns:api="https://hcssmith.com/xsd/api">
    <api:endpoint id="0">
      <api:name>Home</api:name>
      <api:path>/</api:path>
      <api:response-type>
        <api:api-type-xml namespace="https://hcssmith.com/xsd/response" />
      </api:response-type>
    </api:endpoint>
    <api:endpoint id="1">
      <api:name>Blog</api:name>
      <api:path>/blog</api:path>
      <api:response-type>
        <api:api-type-xml namespace="https://hcssmith.com/xsd/response" />
      </api:response-type>
    </api:endpoint>
    <api:endpoint id="2">
      <api:name>GitHub</api:name>
      <api:path>https://github.com/hcssmith</api:path>
      <api:response-type>
        <api:wepage />
      </api:response-type>
    </api:endpoint>
  </api:api>
  <meta:meta xmlns:meta="https://hcssmith.com/xsd/meta">
    <meta:title>hcssmith.com</meta:title>
    <meta:tagline>Notes &amp; Articles written by me.</meta:tagline>
  </meta:meta>
  <payload:payload type="description" xmlns:payload="https://hcssmith.com/xsd/payload"
    xmlns:xlink="http://www.w3.org/1999/xlink">
  <payload:image src="/img/u0ewhn.jpg" caption="Clovelly, Devon"></payload:image>
  <payload:heading>About me</payload:heading>
  <payload:paragraph>
      I am a big fan of using technologies outside of their recommeneded opertating paramters, and making use of older technologies that have, now been supplanted. In the case of this site, XSLT. One thing that I should quite like to do would be attempting to recreate <payload:anchor xlink:type="simple" xlink:href="http://www.o-xml.org/">o:XML</payload:anchor> an XML based prorgamming language. Though XML seems to be much derrided these days, I find it to be an elegant way of expressing data, and to be a concrete syntax to properly validate.
  </payload:paragraph>
    <payload:heading>About this site</payload:heading>
    <payload:paragraph>
      This website contains my musings on various subjects. The website itself is prmarily build using <payload:anchor xlink:type="simple" xlink:href="https://www.w3.org/TR/xslt-10/">XSLT</payload:anchor> to transform a XML response, currently written manually into a webpage. It is my intention to write an XML processing library in <payload:anchor xlink:type="simple" xlink:href="https://odin-lang.org">Odin</payload:anchor>, this will then be used to form the basis of a simple but more dynmic site, with the UI being written in a combination of XSLT / CSS &amp; HTMX.
    </payload:paragraph>
  </payload:payload>
</response>
