You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@apache.org on 2001/02/19 20:57:23 UTC

cvs commit: xml-cocoon/samples/ldap ldap.xsl

greenrd     01/02/19 11:57:22

  Modified:    samples/ldap ldap.xsl
  Log:
  deleted duplicate attribute which caused error
  
  Revision  Changes    Path
  1.7       +1 -1      xml-cocoon/samples/ldap/ldap.xsl
  
  Index: ldap.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/ldap/ldap.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ldap.xsl	2000/04/04 13:41:30	1.6
  +++ ldap.xsl	2001/02/19 19:57:21	1.7
  @@ -28,7 +28,7 @@
     </xsl:template>
   
    <xsl:template match="ldapsearch/searchresult">
  -	<table cellspacing="0" bordercolor="#000000" bgcolor="#000000" border="1" width="100%" cellpadding="0" cellspacing="0">
  +	<table bordercolor="#000000" bgcolor="#000000" border="1" width="100%" cellpadding="0" cellspacing="0">
   		<tr>
   			<th colspan="2" bgcolor="tan">
   				<xsl:value-of select="@ID"/>