Re: How to think about "Unicode spew"
tty <[email protected]> Mon, 17 Feb 2020 15:31:42 -0600 (CST)
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
Hi Estaban, Those escaped tags are an attribute of the XMLElements. XML escapes all "tags" that are not part of the schema. So, to get those escaped tags to be interpreted as xHTML in the browser, I have to change them back. Wikitext(<sometag>) -> XMLElement (<sometag>)->Me(<sometag>)->Browser. -- Sent from: http://forum.world.st/Seaside-General-f86180.html _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside