1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE stylesheet [
<!ENTITY nbsp
" " >]
>
3 <xsl:stylesheet version=
"1.0" xmlns:
marc=
"http://www.loc.gov/MARC21/slim" xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform">
4 <xsl:output method=
"html" encoding=
"UTF-8"/>
6 <xsl:template match=
"/">
26 <link href='/css/opac_marc.css' rel='stylesheet' type='text/css'
></link>
29 <div><button onclick='window.print();'
>Print Page
</button></div>
30 <xsl:apply-templates/>
35 <xsl:template match=
"marc:record">
36 <table class='marc_table'
>
37 <tr class='marc_tag_row'
>
38 <th class='marc_tag_col'
NOWRAP=
"TRUE" ALIGN=
"RIGHT" VALIGN=
"middle">
41 <td class='marc_tag_data' COLSPAN='
3'
>
42 <xsl:value-of select=
"marc:leader"/>
45 <xsl:apply-templates select=
"marc:datafield|marc:controlfield"/>
49 <xsl:template match=
"marc:controlfield">
50 <tr class='marc_tag_row'
>
51 <th class='marc_tag_col'
NOWRAP=
"TRUE" ALIGN=
"RIGHT" VALIGN=
"middle">
52 <xsl:value-of select=
"@tag"/>
54 <td class='marc_tag_data' COLSPAN='
3'
>
55 <xsl:value-of select=
"."/>
60 <xsl:template match=
"marc:datafield">
61 <tr class='marc_tag_row'
>
62 <th class='marc_tag_col'
NOWRAP=
"TRUE" ALIGN=
"RIGHT" VALIGN=
"middle">
63 <xsl:value-of select=
"@tag"/>
65 <td class='marc_tag_ind'
>
66 <xsl:value-of select=
"@ind1"/>
69 <td class='marc_tag_ind' style='border-left:
1px solid #A0A0A0; padding-left:
3px;'
>
70 <xsl:value-of select=
"@ind2"/>
71 <span style='color:#FFF'
>.
</span>
74 <td class='marc_subfields'
>
75 <xsl:apply-templates select=
"marc:subfield"/>
80 <xsl:template match=
"marc:subfield">
81 <span class='marc_subfield_code'
>
82 ‡<xsl:value-of select=
"@code"/>
83 </span><xsl:value-of select=
"."/>
88 <!-- Stylus Studio meta-information - (c)1998-2002 eXcelon Corp.
90 <scenarios ><scenario default="no" name="Ray Charles" userelativepaths="yes" externalpreview="no" url="..\xml\MARC21slim\raycharles.xml" htmlbaseurl="" outputurl="" processortype="internal" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/><scenario default="yes" name="s7" userelativepaths="yes" externalpreview="no" url="..\ifla\sally7.xml" htmlbaseurl="" outputurl="" processortype="internal" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperInfo srcSchemaPath="" srcSchemaRoot="" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>