cleaned up XSL to remove html/head/body tags
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 18 Jan 2008 22:16:53 +0000 (22:16 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 18 Jan 2008 22:16:53 +0000 (22:16 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8429 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/oilsweb/oilsweb/public/oils/media/xsl/oilsMARC21slim2HTML.xsl

index ea0ae3f..bbc8c2d 100644 (file)
@@ -3,29 +3,22 @@
        <xsl:output method="html"/>
        
        <xsl:template match="/">
-               <html>
-                       <head>
-
-                               <style>
-
-                                       .marc_table {}
-                                       .marc_tag_row {}
-                                       .marc_tag_data {}
-                                       .marc_tag_col {}
-                                       .marc_tag_ind {}
-                                       .marc_subfields {}
-                                       .marc_subfield_code { 
-                                               color: blue; 
-                                               padding-left: 5px;
-                                               padding-right: 5px; 
-                                       }
-
-                               </style>
-                       </head>
-                       <body>
-                               <xsl:apply-templates/>
-                       </body>
-               </html>
+        <div>
+            <style>
+                .marc_table {}
+                .marc_tag_row {}
+                .marc_tag_data {}
+                .marc_tag_col {}
+                .marc_tag_ind {}
+                .marc_subfields {}
+                .marc_subfield_code { 
+                    color: blue; 
+                    padding-left: 5px;
+                    padding-right: 5px; 
+                }
+            </style>
+            <xsl:apply-templates/>
+        </div>
        </xsl:template>
        
        <xsl:template match="marc:record">