Hello !

I'm currently trying to do an extension which would parse a (JSF) DreamWeaver
file, find a certain kind of tag and then make all content nested into them
uneditable.

Could anyone give me an hint ? Ideally, I would not use templates, but I'm
afraid I will have to. No problem.

The problem is that I would like to be as little intrusive as possible
regarding the page code : is there another way to proceed than <!--
InstanceBeginEditable name="xxx" --> <!-- InstanceEndEditable --> ?

Another question : is there some kind of code like @@("")@@ which I could use
? Because this code is nice but I can't afford to use nested templates : if I
use it into a page, I want it to be effective into that page, not into the one
to which my page is a template to.

I'm using DreamWeaver 8 & JavaScript.

Cheers,

TheGridOne