dion        02/01/28 15:34:40

  Modified:    xdocs/stylesheets site.xsl
  Log:
  Added support for meta tags as direct descendants of the <document>.
  The meta tags are passed through unchanged in the <head> of the resulting document
  
  Revision  Changes    Path
  1.5       +2 -1      jakarta-site2/xdocs/stylesheets/site.xsl
  
  Index: site.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/stylesheets/site.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- site.xsl  23 Jan 2002 04:29:13 -0000      1.4
  +++ site.xsl  28 Jan 2002 23:34:39 -0000      1.5
  @@ -13,7 +13,7 @@
   -->
   
   
  -<!-- $Id: site.xsl,v 1.4 2002/01/23 04:29:13 dion Exp $ -->
  +<!-- $Id: site.xsl,v 1.5 2002/01/28 23:34:39 dion Exp $ -->
   
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
     version="1.0">
  @@ -48,6 +48,7 @@
   
       <html>
       <head>
  +    <xsl:apply-templates select="meta"/>
       <title><xsl:value-of select="$project/title"/> - <xsl:value-of 
select="properties/title"/></title>
       <xsl:for-each select="properties/author">
         <xsl:variable name="name">
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to