Remove support for the <localfield> tag: nothing needs it.
authorJamey Sharp <jamey@minilop.net>
Mon, 20 Nov 2006 02:31:48 +0000 (18:31 -0800)
committerJamey Sharp <jamey@minilop.net>
Mon, 20 Nov 2006 04:59:10 +0000 (20:59 -0800)
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.

src/c-client.xsl

index 0f7c025..8b951cb 100644 (file)
@@ -590,7 +590,7 @@ authorization from the authors.
     </list>
   </xsl:template>
 
     </list>
   </xsl:template>
 
-  <xsl:template match="field|localfield" mode="param">
+  <xsl:template match="field" mode="param">
     <field>
       <xsl:attribute name="type">
         <xsl:call-template name="canonical-type-name" />
     <field>
       <xsl:attribute name="type">
         <xsl:call-template name="canonical-type-name" />