diff options
Diffstat (limited to 'docs/xslt/pearson.xsl')
-rw-r--r-- | docs/xslt/pearson.xsl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/xslt/pearson.xsl b/docs/xslt/pearson.xsl index 6a0eb3f1de..99ee05b5af 100644 --- a/docs/xslt/pearson.xsl +++ b/docs/xslt/pearson.xsl @@ -808,6 +808,12 @@ <xsl:template match="author"> <xsl:apply-templates/>, </xsl:template> + + <xsl:template match="editor"> + <!--FIXME: More information referring to editor ? --> + <xsl:apply-templates/>, + </xsl:template> + <xsl:template match="othername"> <xsl:apply-templates/> </xsl:template> @@ -982,6 +988,16 @@ <xsl:template match="authorgroup"> <xsl:apply-templates/> </xsl:template> + + <xsl:template match="formalpara"> + <!--FIXME--> + </xsl:template> + + <xsl:template match="citerefentry"/><!--FIXME--> + <xsl:template match="term"/><!--FIXME--> + <xsl:template match="substeps"/><!--FIXME--> + <xsl:template match="seealso"/><!--FIXME--> + <xsl:template match="affiliation"/><!--FIXME--> </xsl:stylesheet> |