<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title type="main">TEI by Example</title>
        <title type="sub">XML Resources</title>
        <author xml:id="RvdB">Ron Van den Branden</author>
        <editor xml:id="EV">Edward Vanhoutte</editor>
        <editor xml:id="MT">Melissa Terras</editor>
        <sponsor>Association for Literary and Linguistic Computing (ALLC)</sponsor>
        <sponsor>Centre for Data, Culture and Society, University of Edinburgh, UK</sponsor> 
        <sponsor>Centre for Digital Humanities (CDH), University College London, UK</sponsor>
        <sponsor>Centre for Computing in the Humanities (CCH), King’s College London, UK</sponsor>
        <sponsor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</sponsor>
        <funder>
          <address>
            <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
            <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
            <addrLine>Koningstraat 18</addrLine>
            <addrLine>9000 Gent</addrLine>
            <addrLine>Belgium</addrLine>
          </address>
          <email>ctb@kantl.be</email>
        </funder>
        <principal>Edward Vanhoutte</principal>
        <principal>Melissa Terras</principal>
      </titleStmt>
      <publicationStmt>
        <publisher>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</publisher>
        <distributor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</distributor>
        <pubPlace>Gent</pubPlace>
        <address>
          <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
          <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
          <addrLine>Koningstraat 18</addrLine>
          <addrLine>9000 Gent</addrLine>
          <addrLine>Belgium</addrLine>
        </address>
        <availability status="free">
          <p>Licensed under a <ref target="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution ShareAlike 3.0 License</ref>
                    </p>
        </availability>
        <date when="2010-07-09">9 July 2010</date>
      </publicationStmt>
      <seriesStmt>
        <title>TEI by Example.</title>
        <respStmt>
          <name>Edward Vanhoutte</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Ron Van den Branden</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Melissa Terras</name>
          <resp>editor</resp>
        </respStmt>
      </seriesStmt>
      <sourceDesc>
        <p>Digitally born</p>
      </sourceDesc>
    </fileDesc>
    <encodingDesc>
      <projectDesc>
        <p>TEI by Example offers a series of freely available online tutorials walking individuals through the different stages in marking up a document in TEI (Text Encoding Initiative). Besides a general introduction to text encoding, step-by-step tutorial modules provide example-based introductions to eight different aspects of electronic text markup for the humanities. Each tutorial module is accompanied with a dedicated examples section, illustrating actual TEI encoding practise with real-life examples. The theory of the tutorial modules can be tested in interactive tests and exercises.</p>
      </projectDesc>
    </encodingDesc>
    <profileDesc>
      <langUsage>
        <language ident="en-GB">en-GB</language>
      </langUsage>
    </profileDesc>
    <revisionDesc>
      <change when="2010-07-09" who="#RvdB">release</change>    
      <change when="2006-08-29" who="#RvdB">conversion of initial content to TEI-lite</change>
    </revisionDesc>
  </teiHeader>
  <text xml:id="software" type="tools">
    <body>
            <div xml:id="Processors">
        <head>XML/XSLT Processors</head>
        <div xml:id="nsgmls">
          <head>nsgmls</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>Nsgmls parses and validates SGML/XML documents, and was written by James Clark as part of the SP SGML toolkit.</p>
            </item>
            <label>Documentation</label>
            <item>
              <p>Once you installed the program, all documentation is in HTML format in the doc directory. Start with doc/index.html. Pay special attention to doc/xml.htm.</p>
            </item>
            <label>Homepage</label>
            <item>
                            <ptr target="http://www.jclark.com/sp/"/>
                        </item>
          </list>
        </div>
        <div xml:id="Runnsgmls">
          <head>Runsp2 Run nsgmls</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>RUNSP2 is designed by Richard Light to let you run the NSGMLS parser in a Windows environment. It provides standard Windows facilities for opening a file to be parsed and running the parser, but goes beyond that by <soCalled>reading</soCalled> the error messages, and providing a helpful editing environment in which the user can correct the errors found.</p>
            </item>
            <label>Homepage</label>
            <item>
                            <ptr target="http://www.light.demon.co.uk/runsp/"/>
                        </item>
          </list>
        </div>
        <div xml:id="Saxon">
          <head>Saxon 6.5.3 and Instant Saxon 6.5.3</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>Saxon is an open source XSLT 1.0 processor developed by Michael Kay. It is a Java application, and can be run directly from the command prompt; no web server or browser is required. The Saxon program will transform the XML document to, say, an HTML document, which can then be placed on a web server.</p>
              <p>If you are running Windows (95/98/NT/2000) the simplest way to use it is to download Instant Saxon, which is packaged as a Windows executable. You will need to have Java installed, but that will be there already if you have any recent version Internet Explorer. (On non-Windows platforms you will need to install the full Saxon product and follow the instructions that come with it.) Instant Saxon is a cut-down version of the full Saxon package. It provides an XSLT processor that can be executed directly on Windows 95/98/NT/2000 platforms. It includes the same executable code as full Saxon, but omits source code, API documentation, and sample applications.</p>
              <p>Saxon will run with any XML parser that implements the SAX2 interface (in its Java form), but it comes with a copy of fhe Ælfred parser, so you don’t need to install one separately.</p>
            </item>
            <label>Homepage</label>
            <item>
                            <ptr target="http://saxon.sourceforge.net/"/>
                        </item>
          </list>
        </div>
        <div xml:id="Saxon8">
          <head>Saxon 8.8</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>Saxon 8.8 is an XSLT 2.0 and XQuery 1.0 Processor. Developed by Michael Kay, currently editor of the XSLT 2.0 and XPath 2.0 W3C specifications, it can be considered the reference conformant implementation of these standards.</p>
              <p>Since version 8.0, Saxon comes in 2 versions:</p>
              <list>
                <item>Saxon-B: basic version, freely available</item>
                <item>Saxon-SA: schema-aware, available on a commercial license</item>
              </list>
              <p>Saxon features as (schema-aware) XSLT, XQuery and XPath processor. From version 8.7 onwards, Saxon is available on both the Java and .NET platforms.</p>
            </item>
            <label>Homepage</label>
            <item>
                            <ptr target="http://saxon.sourceforge.net/"/>
                        </item>
          </list>
        </div>
        <div xml:id="XMLStarlet">
          <head>XMLStarlet Command Line XML Toolkit, version 1.0.1 (15 March 2005)</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>XMLStarlet is a set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join, etc commands.</p>
              <p>XMLStarlet command line utility is written in C and uses libxml2 and libxslt from <ptr target="http://xmlsoft.org/"/>.</p>
            </item>
            <label>Documentation</label>
            <item>
              <p>Once you installed the program, all documentation is in PDF format in the installation directory. The project website contains the same documentation in HTML form as well as links to user forums. See <ptr target="http://xmlstar.sourceforge.net/docs.php"/>.</p>
            </item>
            <label>Homepage</label>
            <item>
                            <ptr target="http://xmlstar.sourceforge.net/"/>
                        </item>
          </list>
        </div>
      </div>
        </body>
  </text>
  <!-- 
        $Date$
        $Id$  -->
</TEI>