Remove support for the <localfield> tag: nothing needs it.
Only one use of <localfield> remained, for a list length expression in xv.xml. List length parameters that don't actually appear in the protocol should be left implicit: if no length expression is given, then a localfield will be automatically created by c-client.xsl.
This commit is contained in:
parent
16e7328b4a
commit
3fa50020d2
|
@ -590,7 +590,7 @@ authorization from the authors.
|
||||||
</list>
|
</list>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="field|localfield" mode="param">
|
<xsl:template match="field" mode="param">
|
||||||
<field>
|
<field>
|
||||||
<xsl:attribute name="type">
|
<xsl:attribute name="type">
|
||||||
<xsl:call-template name="canonical-type-name" />
|
<xsl:call-template name="canonical-type-name" />
|
||||||
|
|
Loading…
Reference in New Issue