Extending flow leaf elements
Hi I was wondering if anybody has any links to resources about extending the TextLayout Components?
Specifically I have a need to add new flow elements to the the text flow. I need to add new HTML elements not included in the current spefication or at the very least extend text flow to ignore instances of these elements in XML I convert via the text converter.
At the moment the following fragment of XML would break the XML to TextFlow conversion
<XML >
<blockquote>
<p><span>HELLO WORLD</span></p>
</blockquote>
</XML>
simply because of the block quote.
Basically I want a simple HTML editor
but I would settle for an editor that I can pass in elements that do not break the tet flow. I have a copy of the open source Text layout framework for reference and I am competant enough to extend classes etc.
All help greatly appreciated
