<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello Robby,<br><br>I try to modify some xsl reports files in /usr/share/apps/tellico/report-templates in order to have reports wich better suits my needs.<br>I have two dumb questions about this reports (in case of mangling of the xsl code examples by my webmail I add a txt file with the duplicate content of this mail).<br><br>1) In the file Group_View.xsl I can read this :<br><br><!-- To choose which fields of each entry are printed, change the<br>     string to a space separated list of field names. To know what<br>     fields are available, check the Tellico data file for <field><br>     elements. --><br><xsl:param name="column-names" select="'title'"/><br><xsl:variable name="columns" select="str:tokenize($column-names)"/><br><br>The comment says "change the string"...well
 yes but wich string ? I tried different things but failed.<br>If I have a Tellico collection with 3 fields : foo, bar and baz and if I want a report with only foo and bar what is the syntax I must use ?<br><br><br><br>2) In the file Image_List.xsl there is a hardcoded title for the report :<br><br></style><br>   <title>Tellico</title><br>  </head><br><br>How can I use my collection title instead of this hardcoded value ?<br>Of course there is the solution to create a report for each collection with different hardcoded titles in each of these reports...but it will be better to replace the hardcoded value by some variable..but I don't know the syntax.<br><br>Thanks in davance for your answer.<br><br>Patrick<br></td></tr></table><br>