[REX] Inserting comments?

[I m not a member of the mailing list, please Cc: me on replies.]

A DOMNodeInserted event can insert a comment. But I do not find how to
express it in REX.

<event target='/some/where' name='DOMNodeInserted'>
  <!-- I assume this comment is a comment in the REX file and will
  *not* be inserted --> 
</event>

XSLT has an element <comment> for this purpose but I do not find it in
REX.

Received on Thursday, 9 February 2006 16:01:29 UTC