NSDL & examplotron

re http://norman.walsh.name/2005/03/12/nsdl

random aside:
<request>
    <parameter name="lat" type="Latitude"/>
    <parameter name="long" type="Longitude"/>

    <body>
      <location xmlns="http://nwalsh.com/xmlns/witw-post#">
        <latlong>
          <lat>{$lat}</lat>
          <long>{$long}</long>
        </latlong>
      </location>
    </body>
  </request>

...reminded me of http://examplotron.org/ which
also uses templatized instances for lightweight 
validation (and comes with an XSLT generator for RNG).
Also close to Schematron design; both of which are 
compliments btw, I like these approaches.

Dan

Received on Monday, 14 March 2005 21:52:54 UTC