On 26/12/10 21:17, uwe will wrote:
> Please give me help for this problem I can not read my online papers!
>
> Thanks U Will
>
> Description:org.apache.cocoon.ResourceNotFoundException: No pipeline
> matched request: ejournals/pdf/endoscopy/doi/10.1055/s-0030-1255941
>
> *Unfortunately the URL is not available.**
> Please check your spelling. If you have clicked on a link inform your
> webmaster.
> No pipeline matched request:
> ejournals/pdf/endoscopy/doi/10.1055/s-0030-1255941*
At a wild random guess, the DOI is the literal string
"10.1055/s-0030-1255941" including the slash. This would be
exceptionally silly, and whoever allowed DOIs to contain slashes should
be forced to use a card index for the rest of their life :-)
The only way round this that I can see is to define the pipeline match
as "ejournals/pdf/*/doi/**" so that "endoscopy" can match your subject
parameter, and everything after "doi/" will be passed into a parameter
that your XSLT can examine.
But perhaps something else is going on: you have not given us any
information.
///Peter
|