Sébastien,

You could try the following:

var s = new Packages.java.lang.String("<?xml version='1.0' ?><doc>" + your_data + "</doc>");

var xml = new Packages.org.apache.cocoon.xml.StringXMLizable(s);
var builder = Packages.org.apache.cocoon.xml.dom.DOMBuilder();
xml.toSAX(builder);
var document = builder.getDocument();

Andre

Sébastien Geindre wrote:
Hi all,

I've a form with an upoad widget.
I'd like to get the xml data which are uploaded and give it to an internal pipeline.

What i've done transform xml data :
<information> is transformed to  &lt;information&gt;

anyone could help ?

Thancks


--
Andre H. Juffer              | Email: [EMAIL PROTECTED]
The Biocenter and            | WWW: www.biochem.oulu.fi/Biocomputing/
    the Dep. of Biochemistry | Fax: +358-8-553-1141
University of Oulu, Finland  | Phone: +358-8-553 1161
Triacle Biocomputing         | WWW: www.triacle-bc.com

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

Reply via email to