You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Andrei Lunjov <an...@alpitek.com> on 2005/03/30 18:16:56 UTC

Re: 2.1.7: cinclude:parameter/cinclude:value trouble - urgent help needed - FOUND ANSWER

http://issues.apache.org/bugzilla/show_bug.cgi?id=32491

patch solves the problem ok.
btw, another problem is with cinclude - it reverses an order of 
parameters due to use of stack (lifo) for parsing.


Andrei Lunjov wrote:
> hello, i just upgraded to 2.1.7 from 2.1.5.1 and i've got next trouble.
> 
> this:
> <cinclude:includexml xmlns:cinclude="http://apache.org/cocoon/include/1.0">
>   <cinclude:src>http://host/a</cinclude:src>
>   <cinclude:parameters>
>     <cinclude:parameter>
>       <cinclude:name>param</cinclude:name>
>       <cinclude:value>value</cinclude:value>
>     </cinclude:parameter>
>   </cinclude:parameters>
> </cinclude:includexml>
> 
> result in such a query (decoded):
> http://host/a?param=<?xml version="1.0" encoding="UTF-8"?>value
> 
> 
> regards,
> andrei
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org