Hi,

what if you make transformed XML-file with cocoon.processPipelineTo and then send that result to a generator that is showing the results?

Like this:

var result = cocoon.processPipelineTo ("transform");
cocoon.sendPageAndWait ("showresult", {"result": result});

- Joose

5.10.2004 kello 09:37, John Small Berries kirjoitti:
don't think I'm approaching it correctly.  I would like to have users
enter some xml and xslt and display their transformed xml back to the
screen below the text areas (same page).  With just the sitemap I can
use stream generators to display the transformed xml to a new page.
With flowscript, I can display xml to the same page.  But, there
doesn't seem to be any easy way to either A) tack on the transformed
user input to the same page from the sitemap or B) transform the user
input within the flowscript.  This is for an assignment.  I'm looking
--
"Always remember that you are unique, just like everyone else!"
* http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to