joerg       2004/03/06 05:42:47

  Modified:    src/webapp/stylesheets/system xml2html.xslt
  Log:
  added space between PI's name and value
  
  Revision  Changes    Path
  1.7       +2 -1      cocoon-2.2/src/webapp/stylesheets/system/xml2html.xslt
  
  Index: xml2html.xslt
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/stylesheets/system/xml2html.xslt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- xml2html.xslt     14 Nov 2003 14:06:06 -0000      1.6
  +++ xml2html.xslt     6 Mar 2004 13:42:47 -0000       1.7
  @@ -86,6 +86,7 @@
            </SPAN>
            <SPAN class="pi">
               <xsl:value-of select="name(.)"/>
  +            <xsl:text> </xsl:text>
               <xsl:value-of select="."/>
            </SPAN>
            <SPAN class="m">
  
  
  

Reply via email to