Changeset 18219 for other-projects/trunk


Ignore:
Timestamp:
2008-12-16T16:32:04+13:00 (15 years ago)
Author:
cc108
Message:

change node content

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/trunk/greenstone3-extension/mat/src/org/greenstone/gsdl3_extension/mat/servlet/MatServlet.java

    r18212 r18219  
    254254        for (int i=0; i < identifyChildList.getLength(); i++) {
    255255            if (identifyChildList.item(i).getNodeName() == "repositoryName" ) {
    256             out.println("<tr><td><strong>Repository Name:</strong></td><td> " + identifyChildList.item(i).getNodeValue() + "</td></tr>");
     256            out.println("<tr><td><strong>Repository Name:</strong></td><td> " +getTextContent(identifyChildList.item(i)) + "</td></tr>");
    257257            }
    258258            if (identifyChildList.item(i).getNodeName() == "baseURL" ) {
Note: See TracChangeset for help on using the changeset viewer.