[daisy] Field table in documents

ddas at lexmark.com ddas at lexmark.com
Thu May 22 07:07:29 CEST 2008


If you are using the 'default' skin, comment the portion
(template->d:document) in 'document-to-html.xsl'
(\webapp\daisy\resources\skins\default\xslt) which shows the fields table,
as shown below ...

<xsl:template match="d:document">
      <h1 class="daisy-document-name"><xsl:value-of select="@name"/></h1>
      <xsl:apply-templates select="d:parts/d:part"/>
      <xsl:apply-templates select="d:links"/>
      <!-- Hide the fields
      <xsl:apply-templates select="d:fields"/>
      -->
      <xsl:call-template name="insertFootnotes">
        <xsl:with-param name="root" select="."/>
      </xsl:call-template>
</xsl:template>

If you are using a custom skin, you could as well copy the
'document-to-html.xsl' to your (\<wikidata dir>\resources\skins\<your
skin>\xslt) directory and change the required portion.

This is my first response to the mailing list.

Hope I have made sense.

- Dipankar Das




                                                                           
             "Bob Ellison"                                                 
             <rjellison at gmail.                                             
             com>                                                       To 
             Sent by:                  "Daisy: open source CMS - general   
             daisy-bounces at lis         mailinglist"                        
             ts.cocoondev.org          <daisy at lists.cocoondev.org>         
                                                                        cc 
                                                                           
             05/22/2008 07:50                                      Subject 
             AM                        [daisy] Field table in documents    
                                                                           
                                                                           
             Please respond to                                             
               "Daisy: open                                                
               source CMS -                                                
                  general                                                  
               mailinglist"                                                
             <daisy at lists.coco                                             
                ondev.org>                                                 
                                                                           
                                                                           




Is there a  way to not display the fields table at the end of a document?

Bob
_______________________________________________
daisy community mailing list
Professional Daisy support:
http://outerthought.org/en/services/daisy/support.html
mail to: daisy at lists.cocoondev.org
list information: http://lists.cocoondev.org/mailman/listinfo/daisy




More information about the daisy mailing list