Hi there, I'm involved currently with implementing a custom skin for a Maven project generated website. Everything is great regarding the pages template (which uses velocity and the DecorationModel), but we could use a bit more flexibility for the sections in the body content. More specifically, each section is surrounded by a <div class="section"> tag, and we would like to add some extra divs there for some custom image based borders we plan to have.
Looking at the code, i found the XhtmlBaseSink class that prepares the content to be rendered, and this part is in there, so it seems there is no way for us to customize the surrounding markup without touching the code. Please correct me if i'm wrong. Also, what do you think would be the best way to achieve this in a general way? any plans there regarding such a requirement? i would be open to do the work and provide a patch for it, if required. Many thanks in advance, Catalin
