Changeset 1479


Ignore:
Timestamp:
08/18/11 12:19:42 (13 years ago)
Author:
vronk
Message:

added xsl for pazpar2

Location:
MDService2/trunk/MDService2/src
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/mdservice.properties

    r1472 r1479  
    1717//cache.path = /srv/tomcat6/webapps/MDService2_cache/
    1818//workspaceprofile.path = /srv/tomcat6/webapps/MDService2_profiles/
    19 //cache.path = C:/apps/apache-tomcat/webapps/MDService2_cache/
    20 //workspaceprofile.path = C:/apps/apache-tomcat/webapps/MDService2_profiles/
    21 cache.path = C:/apache-tomcat-6.0.26/webapps/MDService2_cache/
    22 workspaceprofile.path = C:/apache-tomcat-6.0.26/webapps/MDService2_profiles/
     19cache.path = C:/apps/apache-tomcat/webapps/MDService2_cache/
     20workspaceprofile.path = C:/apps/apache-tomcat/webapps/MDService2_profiles/
     21//cache.path = C:/apache-tomcat-6.0.26/webapps/MDService2_cache/
     22//workspaceprofile.path = C:/apache-tomcat-6.0.26/webapps/MDService2_profiles/
    2323workspace.file = WorkspaceProfile.xml
    2424
     
    3333xsl.sru2htmlpage = sru2view.xsl
    3434xsl.sru2htmltable = sru2view.xsl
    35 xsl.pazpar22htmlpage = pazpar2view.xsl
    36 xsl.pazpar22htmltable = pazpar2view.xsl
     35xsl.pazpar22htmlpage = mdset_pazpar2view.xsl
     36xsl.pazpar22htmlpagelist = mdset_pazpar2view.xsl
     37xsl.pazpar22htmltable = mdset_pazpar2view.xsl
    3738xsl.record2htmldetail = mdinst2view.xsl
    3839xsl.record2htmlpage = mdinst2view.xsl
  • MDService2/trunk/MDService2/src/xsl/cmd_commons.xsl

    r1392 r1479  
    3838
    3939<xsl:template match="/">
    40                 <xsl:message>root_document-uri:<xsl:value-of select="$root_uri" /></xsl:message>               
     40        <!--    <xsl:message>root_document-uri:<xsl:value-of select="$root_uri" /></xsl:message>-->             
    4141                <xsl:choose>                   
    4242                <xsl:when test="contains($format,'htmlpage')" >
  • MDService2/trunk/MDService2/src/xsl/params.xsl

    r1417 r1479  
    55       
    66<!--    <xsl:param name="title" select="'Default Title'" />  -->
    7         <xsl:param name="format"  select="'htmlpage'"/> <!-- table|list -->
     7        <xsl:param name="format"  select="'htmlpagelist'"/> <!-- table|list -->
    88        <xsl:param name="display_values_limit" select="10" />
    99        <xsl:param name="max_depth" select="0" />
     
    6262        <xsl:param name="cache_cols" select="tokenize($cache_cols_,'\s+')"  />
    6363       
    64         <xsl:param name="name_element" select="('title', 'name', 'resourcename')"  />
     64        <xsl:param name="name_element" select="('title', 'name', 'resourcename', 'md-title')"  />
    6565               
    6666       
Note: See TracChangeset for help on using the changeset viewer.