Project

General

Profile

« Previous | Next » 

Revision 1696

Added by Jing Tao almost 21 years ago

Make table cellspacing=0 and fixed some bugs.

View differences:

eml-settings-2.0.0.xsl
102 102
    <xsl:param name="attributeindex"/>
103 103
<!-- the index of additional metadata-->    
104 104
    <xsl:param name="additionalmetadataindex"/>
105
<!-- attribute set to get rid of cell spacing-->
106
    <xsl:attribute-set name="cellspacing">
107
      <xsl:attribute name="cellpadding">0</xsl:attribute>
108
      <xsl:attribute name="cellspacing">0</xsl:attribute>
109
    </xsl:attribute-set>    
105 110

  
111

  
106 112
<!--
107 113
    /**
108 114
    *   The base URI to be used for the href link to each document in a
......
120 126
-->
121 127

  
122 128
    <xsl:param name="tripleURI"><![CDATA[@html-path@/servlet/metacat?action=read&qformat=@default-style@&docid=]]></xsl:param>
129
    
130
    <!-- URL for xmlformat-->
131
    <xsl:param name="xmlURI"><![CDATA[@html-path@/servlet/metacat?action=read&qformat=xml&docid=]]></xsl:param>
123 132

  
124 133

  
125 134
<!--

Also available in: Unified diff