Hi,

I am looking into XLSGenerator.java to see how file uploads may be
implemented and I am confused by the definitions of the inputs and
outputs that I find in the source (taken from CVS on SF):

    public XLSGenerator() {
        addInputInfo(new ProcessorInputOutputInfo(INPUT_REQUEST));
        addOutputInfo(new ProcessorInputOutputInfo(OUTPUT_DATA));
    }

and this paragraph in the documentation:

The XLS Generator works in a similar way. It typically takes a file
uploaded by a user, finds the special markup cells and reconstructs an
XML document. The generator has no inputs, and a data output containing
the generated XML document.

(http://www.orbeon.com/ois/doc/processors-charts-spreadsheets#d188907e886)

Is that a mismatch between different versions? or is it possible that
"request" inputs are by default connected to a serialization of the
request? or what?

Also, from the code, it looks like the first parameter of the request is
either a URL to the uploaded document or the base 64 encoded value of
this document.

Is that the case and is that documented somewhere?

Thanks,

Eric
-- 
Lisez-moi sur XMLfr.
                       http://xmlfr.org/index/person/eric+van+der+vlist/
------------------------------------------------------------------------
Eric van der Vlist       http://xmlfr.org            http://dyomedea.com
(ISO) RELAX NG   ISBN:0-596-00421-4 http://oreilly.com/catalog/relax
(W3C) XML Schema ISBN:0-596-00252-1 http://oreilly.com/catalog/xmlschema
------------------------------------------------------------------------



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
orbeon-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to