XDC - v. 0.6.1

File generic.xsl

<xsl:stylesheet version="1.0">
  <xsl:import href="content-page.xsl"/>
</xsl:stylesheet>

This is the XSLT stylesheet repsonsible for processing the XDC comments in generic XML files.
Version:
0.5
Author:
Jens Voß


Template Summary
<xsl:template match="*" mode="contentPage.getMemberNames"/>

This template is an "implementation" of the "abstract" template with mode="contentPage.getMemberNames" defined (and used) in content-page.xsl.

<xsl:template match="*" mode="contentPage.getSubelementNames"/>

This is another "implementation" of an "abstract" template defined (and used) in content-page.xsl.


Template Detail
<xsl:template match="*" mode="contentPage.getMemberNames"/>

This template is an "implementation" of the "abstract" template with mode="contentPage.getMemberNames" defined (and used) in content-page.xsl. It returns the value specified by the "xdc" processing instruction (with key "memberNames") or "**" (meaning "all subelements individually") if no such processing instruction value has been set.


<xsl:template match="*" mode="contentPage.getSubelementNames"/>

This is another "implementation" of an "abstract" template defined (and used) in content-page.xsl. It returns "*" (meaning "all subelements").


XDC - v. 0.6.1

Copyright © 2005 - 2006 Jens Voß.