You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Maik Dobryn <ma...@dobryn.de> on 2003/07/24 19:44:39 UTC

Cocoon Generator and XML entity references

Hi all,

Could it be, that the generator can't cleanly read XML entity references?

The following scenario puts out a lot of mixed xml with text:

[test.xml]
...
<!ENTITY test1 SYSTEM "test1.xml">
<!ENTITY test1 SYSTEM "test2.xml">
...
&test1;
&test2;
...

[sitemap.xmap]
...
<map:match pattern="test.xml">
   <map:generate src="file:///test/test.xml"/>
   <map:serialize type="xml"/>
</map:match>
...

I am using Cocoon 2.1m3 on a Gentoo-Linux system.


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