>> The ?? is the question. The result I'm getting back from that process
>> is XML. What is the easiest way to then parse that XML and act on its
>> contents inside the flowscript?
GC> With the latest CVS you can do something like:
GC> var util =
GC> cocoon.createObject(Packages.org.apache.cocoon.components.flow.util.Pipe
GC> lineUtil);
GC> var doc = util.processToDOM(cocoon.parameters.actionurl, {});
GC> var result =
GC> Packages.org.apache.cocoon.xml.dom.DOMUtil.getValueOf(doc,
GC> XPathExpression, "default");
Nice. I'll grab the latest CVS and give it a go.
Cheers,
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]