Code Generator in Cocoon 2
Cocoon Code:
ProgramGenerator programGenerator
=
(ProgramGenerator)this.manager.lookup(ProgramGenerator.ROLE);
Object obj = programGenerator.load(
this.manager,
"apus/person.form",
"swal",
"java",
resolver);
Stylesheet:
<?xml
version="1.0"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:swal="http://oio.de/swal"
version="1.0">
<xsl:template
match="swal:form">
...
</xsl:template>
...
</xsl:stylesheet>