Hi,

I've written a simple translator that renders a locked region of html. I want
to write a property inspector for the locked markup. The "Extending
Dreamweaver" documentation shows how to do this using the orig attribute for
the locked region to get the untranslated markup so that's all well and good.
However, the methodology used by the example (i.e. string manipulation) seems a
bit unwieldy. Is there an easier way to examine the untranslated markup? Is
there a way to get the string of untranslated markup into an xml document for
easier traversal?