-----Original Message-----
From: Mitchell Christensen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 06, 2001 12:01 PM
To: '[EMAIL PROTECTED]'
Subject: Weird output
Hi,
I have the following logic in my sitemap...
my_custom_generator -> xslt_transform -> serializer -> Just text (no HTML
tags whatsoever)
in an attemp to fix this I did the following...
my_custom_generator -> xml_serializer -> file_on_disk -+
|
+-------------------------------------------------+
v
file_generator -> same_xslt_transform -> serializer -> Nice looking HTML
page.
If I generate output from my generator, I get just text. Like this...
redorangeyellowgreenblueindigoviolet
<snip>
Just a wild guess, but perhaps the transform uses a style sheet that
contains an <xsl:apply-templates /> but does not handle all inbound
entities.
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>