Ignore:
Timestamp:
06/15/11 10:01:17 (13 years ago)
Author:
vronk
Message:
 
File:
1 edited

Legend:

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

    r1408 r1423  
    2626
    2727<xsl:template match="a">
    28         toTEST:<xsl:copy-of select="." /> [<xsl:value-of select="@href" />]     
    29         <div class="result">
     28
     29 <div class="cmds-ui-block" >
     30         <div class="ui-widget-header">
     31                <xsl:value-of select="@class" />: <xsl:copy-of select="." /> [<xsl:value-of select="@href" />]
     32        </div> 
     33        <div class="ui-widget-content">
    3034                <xsl:choose>
    3135                        <xsl:when test="@class='count'">
     
    4044                                        <xsl:apply-templates select="document(concat($base_url,@href))" mode="process-query"/>
    4145                        </xsl:otherwise>
    42                 </xsl:choose>
    43                
     46                </xsl:choose>           
    4447        </div>
     48 </div>
    4549</xsl:template>
    4650
     
    4852        <xsl:copy>
    4953                <xsl:apply-templates select="node()|@*" />
     54        </xsl:copy>     
     55</xsl:template>
     56
     57<xsl:template match="*|@*" mode="process-query" >
     58        <xsl:copy>
     59                <xsl:apply-templates select="node()|@*" mode="process-query" />
    5060        </xsl:copy>     
    5161</xsl:template>
Note: See TracChangeset for help on using the changeset viewer.