You are reading a single comment by @allObjects and its replies.
Click here to read the full conversation.
-
Thanks @allObjects. Totally missed it. You've saved me, and no doubt the OP, some time for sure. Appreciated:)
Thanks @allObjects. Totally missed it. You've saved me, and no doubt the OP, some time for sure. Appreciated:)
@Ollie, I think @user101989 wants to render html on some puck attached/driven display. Quite a challenge..., especially since html is probably the worst to handle, since by its history - and XHMTL 1.0 / html 4.0 failure -it has to handle what ever was valid since Web came along. May be a simplified Mosaic implementation / Line browser renderer could do something here (it can be pretty simple if html is well-formed / valid xml - and has practically no tag attributes... as long as the html sent to this simplified renderer is under control of @user101989).