<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="Specifications">
        <head>Specifications</head>
        <div xml:id="XML">
          <head>eXtensible Markup Language 1.0 Specification (Third edition - W3C Recommendation 4 February 2004)</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML has been designed for ease of implementation and for interoperability with both SGML and HTML.</p>
            </item>
            <label>Location</label>
            <item>
              <p>Web site <ptr target="http://www.w3.org/TR/2004/REC-xml-20040204/REC-xml-20040204-review.html"/>.</p>
            </item>
          </list>
        </div>
        <div xml:id="aXML">
          <head>The Annotated eXtensible Markup Language 1.0 Specification</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>The official XML 1.0 specification, with detailed explanatory and historical annotations by one of its editors, Tim Bray.</p>
            </item>
            <label>Location</label>
            <item>
              <p>Web site <ptr target="http://www.xml.com/axml/axml.html"/>
                            </p>
            </item>
          </list>
        </div>
        <div xml:id="XSL">
          <head>The Extensible Stylesheet Language Family (XSL)</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>XSL is a family of recommendations for defining XML document transformation and presentation. It consists of 2 major transformation languages:
                <list>
                  <item>XSL Transformations (XSLT): a language for transforming XML to other structured formats (XML, HTML, plain text)</item>
                  <item>XSL Formatting Objects (XSL-FO): an XML vocabulary for specifying formatting semantics that can be interpreted to produce common layout formats (PDF, PostScript,...)</item>
                </list>
                            </p>
              <p>Both come in various generations.
                <list type="gloss">
                  <label>XSLT</label>
                  <item>
                    <list>
                      <item>XSL Transformations (XSLT), Version 1.0 (W3C Recommendation, 16 November 1999): now commonly supported by most XSLT processing software. Although rather limited compared to its successor, it guarantees the most stable and widespread option for XML transformation.</item>
                      <item>XSL Transformations (XSLT), Version 2.0 (W3C Recommendation, 23 January 2007): with its many extensions to the previous version and support of the XPath 2 standard, it practically functions as a different (and much more powerful) language for XML transformations. This version of the standard is still marginally implemented in XSLT processors (with Saxon as notable exception).</item>
                    </list>
                  </item>
                  <label>XSL-FO</label>
                  <item>
                    <list>
                      <item>Extensible Stylesheet Language (XSL), Version 1.0 (W3C Recommendation, 15 October 2001): this specification defines an XML grammar expressing formatting objects, that can be interpreted by XSL-FO processors to different layout formats (PDF, PostScript,...).</item>
                      <item>Extensible Stylesheet Language (XSL), Version 1.1 (W3C Recommendation, 05 December 2006): this version of the standard adds minor new features.</item>
                    </list>
                </item>
              </list>
              </p>
            </item>
            <label>Location</label>
            <item>
              <p>The The Extensible Stylesheet Language Family (XSL) webpage <ptr target="http://www.w3.org/Style/XSL/"/> contains links to the different (versions of the) eXtensible Stylesheet standards:
                <list>
                  <item>XSLT 1.0: <ptr target="http://www.w3.org/TR/xslt"/>.</item>
                  <item>XSLT 2.0: <ptr target="http://www.w3.org/TR/xslt20/"/>.</item>
                  <item>XSL-FO 1.0: <ptr target="http://www.w3.org/TR/xsl/"/>.</item>
                </list>
              </p>
              <p>W3C Candidate Recommendations:
                <list>
                  <item>XSL-FO 1.1: <ptr target="http://www.w3.org/TR/xsl11/"/>.</item>
                </list>
              </p>
            </item>
          </list>
        </div>
        <div xml:id="XPath">
          <head>XML Path Language (XPath)</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>XPath is a language for addressing parts of an XML document, designed to be used by various other XML-related standards, such as XSLT, XSL-FO, XQuery, XPointer. Parallel with development of those standards, various generations of the XPath specification exist:
                <list>
                  <item>XML Path Language (XPath), Version 1.0 (W3C Recommendation, 16 November 1999): in support of its primary purpose (to address parts of an XML document), XPath also provides basic facilities for manipulation of strings, numbers and booleans.</item>
                  <item>XML Path Language (XPath), Version 2.0 (W3C Recommendation, 23 January 2007): XPath 2.0 is a superset of XPath 1.0, with the added capability to support a richer set of data types, and to take advantage of the type information that becomes available when documents are validated using XML Schema. To support richer type sets, XPath 2.0 offers a greatly-expanded set of functions and operators.</item>
                </list>
              </p>
            </item>
            <label>Location</label>
            <item>
              <p>The The Extensible Stylesheet Language Family (XSL) webpage <ptr target="http://www.w3.org/Style/XSL/"/> contains links to the different (versions of the) XPath standards:
                <list>
                  <item>XPath 1.0 W3C Recommendation: <ref target="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath/</ref>.</item>
                  <item>XPath W3C Recommendation: <ptr target="http://www.w3.org/TR/xpath20/"/>.</item>
              </list>
              </p>
            </item>
          </list>
        </div>
        <div xml:id="XQuery">
          <head>XML Query Language (XQuery)</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>XQuery is a query language for XML structures that provides the means to extract and manipulate data from XML documents or any data source that can be viewed as XML, such as relational databases or office documents. As an extension to XPath Version 2.0 in the form of a functional programming language, it enables powerful manipulation capacities to XML document collections. XQuery is defined as XQuery 1.0: An XML Query Language (W3C Recommendation, 23 January 2007)</p>
            </item>
            <label>Location</label>
            <item>
              <p>The W3C XML Query workgroup webpage <ptr target="http://www.w3.org/XML/Query/"/> contains links to various surrounding documents and specifications. The most important one is the XQuery 1.0 W3C Recommendation: <ptr target="http://www.w3.org/TR/xquery/"/>.</p>
            </item>
          </list>
        </div>
        <div xml:id="XHTML">
          <head>XHTML 1.0 Specification: The Extensible HyperText Markup Language (W3C Recommendation 26 January 2000).</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>This specification defines XHTML 1.0, a reformulation of HTML 4 as an XML 1.0 application, and three DTDs corresponding to the ones defined by HTML 4. The semantics of the elements and their attributes are defined in the W3C Recommendation for HTML 4. These semantics provide the foundation for future extensibility of XHTML. Compatibility with existing HTML user agents is possible by following a small set of guidelines.</p>
            </item>
            <label>Location</label>
            <item>
              <p>Web site <ptr target="http://www.w3.org/TR/xhtml1/"/>.</p>
            </item>
          </list>
        </div>
        <div xml:id="HTML-spec">
          <head>HTML 4.01 Specification (W3C Recommendation 24 December 1999).</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>This specification defines the HyperText Markup Language (HTML), the publishing language of the World Wide Web. This specification defines HTML 4.01, which is a subversion of HTML 4. In addition to the text, multimedia, and hyperlink features of the previous versions of HTML (HTML 3.2 [HTML32] and HTML 2.0 [RFC1866]), HTML 4 supports more multimedia options, scripting languages, style sheets, better printing facilities, and documents that are more accessible to users with disabilities. HTML 4 also takes great strides towards the internationalization of documents, with the goal of making the Web truly World Wide.</p>
              <p>HTML 4 is an SGML application conforming to International Standard ISO 8879 — Standard Generalized Markup Language [ISO8879].</p>
            </item>
            <label>Location</label>
            <item>
              <p>Web site <ptr target="http://www.w3.org/TR/html4/"/>.</p>
            </item>
          </list>
        </div>
        <div xml:id="CSS">
          <head>CSS2 Specification (W3C recommendation 12 May 1998).</head>
          <list type="gloss">
            <label>Description</label>
            <item>
              <p>This specification defines Cascading Style Sheets, level 2 (CSS2). CSS2 is a style sheet language that allows authors and users to attach style (e.g., fonts, spacing, and aural cues) to structured documents (e.g., HTML documents and XML applications). By separating the presentation style of documents from the content of documents, CSS2 simplifies Web authoring and site maintenance.</p>
              <p>CSS2 builds on CSS1 (see and, with very few exceptions, all valid CSS1 style sheets are valid CSS2 style sheets. CSS2 supports media-specific style sheets so that authors may tailor the presentation of their documents to visual browsers, aural devices, printers, braille devices, handheld devices, etc. This specification also supports content positioning, downloadable fonts, table layout, features for internationalization, automatic counters and numbering, and some properties related to user interface.</p>
            </item>
            <label>Location</label>
            <item>
              <p>Web site <ptr target="http://www.w3.org/TR/REC-CSS2/"/>.</p>
            </item>
          </list>
        </div>
      </div>
        </body>
  </text>
  <!-- 
        $Date: 2020-07-08 02:33:20 +0200 (Wed, 08 Jul 2020) $
        $Id: software.xml 425 2020-07-08 00:33:20Z ron.vandenbranden $  -->
</TEI>