SourceHighlighterTransformer.java | Class | Cocoon transformer that highlights java and xml source code.
Supports the javasource, xmlsource, javasourcefiles and
xmlsourcefile attributes.
javasource/xmlsource: the content embedded in the tag is highlighted
javasourcefile/xmlsourcefile: the file referenced by the file attribute
is loaded, hightlighted and inserted at the tag position.
The source file names must be defined relative. |