You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Luke Reeves <lu...@oceanlake.com> on 2000/11/13 19:55:47 UTC

getAssociatedStylesheet question

Can I call the function getAssociatedStylesheet on an already defined
XSLTInputSource and then use the same reference to the source in the
processor?  An example would be:

  BufferedInputStream in;
  XSLTInputSource xin = new XSLTInputSource(in);

  XSLTProcessor.process(xin, xin.getAssociatedStylesheet, output);

Will this work, or does the call to getAssociatedStylesheet read in too much
of the input source?  Thanks!

    Luke Reeves, Oceanlake
    luke@oceanlake.com