On Mon, Jun 2, 2014 at 1:42 PM, Larry Staton Jr. <larry@larrystaton.com> wrote:
> I’m not sure if I can just pull in the HTML generation and leave out the rest.


I tried for a minute or two and this is not that simple. What I did is reimplementing something much less powerful (but that was ok for my use case):

canvas tag
    name: 'a';
    parameterAt: 'href' put: href;
    with: [
           isAnchor ifTrue: [ ... ].
           super visitInternalLink: anInternalLink ]


If this is enough for you, we can extract this from my code (http://www.smalltalkhub.com/#!/~Pier/Pillar)

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without losing enthusiasm."
Winston Churchill