<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:10pt"><div>Hi,<br><br>For point 1) there is no change in the html file generated by the Group view report if I put <xsl:param name="column-names" select="'foo bar'"/> in Group_View.xsl.<br>The html file generated still contains foo bar and baz....<br>But I've found a solution : <span xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" class="guiitem"><span class="interface">In the Column View</span></span> of Tellico<span class="emphasis"><em></em></span><span class="emphasis"><em></em></span><span class="emphasis"><em></em></span> if I disable baz (by right-clicking on the header of the view in order to open the menu and deselecting the baz field) then the html file generated by the report contains only foo and bar.<br><br>For point 2) It works perfectly.<br><br>Thanks for your answers
 Robby.<br><br>Patrick<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 10pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">De :</span></b> Robby Stephenson <robby@periapsis.org><br><b><span style="font-weight: bold;">À :</span></b> tellico-users@kde.org<br><b><span style="font-weight: bold;">Envoyé le :</span></b> Mardi, 25 Août 2009, 16h17mn 15s<br><b><span style="font-weight: bold;">Objet :</span></b> Re: [Tellico-users] Modification of some report templates<br></font><br>On Sunday 23 August 2009, patrick guignot wrote:<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<br>> different things but failed. If I have a Tellico collection with 3 fields<br>> : foo, bar and baz and if I want a report with only foo and bar what is<br>> the syntax I must use ?<br><br><xsl:param name="column-names" select="'foo bar'"/><br><br>And note there are single-quotes inside the double-quotes. XSL requires that <br>for string.<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><br><title><br>  <xsl:value-of select="tc:collection/@title"/><br></title><br><br>I should probably fix that.<br><br>I think those should work, I didn't test them yet.<br><br>Robby<br><br>_______________________________________________<br>tellico-users mailing list<br><a ymailto="mailto:tellico-users@kde.org" href="mailto:tellico-users@kde.org">tellico-users@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/tellico-users" target="_blank">https://mail.kde.org/mailman/listinfo/tellico-users</a><br></div></div></div><br>



      </body></html>