Ignore:
Timestamp:
2019-11-11T10:48:41+13:00 (4 years ago)
Author:
kjdon
Message:

oops, I must have 'tidied' up the file and then not compiled it to check as it didn't compile. erroneous and missing brackets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/TransformingReceptionist.java

    r33632 r33640  
    940940          root.appendChild(l);
    941941
     942          // actually merge the gslib file with the page
    942943          XMLTransformer preProcessor = new XMLTransformer();
    943944          preProcessor.transform_withResultNode(preprocessingXsl, skinAndLibraryXsl, skinAndLibraryDoc);
     
    948949        }
    949950
     951        // now we need to transform all the gsf elements
    950952        skinAndLibraryDoc = (Document) transformGSFElements(collection, skinAndLibraryDoc, TEXT_FORMAT_FILE);
    951953         
    952954        skinAndLibraryDoc = (Document) transformGSFElements(collection, skinAndLibraryDoc, CONFIG_FORMAT_FILE);
    953         }
    954        
    955 
    956         if (output.equals("xsl6") || output.equals("skinandlibdocfinal")
     955   
     956       
     957
     958        if (output.equals("xsl6") || output.equals("skinandlibdocfinal"))
    957959        {
    958960          return converter.getDOM(getStringFromDocument(skinAndLibraryDoc));
Note: See TracChangeset for help on using the changeset viewer.