I have tried this. After setting the serializer to xml only the java
code is displaye which should be executed.
But without sucess. Have anyone a simle example where he handles xml,
xsl sheets with java source code insight?
Thanks a lot
Basil
On Jul 21, 2006, at 12:09 PM, Andrew Stevens wrote:
From: Basil Moser <[EMAIL PROTECTED]>
Date: Thu, 20 Jul 2006 22:39:53 +0200
Then I get the following exception:
org.apache.avalon.framework.configuration.ConfigurationException:
Unknown element 'serializer' at file:/opt/apache-tomcat-5.5.12/
webapps/telejobBeat/telejob/sitemap.xmap
That's because within the pipelines it should have been
map:serialize. map:serializer is used inside the map:serializers
section at the top to declare the different serializer types. Rule
of thumb - the component configuration uses nouns, the pipelines
use the equivalent verbs.
Andrew.
On Jul 20, 2006, at 7:01 AM, Antonio Gallardo wrote:
Basil Moser escribió:
Hi Antonio
Hi,
The pipeline seems to be ok. Look in cocoon.log, there might be
an exception. I am suspecting you sitemap default generator is
serverpages (the xspgenerator), hence switching to a file
generator the java code is not executed at all. For simple
generator output testing, please add a xml serializer right
after the generator to see the output and run the pipeline to
get the xml output.
That would be this section:
<map:match pattern="announcement.xml">
<map:generate type="file" src="announcement.xml"/>
<!-- here we add the serializer to see the generator output -->
<map:serializer type="xml"/>
Not quite...
<!-- <map:generate type="file" src="announcement.xml"/> -->
<!--<map:transform type="xslt"/> -->
<map:transform type="xslt" src="announcement.xsl"/>
<map:serialize type="html"/>
That's more like it :-)
</map:match>
Best Regards,
Antonio Gallardo
Thanks,
Basil
On Jul 5, 2006, at 7:13 AM, Antonio Gallardo wrote:
Hi Basil,
Would you provide some sitemap.xmap snippet?
Best Regards,
Antonio Gallardo.
Basil Moser escribió:
Hi all
I tried out Cocoon 2.1. I have some XML (with java code
embedded) and XSL files. When i switch now in the
sitemap.xmap to javapages in the attribute "generate type"
cocoon retruns me a blank page. Why does this happen?
I also set "generate type" to file. Then cocoon does not
inperpret the java code. The java code is only displayed. Why
does this happen?
Thanks a lot!
Basil
---------------------------------------------------------------------
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]