Hello,
This was an issue back in 2003, and I haven't found any reference to it
since. But I am experience the bug that's been mentioned on the lists
before, yet marked as closed.
The best reference of this bug that I've found is here:
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=106162038110627&w=2
***Repeated excerpt***
When a document with a doctype declaration (|<!DCOTYPE>|) is part
(|<map:part/>|) of an aggregation (|<map:aggregate/>|), the result is an
additional |>| (greater-than) prepended to that document's contribution
to the aggregate.
***End excerpt***
The entry that causes it is this simple:
***
<map:match pattern="test">
<map:aggregate element="a">
<map:part src="***PAGE WITH DOCTYPE***" element="b"/>
</map:aggregate>
<map:serialize type="xml"/>
</map:match>
***
Using 2.1.7 of Cocoon, 2.6.1-dev of Xalan, the matches are occuring within
Lenya. And any help would be appreciated.
Converting from part to generate, the greater-than goes away, so I'm sure it is
within aggregate and related to the doctype handling.
Thank you,
Eric Caron
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]