Editing Image List report
Marcus
lists at wordit.com
Fri Sep 8 06:21:49 MDT 2006
On Friday 08 September 2006 02:26, Robby Stephenson wrote:
>> Now, how do I change the default fields it uses like "Plot Summary"
>> and "Comments"?
> Lines 176-181. By default, it outputs all paragraph-type fields.
How do I change the code to show comments, but not plot?
I tried changing the "select" field to comments, or even to plot just
see if it would output only the plot field.
<!-- add all paragraph fields, too -->
<xsl:for-each select="../tc:fields/tc:field[@type = 2]">
<xsl:call-template name="field-output">
<xsl:with-param name="entry" select="$entry"/>
<xsl:with-param name="field" select="plot"/>
</xsl:call-template>
</xsl:for-each>
I've used HTML templates in Perl before so this can't be that different.
Is there a tutorial somewhere on how to edit/create reports?
(Btw, are paragraph-type fields ones wrapped in <p>...</p>? Or how/where
is this defined?)
Thanks,
Marcus
More information about the tellico-users
mailing list