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

Reply via email to