Re: Saxon does not recognise cocoon protocol

2009-04-01 Thread craiggulliver
FYI I've been using this thread a while now to diagnose my problem. It took sometime but Bertrand's first response was correct. In the handled-errors.log file shows that two of my xslt templates caused an ambiguous match. This was different than the errors.log. Check the all of the log files,

RE: Re: Saxon does not recognise cocoon protocol

2006-08-29 Thread Ard Schrijvers
> > A bit wild guessing, isn't it? ;) Kind of, yes :-))) > > AFAIK there is something like URLHandlers which have to be > registered on the > XSLT processor - but I actually never worked with that API > directly, so I do not > really know. What I wonder about is that Saxon behaves > differ

Re: Saxon does not recognise cocoon protocol

2006-08-29 Thread Mark Lundquist
On Aug 29, 2006, at 7:39 AM, Askild Aaberg Olsen wrote: My experience is that if the referenced pipeline fails, Saxon reports this as "unkown protocol cocoon", or something similar. That is exactly right. Try invoking the pipeline directly from your browser (if the pipeline is not "internal

Re: Saxon does not recognise cocoon protocol

2006-08-29 Thread Askild Aaberg Olsen
Abbas Mousavi wrote: Hi All newly I replaced Xalan with Saxon, to use some of its features. It works well with all of my stylesheets but does not works with stylesheets that use cocoon:// protocol to access some xml files. I think that saxon uses the same URI Resolver as other cocoon compone

Re: Saxon does not recognise cocoon protocol

2006-08-29 Thread Joerg Heinicke
Ard Schrijvers hippo.nl> writes: > > > ...I want to know "why saxon can not recognize urls > > > starting with cocoon:// > > > > In the XSLT document() function, you mean? > > Never noticed this function in XSLT... > > Then again, why would Saxon know about the cocoon:// protocol. Xalan perhap

RE: RE: Saxon does not recognise cocoon protocol

2006-08-29 Thread Ard Schrijvers
> > > ...I want to know "why saxon can not recognize urls > > starting with cocoon:// > > In the XSLT document() function, you mean? Never noticed this function in XSLT... Then again, why would Saxon know about the cocoon:// protocol. Xalan perhaps happens to know, since it is an apache XSLT

Re: RE: Saxon does not recognise cocoon protocol

2006-08-29 Thread Abbas Mousavi
yes, I am reading the xml by document functionfor example document('cocoon://path/to/some/xml.file');Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: On 8/29/06, Abbas Mousavi <[EMAIL PROTECTED]> wrote:> ...I want to know "why saxon can not recognize urls> starting with cocoon://In the XSLT document(

Re: RE: Saxon does not recognise cocoon protocol

2006-08-29 Thread Bertrand Delacretaz
On 8/29/06, Abbas Mousavi <[EMAIL PROTECTED]> wrote: ...I want to know "why saxon can not recognize urls starting with cocoon:// In the XSLT document() function, you mean? Then my previous answer is irrelevant. -Bertrand -

RE: Saxon does not recognise cocoon protocol

2006-08-29 Thread Abbas Mousavi
I use cocoon protocol to read some smallĀ  bit of data to my stylesheet from an xml file, I know that it can be done with include transformer, but this is not the problem, I want to know "why saxon can not recognize urls starting with cocoon://Ard Schrijvers <[EMAIL PROTECTED]> wrote: > > ...I repla

RE: Saxon does not recognise cocoon protocol

2006-08-29 Thread Ard Schrijvers
> > ...I replaced Xalan with Saxon, to use some of its > features. It works > > well with all of my stylesheets but does not works with > stylesheets that use > > cocoon:// protocol to access some xml files... ?? I do not understand this anyway? You are fetching some xml blocks within xsl with

Re: Saxon does not recognise cocoon protocol

2006-08-29 Thread Bertrand Delacretaz
On 8/29/06, Abbas Mousavi <[EMAIL PROTECTED]> wrote: ...I replaced Xalan with Saxon, to use some of its features. It works well with all of my stylesheets but does not works with stylesheets that use cocoon:// protocol to access some xml files... Saxon shouldn't make a difference about this, b