Andre Juffer a écrit :
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.
that's exactly what i've tried to write....but my english is confusing..
thancks again !
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
--
Sébastien Geindre
DPREVI/AERO/DEV
[EMAIL PROTECTED]
05 61 07 84 93
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]