phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/default/modules/


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/default/modules/bookmarks xbel.xsl,1.2,1.3
Date: Wed, 26 Mar 2003 17:22:20 -0500

Update of 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/templates/default/modules/bookmarks
In directory subversions:/tmp/cvs-serv4202

Modified Files:
        xbel.xsl 
Log Message:
add bookmark description to XBEL and to generated HTML


Index: xbel.xsl
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/templates/default/modules/bookmarks/xbel.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** xbel.xsl    26 Mar 2003 21:03:34 -0000      1.2
--- xbel.xsl    26 Mar 2003 22:22:18 -0000      1.3
***************
*** 2,25 ****
  
  <!--
-     Convert a XBEL document into a HTML directory
- 
-     Copyright (c) 2000 by Jürgen Hermann <address@hidden>
- 
-     The XML Bookmark Exchange Language, or XBEL, is an Internet "bookmarks"
-     interchange format. It was designed by the Python XML Special Interest
-     Group on the group's mailing list. It grew out of an idea for a
-     demonstration of using Python for XML processing. More information,
-     including complete documentation on the DTD, is available.
- 
-     See: http://www.python.org/topics/xml/xbel/
- 
-     I hope this program is a step towards that goal, besides being useful
-     and a non-trivial learning example for me. Use this code in whatever
-     manner you like, but give me credit when you use larger amounts of it.
- 
-     An example of the resulting output can be viewed at
- 
-         http://center.oftheinter.net/~jh/xml/bookmarks/bookmarks.html
- 
      $Id$
  -->
--- 2,5 ----
***************
*** 147,150 ****
--- 127,133 ----
        </a>
       </td>
+   </tr>
+   <tr>
+    <td colspan="2" style="padding:3mm"><xsl:value-of select="desc"/></td>
    </tr>
   </xsl:template>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]