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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to