| |
---|
| | <template name="latex-input" match="latex-input"> |
---|
| | <common> |
---|
| | <xsl:call-template name="generate-obsolete-error"> |
---|
| | <xsl:with-param name="obsolete-item"> |
---|
| | <xsl:text>element "</xsl:text> |
---|
| | <xsl:text>element "</xsl:text> |
---|
| | <xsl:value-of select="node-name(.)" /> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | </xsl:with-param> |
---|
| | <xsl:with-param name="new-item"> |
---|
| | <xsl:text>"include-document"</xsl:text> |
---|
| | <xsl:text>"include-document"</xsl:text> |
---|
| | </xsl:with-param> |
---|
| | </xsl:call-template> |
---|
| | </common> |
---|
| | </template> |
---|
| |
---|
| | <template name="metadata" match="metadata"> |
---|
| | <common> |
---|
| | <xsl:call-template name="generate-obsolete-error"> |
---|
| | <xsl:with-param name="obsolete-item"> |
---|
| | <xsl:text>element "</xsl:text> |
---|
| | <xsl:text>element "</xsl:text> |
---|
| | <xsl:value-of select="node-name(.)" /> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | </xsl:with-param> |
---|
| | <xsl:with-param name="new-item"> |
---|
| | <xsl:text>attributes of the top-level "document" element</xsl:text> |
---|
| | <xsl:text>attributes of the top-level "document" element</xsl:text> |
---|
| | </xsl:with-param> |
---|
| | </xsl:call-template> |
---|
| | </common> |
---|
| | </template> |
---|
| |
---|
| | <template match="figure/id|table/id|figure/label|table/label"> |
---|
| | <common> |
---|
| | <xsl:call-template name="generate-obsolete-error"> |
---|
| | <xsl:with-param name="obsolete-item"> |
---|
| | <xsl:text>element "</xsl:text> |
---|
| | <xsl:text>element "</xsl:text> |
---|
| | <xsl:value-of select="node-name(.)" /> |
---|
| | <xsl:text>" inside "</xsl:text> |
---|
| | <xsl:text>" inside "</xsl:text> |
---|
| | <xsl:value-of select="node-name(..)" /> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | </xsl:with-param> |
---|
| | <xsl:with-param name="new-item"> |
---|
| | <xsl:text>the @label attribute of "</xsl:text> |
---|
| | <xsl:text>the @label attribute of "</xsl:text> |
---|
| | <xsl:value-of select="node-name(..)" /> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | </xsl:with-param> |
---|
| | </xsl:call-template> |
---|
| | </common> |
---|
| | </template> |
---|
| |
---|
| | <template match="image/latex-scaling"> |
---|
| | <common> |
---|
| | <xsl:call-template name="generate-obsolete-error"> |
---|
| | <xsl:with-param name="obsolete-item"> |
---|
| | <xsl:text>element "</xsl:text> |
---|
| | <xsl:text>element "</xsl:text> |
---|
| | <xsl:value-of select="node-name(.)" /> |
---|
| | <xsl:text>" inside "</xsl:text> |
---|
| | <xsl:text>" inside "</xsl:text> |
---|
| | <xsl:value-of select="node-name(..)" /> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | </xsl:with-param> |
---|
| | <xsl:with-param name="new-item"> |
---|
| | <xsl:text>the @latex-options attribute of "</xsl:text> |
---|
| | <xsl:text>the @latex-options attribute of "</xsl:text> |
---|
| | <xsl:value-of select="node-name(..)" /> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | </xsl:with-param> |
---|
| | </xsl:call-template> |
---|
| | </common> |
---|
| | </template> |
---|
| |
---|
| | <template match="image/basename|image/format"> |
---|
| | <common> |
---|
| | <xsl:call-template name="generate-obsolete-error"> |
---|
| | <xsl:with-param name="obsolete-item"> |
---|
| | <xsl:text>element "</xsl:text> |
---|
| | <xsl:text>element "</xsl:text> |
---|
| | <xsl:value-of select="node-name(.)" /> |
---|
| | <xsl:text>" inside "</xsl:text> |
---|
| | <xsl:text>" inside "</xsl:text> |
---|
| | <xsl:value-of select="node-name(..)" /> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | </xsl:with-param> |
---|
| | <xsl:with-param name="new-item"> |
---|
| | <xsl:text>the @</xsl:text> |
---|
| | <xsl:value-of select="node-name(.)" /> |
---|
| | <xsl:text> attribute of "</xsl:text> |
---|
| | <xsl:text> attribute of "</xsl:text> |
---|
| | <xsl:value-of select="node-name(..)" /> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | <xsl:text>"</xsl:text> |
---|
| | </xsl:with-param> |
---|
| | </xsl:call-template> |
---|
| | </common> |
---|
| | </template> |
---|