User Tools

Site Tools


en:user:gs3_format_statements

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:user:gs3_format_statements [2018/03/12 21:11] – [Adding new srcicons] kjdonen:user:gs3_format_statements [2023/03/13 20:54] (current) – [Iteration] kjdon
Line 1: Line 1:
 +
 +
 +
 ====== Greenstone 3 Format Statements ====== ====== Greenstone 3 Format Statements ======
  
Line 164: Line 167:
   * ''<gsf:metadata name="Title" select="ancestors"/>'' is the titles for sections 2.5, 2, and the document   * ''<gsf:metadata name="Title" select="ancestors"/>'' is the titles for sections 2.5, 2, and the document
   * ''<gsf:metadata name="Title" select="root"/>'' is the document title   * ''<gsf:metadata name="Title" select="root"/>'' is the document title
-  * ''<gsf:metadata name="Title" select="siblings"/>'' is the titles for sections 2.5.1, 2.5.2, 2.5.4, etc.+  * ''<gsf:metadata name="Title" select="siblings"/>'' is the titles for sections 2.5.1, 2.5.2, 2.5.3, 2.5.4, etc.
   * ''<gsf:metadata name="Title" select="children"/>'' displays the titles for sections 2.5.3.1, 2.5.3.2, etc.   * ''<gsf:metadata name="Title" select="children"/>'' displays the titles for sections 2.5.3.1, 2.5.3.2, etc.
-  * ''<gsf:metadata name="Title" select="descendents"/>'' displays the titles for sections 2.5.3.1, 2.5.3.1.1, 2.5.3.1.2, 2.5.3.2, 2.5.3.2.1, etc.+  * ''<gsf:metadata name="Title" select="descendants"/>'' displays the titles for sections 2.5.3.1, 2.5.3.1.1, 2.5.3.1.2, 2.5.3.2, 2.5.3.2.1, etc. (from Greenstone version 3.10) 
 +  * ''<gsf:metadata name="Title" select="entire"/>'' displays the titles for all sections of the document. (from Greenstone version 3.10)
  
 ===== Classifier Metadata ===== ===== Classifier Metadata =====
Line 254: Line 258:
  
 To sort the values, add ''@sort='true' '' to the <gsf:foreach-metadata> element. Or for more sorting control, add <gsf:sort/> to the body. <gsf:sort/> mirrors <xsl:sort/>; for a list of attributes, see To sort the values, add ''@sort='true' '' to the <gsf:foreach-metadata> element. Or for more sorting control, add <gsf:sort/> to the body. <gsf:sort/> mirrors <xsl:sort/>; for a list of attributes, see
-[[en:user:list_of_format_options#gsfsort_attributes| this page]].+[[en:user:gs3_list_of_format_options#gsfsort_attributes| this page]].
  
 <code> <code>
Line 269: Line 273:
   * The templates in the GLI only effect very specific parts of the page. You may want to completely change large portions of how your Greenstone library looks. For more information on how to do this, check out the [[interfaces]] page.   * The templates in the GLI only effect very specific parts of the page. You may want to completely change large portions of how your Greenstone library looks. For more information on how to do this, check out the [[interfaces]] page.
   * [[http://wiki.greenstone.org/wiki/images/7/71/Skins_Doc.pdf|Greenstone 3 Interface Transformations Library: Basic Documentation]] //Maxime Roüast//   * [[http://wiki.greenstone.org/wiki/images/7/71/Skins_Doc.pdf|Greenstone 3 Interface Transformations Library: Basic Documentation]] //Maxime Roüast//
- 
- 
  
en/user/gs3_format_statements.1520889105.txt.gz · Last modified: 2018/03/12 21:11 by kjdon