Ignore:
Timestamp:
08/21/11 20:31:13 (13 years ago)
Author:
vronk
Message:

output - method, DOCTYPE, encoding issues (trying to unify for xhtml (but not over all xsls yet); test-suite update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/model/Result.java

    r911 r1488  
    88import eu.clarin.cmdi.mdservice.action.Admin;
    99import eu.clarin.cmdi.mdservice.action.MDTransformer;
     10import eu.clarin.cmdi.mdservice.action.NoStylesheetException;
    1011
    1112/**
     
    4950         * @throws InterruptedException
    5051         * @throws TransformerException
     52         * @throws NoStylesheetException
    5153         */
    52         public InputStream getResultStream(String format) throws IOException, InterruptedException, TransformerException {
     54        public InputStream getResultStream(String format) throws IOException, InterruptedException, TransformerException, NoStylesheetException {
    5355                String transformkey;
    5456               
     
    7274        }
    7375
    74         public void getResultStream(String format, InputStream in) throws IOException, InterruptedException, TransformerException {
     76        public void getResultStream(String format, InputStream in) throws IOException, InterruptedException, TransformerException, NoStylesheetException {
    7577                        in = getResultStream(format);
    7678        }
Note: See TracChangeset for help on using the changeset viewer.