The AnnotatedXHTMLRenderer can be found at https://github.com/xwiki/xwiki-rendering/blob/master/xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedxhtml/src/main/java/org/xwiki/rendering/internal/renderer/xhtml/AnnotatedXHTMLRenderer.java . It's a component (see http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingComponents). But I don't know this part of the code very well.
Hope this helps, Marius On Tue, Mar 28, 2017 at 10:28 PM, ktc <[email protected]> wrote: > Thanks for the input Marius. > > Could you advise on a starting point for implementing an 'element-based' > equivalent of the Annotated XHTML syntax? Is there a particular class(es) > that could be extended or mimicked to achieve this (ideally building on > existing logic for most of the heavy lifting)? > > Thanks! > > > > -- > View this message in context: http://xwiki.475771.n2.nabble. > com/RESEND-Nesting-within-Annotated-XHTML-tp7603271p7603277.html > Sent from the XWiki- Dev mailing list archive at Nabble.com. >

