Different behavior in XSLT for match="text()"

2007-03-30 Thread Boisvert, Eric
I have different behaviors when I use the same stylesheet with the same document in XMLSpy vs cocoon. In XMLSpy (with the internal XSLT engine and MS engine) Only matches the text (the part between the tag, if any, and ignores the other nodes -- I don't have mixed content documents) While th

Does CInclude/Include transformers buffer incoming documents ?

2007-12-15 Thread Boisvert, Eric
Hi all Just a question regarding how CInclude, Include and XInclude works (maybe a dumb question afterall). I need to pull rather large documents (several megabytes) using either one of including mechanisms. Does CInclude reads _all_ the document to include in memory and *then* streams it

RE : Does CInclude/Include transformers buffer incomin g documents ?

2007-12-15 Thread Boisvert, Eric
type of streaming that you're writing about. -Babak On Dec 15, 2007 10:06 AM, Boisvert, Eric <[EMAIL PROTECTED]> wrote: > Hi all > > Just a question regarding how CInclude, Include and XInclude works (maybe a > dumb question afterall). I need to pull rather large documents

RE : RE : Does CInclude/Include transformers buffer incoming documents ?

2007-12-15 Thread Boisvert, Eric
___ De: Joerg Heinicke [mailto:[EMAIL PROTECTED] Date: sam. 2007-12-15 19:52 À: users@cocoon.apache.org Objet : Re: RE : Does CInclude/Include transformers buffer incoming documents ? On 15.12.2007 19:35 Uhr, Boisvert, Eric wrote: > I agree in principle, this is how cocoon works, in t

RE: IncludeTransformer -- it works

2008-01-17 Thread Boisvert, Eric
I'll be damned.. It works perfectly ! Here's my pipeline It reads a document (ai.xml) that has 2 ARCXML calls - works exactly the same as WFS servers. == ai.xml =

RE: IncludeTransformer -- it works

2008-01-17 Thread Boisvert, Eric
ver.com/servlet/com.esri.esrimap.Esrimap?ServiceName=someDataStore&CustomService=Query == It runs into an arbitrary XML and sends all the ARCXML query to the server and inserts the result in lieu on the query.. Eric -Message d'origine- De : Boisvert, Eric [

RE: IncludeTransformer

2008-01-17 Thread Boisvert, Eric
Yet another approach is to use STX. STX processor in cocoon is Joost (http://joost.sourceforge.net/) which implements external-filter , one of which is POST (maybe you'll have to update the .jar to the most recent version, it's painless, just stop tomcat/cocoon, remove the old jar and repla

RE: Output from first pipeline -> input to second.

2009-07-29 Thread Boisvert, Eric
uses cocoon:/ protocol see http://wiki.apache.org/cocoon/CocoonProtocolExample De : Tomasz Piechowicz [mailto:tomasz.piechow...@gmail.com] Envoyé : 29 juillet 2009 13:40 À : users@cocoon.apache.org Objet : Output from first pipeline -> input to second. I

RE: Hand over XSL variable value - wrong list?

2010-07-26 Thread Boisvert, Eric
it's the right list. Anyone, correct me if I'm wrong, but it cannot be done (not this way anyway). I suspect you want to push a parameter to the sitemap so it can be used to parametrize some other component down the pipeline. If I understand correctly, the all pipeline variables are evaluate

RE: Hand over XSL variable value - wrong list?

2010-07-28 Thread Boisvert, Eric
7, florent andré <mailto:florent.andre-...@4sengines.com>> wrote: > > Depending on your design, you can also use an input Module : > http://cocoon.us.apache.org/2.1/userdocs/concepts/modules-ref.html > that can "inject" values into pipelines. > >