Ignore:
Timestamp:
08/18/11 14:08:28 (13 years ago)
Author:
vronk
Message:

minor adapt xml/html output-method of xsl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/xsl/mdset_pazpar2view.xsl

    r1482 r1484  
    2121        <xsl:import href="util_xml_ay.xsl"/>
    2222
    23 <xsl:output method="xml" />
     23<xsl:output method="html" />
    2424
    2525<xsl:param name="startItem">1</xsl:param>
     
    8989
    9090<xsl:template name="continue-root" >
    91 <div class="result">
     91
    9292<xsl:for-each select="searchRetrieveResponse | show" >
    9393       
     
    122122        </xsl:choose>
    123123</xsl:for-each>
    124 </div>
     124
    125125</xsl:template>
    126126       
Note: See TracChangeset for help on using the changeset viewer.