Specification Documentation
XGC provides several files which aid in producing XGC specification documents. The current versions of these files can always be found here.
Specification Document Schema
- Latest Version:
- http://www.gamexml.org/Specs/Docs/SpecificationDoc.xsd
- Description:
- This XML Schema file governs the format of a generic specification document. XML files which validate to this schema are used by the XSLT below.
Specification Document Transform
- Latest Version:
- http://www.gamexml.org/Specs/Docs/SpecificationDoc.xslt
- Description:
- This XSLT file will produce a specification document which mimics the look and feel of all XGC specifications. To use, place the following processing instruction at the top of the XML document, below the "?xml" instruction:
<?xml-stylesheet type="text/xsl" href="http://www.gamexml.org/Specs/Docs/SpecificationDoc.xslt"?>
MORPH Specification Document Transform
- Latest Version:
- http://www.gamexml.org/Specs/Docs/MORPHdoc.xslt
- Description:
- This XSLT file will parse a MORPH-DSL file and produce a specification document. To use, place the following processing instruction at the top of the XSD document, below the "?xml" instruction:
<?xml-stylesheet type="text/xsl" href="http://www.gamexml.org/Specs/Docs/MORPHdoc.xslt"?>
Not all user agents support applying XSLT to an XML Schema file correctly.
|