So what we really need now is some developer feedback!
Dovi
I've just had a very quick look at it, and would only make 3 very minor comments:
Thanks; I've updated the extension to address those.
Hopefully we'll be able to get this into the SVN soon and start using it!
Thanks again -Steve
Thank you!
I've had a second quick look, and something separate is this:
In [[Main Page]] I have a bit of the page that contains: ------------------------------------ <section begin=ownage /> <script>alert("Ownage!");</script> <section end=ownage /> ------------------------------------
Then in another page I have: ------------------------------------ {{#lst:Main Page|ownage}} ------------------------------------
The result is that on saving or previewing that page, I get a JavaScript popup dialog box saying "Ownage!". That should not happen; instead what I should get is the following non-executable HTML in the output: ------------------------------------ <p><script>alert("Ownage!");</script> </p> ------------------------------------
Related to this and probably the same issue, is that if there is an image <gallery> wrapped in <section> tags, then the image gallery should display on the page that includes it via the {{#lst)).
All the best, Nick.