Ignore:
Timestamp:
2010-11-22T17:32:16+13:00 (13 years ago)
Author:
sjb48
Message:

Continued work on XHTML parsing for format statement saving. Found js code for ensuring XHTML (innerXHTML). Removed a few unneccessary bits of code from default servlet that were lingering around from when we first started playing with format statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/classifier.xsl

    r22569 r23336  
    6161    </xsl:call-template>     
    6262 
    63     <!-- Sam's div code -->
    64 
    65     <!-- <xsl:if test="/page/pageRequest[@name='output']='debug'"> -->
    66 
    67     <xsl:variable name="fmt">
    68     <xsl:call-template name="xml-to-string">
    69             <xsl:with-param name="node-set" select="//format[@type='browse']"/>
    70           </xsl:call-template>
    71     </xsl:variable>
    72 
    73     <!-- <xsl:variable name="tok" select="fn:tokenize($fmt,'/s+')"/> -->
    74 
    75       <div id="format">
    76         <p>
    77       <b>Format string here</b>
    78       <i>
    79           <xsl:value-of select="$fmt"/>
    80           <!-- <xsl:value-of select="$tok"/> -->
    81       </i>
    82         </p>
    83       </div>
    84     <!-- </xsl:if> -->
    85 
    86  
    8763    <div id="content">
    8864      <xsl:apply-templates select="service/classifierList">
Note: See TracChangeset for help on using the changeset viewer.