Sébastien Geindre wrote:
Thanck, it works better !!!!
I try an explanation :
was it because my xml data where not put in the pipe as SAX event but as
juste one big sax event with all de document inside ?
I guess it is just that the data that you have is treated as a regular
string by the internal pipeline.
Merci beaucoup Andre !
Andre Juffer a écrit :
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 <information>
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]