PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: tourism industry

Using XSLT Stylesheets in Koha - University of …

1 Using xslt Stylesheets in koha By Sam Cook, Public Services Librarian, Allen Library, U. of Hartford Created 6/7/2012 Table of Contents The Basics (if, for-each, value-of)..1 Making the Code More Useful (HTML, choose/when/otherwise)..2 More Complex Using a Using an And/Or Not Moving up a More Important Note about Going Live with xslt The Basics (if, for-each, value-of) At its very basic, Using xslt to display a marc field looks like this: <xsl:if test="marc:datafield[@tag=022]"> <xsl:for-each select="marc:datafield[@tag=022]"> <xsl:value-of select="marc:subfield[@code='a']" /> </xsl:for-each> </xsl:if> If you are familiar with HTML, you can see that this is similar in that it uses tags.

2 Let’s look at each of the first three lines of the above code to understand what it says. <xsl:if test="marc:datafield[@tag=022]"> This is the start of a basic if/then statement.

Tags:

  Using, Koha, Stylesheet, Xslt, Using xslt stylesheets in koha

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Transcription of Using XSLT Stylesheets in Koha - University of …

Related search queries