..
/
download
<?xml version='1.0'?>
<!--beaslic, 01/04/2011, changed stylesheet version from 1.0 to 1.1-->
<xsl:stylesheet version="1.1"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<xsl:template match="dmodule">
<xsl:apply-templates/>
</xsl:template>
<!--s1000d_Iss_4_0_1_r1.pdf, Chapter 3.9.5.1, section 2 Identification and status section:
The element <identAndStatusSection> is used to contain the
identification and status of a data module, which are captured in the two parts, identification and
status. Child elements: <dmAddress>-->
<xsl:template match="identAndStatusSection/dmAddress">
<xsl:apply-templates/>
</xsl:template>
<!--s1000d_Iss_4_0_1_r1.pdf, Chapter 3.9.5.1, section 2.1.2 Data module address items:
Description: The element <dmAddressItems> (child of <dmAddress>) contains information that is supplementary
to the data module identification but not part of the unique identifier.-->
<xsl:template match="dmAddressItems">
<xsl:apply-templates/>
</xsl:template>
<!--s1000d_Iss_4_0_1_r1.pdf, Chapter 7.4.2, 2.1.2, Schema structure:
The publication module and SCORM Content Package structure is divided into three parts:
− An optional XML RDF/disassembly code metadata section (element
<rdf:Description>) (available only for the XML format)-->
<!--beaslic, 01/12/2011, this template suppresses output from rdf:Description-->
<xsl:template match="rdf:Description"/>
</xsl:stylesheet>
gopher://khzae.net/0/s1kd/links/projects/3031/sample/PhunGun/CSDB/FO-3031-A00-S1000DGUN-DMODULE_001-00_EN-US.xsl