XML and XSLT Standards

May 3rd, 2009 | No Comments »

I just picked up O’Reilly’s big “XSLT” book by Doug Tidwell which has a ton of good stuff in it.  Here are list of links to XML and XSLT standards that Doug covers in the first chapter.

XML Standards

  • XML 1.0: Extensible Markup Language (XML) 1.0 (Fifth Edition) W3C Recommendation 26 November 2008
  • XML 1.1: Extensible Markup Language (XML) 1.1 (Second Edition) W3C Recommendation 16 August 2006, edited in place 29 September 2006
  • XSL 1.1: Extensible Stylesheet Language (XSL) Version 1.1 W3C Recommendation 05 December 2006
    • FOP: Apache FOP (Formatting Objects Processor) for (mainly) output to PDF
  • XML Schema
  • OASIS Relax NG TC
  • Schematron
  • SAX: Simple API for XML
  • DOM: Document Object Model
  • Namespaces in XML 1.0 (Second Edition) W3C Recommendation 16 August 2006
  • Namespaces in XML 1.1 (Second Edition) W3C Recommendation 16 August 2006
  • Associating Style Sheets with XML documents Version 1.0 W3C Recommendation 29 June 1999
  • SVG: Scalable Vector Graphics (SVG) 1.1 Specification W3C Recommendation 14 January 2003, edited in place 30 April 2009
  • XPointer: XPointer Framework W3C Recommendation 25 March 2003
  • XLink: XML Linking Language (XLink) Version 1.0 W3C Recommendation 27 June 2001

XSLT Standards

  • XSLT 1.0: XSL Transformations (XSLT) Version 1.0 W3C Recommendation 16 November 1999
  • XSLT 2.0: XSL Transformations (XSLT) Version 2.0 W3C Recommendation 23 January 2007
  • XPath 1.0: XML Path Language (XPath) Version 1.0 W3C Recommendation 16 November 1999
  • XPath 2.0: XML Path Language (XPath) 2.0 W3C Recommendation 23 January 2007
  • XDM: XQuery 1.0 and XPath 2.0 Data Model (XDM) W3C Recommendation 23 January 2007
  • F&O: XQuery 1.0 and XPath 2.0 Functions and Operators W3C Recommendation 23 January 2007
  • XQuery 1.0 and XPath 2.0 Formal Semantics W3C Recommendation 23 January 2007
  • XSLT 2.0 and XQuery 1.0 Serialization W3C Recommendation 23 January 2007
  • XQuery 1.0: An XML Query Language W3C Recommendation 23 January 2007
  • XQueryX: XML Syntax for XQuery 1.0 (XQueryX) W3C Recommendation 23 January 2007


Leave a Reply