> How do you plan do deal with inline scripts. eg: inlineScriptPlugin
http://www.TiddlyTools.com/#InlineJavascriptPlugin
is a *plugin*. Thus, TiddlySpace already has the ability to prevent
processing of <script>...</script> blocks, simply by not including
InlineJavascriptPlugin in the space.
note: script blocks contained within HTML blocks are *not* processed
by the browser when parsed via assignment to innerHTML. Thus, the
following does NOT perform the script:
<html>
some content
<script>alert('foo');</script>
other content
</html>
-e
Eric Shulman
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywikidev?hl=en.