Changeset 6229


Ignore:
Timestamp:
2003-12-12T11:13:08+13:00 (20 years ago)
Author:
kjdon
Message:

* empty log message *

Location:
trunk/gsdl3/web/sites/localsite/collect/gberg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/sites/localsite/collect/gberg/README

    r6226 r6229  
    4646To use the java building stuff for other XML document collections, you can
    4747just modify the XMLTagInfo.java file to include the appropriate tag names for
    48 your XML documents.
     48your XML documents. Then put import documents into the import directory, and
     49run the BuildXMLColl program as above. Configuration files will need to be
     50created for the collection (etc/collectionConfig.xml and
     51index/buildConfig.xml).
  • trunk/gsdl3/web/sites/localsite/collect/gberg/transform/about.xsl

    r5957 r6229  
    3232      <xsl:with-param name="collName" select="$collName"/>
    3333    </xsl:call-template>     
    34     <p/><xsl:value-of select="displayItem[@name='description']"/>
     34    <p/><xsl:value-of select="displayItem[@name='description']" disable-output-escaping='yes'/>
    3535    <p/><xsl:apply-templates select="documentList">
    3636      <xsl:with-param name="collName" select="@name"/>
Note: See TracChangeset for help on using the changeset viewer.