RE: Pipeline problem

2002-12-12 Thread Hunsberger, Peter
> How solve my problem ? > > How trace data between two transformers : > - between ldap and xslt > - between xslt and annuaire... You can always comment out part of the pipeline temporarily and view the output directly. Eg: Note that the serialize is now told that it's sendi

Re: pipeline problem

2002-10-25 Thread Oskar Casquero
]> Sent: Wednesday, October 30, 2002 6:38 PM Subject: Re: pipeline problem > If you are interested in XML Pipelines and XML transformation, check > out: http://www.orbeon.com/oxf/whitepaper.xhtml > > Regards, > > -ot > > Jeremy Quinn wrote: > > > > Have a l

Re: pipeline problem

2002-10-25 Thread Omar Tazi
If you are interested in XML Pipelines and XML transformation, check out: http://www.orbeon.com/oxf/whitepaper.xhtml Regards, -ot Jeremy Quinn wrote: Have a look at the 'editor' sample in Cocoon 2.1.dev, it does exactly this. regards Jeremy On Thursday, Oct 24, 2002, at 20:27 Europe/London,

Re: pipeline problem

2002-10-25 Thread Jeremy Quinn
Have a look at the 'editor' sample in Cocoon 2.1.dev, it does exactly this. regards Jeremy On Thursday, Oct 24, 2002, at 20:27 Europe/London, Oskar Casquero wrote: Hello,   Is it possible to call a pipeline, that returns SAX events representing an stylesheet, from the "src" attribute of a e

RE: pipeline problem

2002-10-24 Thread Conal Tuohy
Yes Oskar this is possible. In Cocoon 2.02 it was possible to do exactly as you describe, I believe, but something has broken since then; now you must refer to the xsl using the http protocol, e.g. http://localhost/schematron2compiledSchematron"/> See http://outertho