Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 45011 invoked from network); 6 Feb 2006 21:58:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Feb 2006 21:58:02 -0000 Received: (qmail 7371 invoked by uid 500); 6 Feb 2006 21:58:00 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 6468 invoked by uid 500); 6 Feb 2006 21:57:57 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 6457 invoked by uid 99); 6 Feb 2006 21:57:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 13:57:57 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.144.33.11] (HELO ada-arc204.ada-arc.de) (217.144.33.11) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 13:57:56 -0800 Received: from gateway.armacell.com ([217.5.201.113]) by ada-arc204.ada-arc.de (8.11.2/8.11.2) with SMTP id k16LvYx27384 for ; Mon, 6 Feb 2006 22:57:34 +0100 Received: from pns-mm.armacell.com ([217.5.201.122]) by gateway.armacell.com; Mon, 06 Feb 2006 22:57:31 +0100 (MET) Received: from ALPHA.armacell.com (mail-intern [172.20.34.23]) by pns-mm.armacell.com (Postfix on SuSE Linux 7.0 (i386)) with ESMTP id 55FAE17802 for ; Mon, 6 Feb 2006 22:57:34 +0100 (CET) In-Reply-To: To: users@cocoon.apache.org Subject: Antwort: Re: Getting XML data into Flowscript MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 From: holger.willenborg@armacell.com Message-ID: Date: Mon, 6 Feb 2006 22:57:28 +0100 X-MIMETrack: Serialize by Router on ALPHA/Armacell(Release 6.5.3|September 14, 2004) at 06.02.2006 22:57:33, Serialize complete at 06.02.2006 22:57:33 Content-Type: multipart/alternative; boundary="=_alternative 00789AC6C125710D_=" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=_alternative 00789AC6C125710D_= Content-Type: text/plain; charset="US-ASCII" Yep, now it works. Thanks for all. Regards Holger users-return-85073-holger.willenborg=armacell.com@cocoon.apache.org schrieb am 06.02.2006 22:29:37: > > Found some hints on that here: http://wiki.apache. > org/cocoon/EndorsedLibsProblem > > I'll post the results. > > Thanks so far. > > Regards > Holger > > users-return-85070-holger.willenborg=armacell.com@cocoon.apache.org > schrieb am 06.02.2006 21:53:29: > > > > > I get an error: > > javax.xml.transform.dom.DOMResult.getNextSibling()Lorg/w3c/dom/Node; > > > > Have you seen that one, too? Any help appreciated. > > > > Regards > > Holger > > > > users-return-85060-holger.willenborg=armacell.com@cocoon.apache.org > > schrieb am 06.02.2006 09:38:29: > > > > > What I use to get XML data (DOM) from a pipeline from flowscript is : > > > > > > var pipe = cocoon.createObject(org.apache.cocoon.components.flow. > > > util.PipelineUtil); > > > var doc = pipe.processToDOM("some/pattern", {}); > > > > > > see PipelineUtil javadoc for other usages. > > > > > > laurent > > > > > > > > > 2006/2/6, holger.willenborg@armacell.com : > > > > > > > > Hi, > > > > > > > > I am trying to extract data from a XML source (XML file or > > Cocoon pipeline) > > > > for use in a flowscript (actually it's an XML file containing quiz > > > > questions and the correct answers. I need to extract the > answersto test if > > > > the user selected the correct choice). > > > > > > > > Any ideas? > > > > > > > > Regards > > > > Holger > > > > > > > > > -- > > > http://in-pocket.blogspot.com > > > - Mobile world, technology and more > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > > > For additional commands, e-mail: users-help@cocoon.apache.org > > > > > > --=_alternative 00789AC6C125710D_= Content-Type: text/html; charset="US-ASCII"
Yep, now it works.

Thanks for all.

Regards
Holger

users-return-85073-holger.willenborg=armacell.com@cocoon.apache.org schrieb am 06.02.2006 22:29:37:

>
> Found some hints on that here: http://wiki.apache.
> org/cocoon/EndorsedLibsProblem
>
> I'll post the results.
>
> Thanks so far.
>
> Regards
> Holger
>
> users-return-85070-holger.willenborg=armacell.com@cocoon.apache.org
> schrieb am 06.02.2006 21:53:29:
>
> >
> > I get an error:
> > javax.xml.transform.dom.DOMResult.getNextSibling()Lorg/w3c/dom/Node;
> >
> > Have you seen that one, too? Any help appreciated.
> >
> > Regards
> > Holger
> >
> > users-return-85060-holger.willenborg=armacell.com@cocoon.apache.org
> > schrieb am 06.02.2006 09:38:29:
> >
> > > What I use to get XML data (DOM) from a pipeline from flowscript is :
> > >
> > > var pipe = cocoon.createObject(org.apache.cocoon.components.flow.
> > > util.PipelineUtil);
> > > var doc = pipe.processToDOM("some/pattern", {});
> > >
> > > see PipelineUtil javadoc for other usages.
> > >
> > > laurent
> > >
> > >
> > > 2006/2/6, holger.willenborg@armacell.com <holger.willenborg@armacell.com>:
> > > >
> > > > Hi,
> > > >
> > > > I am trying to extract data from a XML source (XML file or
> > Cocoon pipeline)
> > > > for use in  a flowscript (actually it's an XML file containing quiz
> > > > questions and the correct answers. I need to extract the
> answersto test if
> > > > the user selected the correct choice).
> > > >
> > > > Any ideas?
> > > >
> > > > Regards
> > > > Holger
> > >
> > >
> > > --
> > > <a href="http://in-pocket.blogspot.com">http://in-pocket.blogspot.com
> > > - Mobile world, technology and more</a>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> > > For additional commands, e-mail: users-help@cocoon.apache.org
> > >
> > >
--=_alternative 00789AC6C125710D_=--