Tidy removing empty tags

Hi all--

Another question about Tidy behavior.  I have a custom tag that I want to
include in my HTML, that I need to be empty.  I.e.,...

<p>
<mytag></mytag>
<div>....

My tag is defined in the config file as:
     new-blocklevel-tags: mytag

If I put some dummy content in between the open and close tags it works
fine, but if they're empty the node.trimEmptyElement() method removes my
tags.  Is there anything I can do about this?  I've tried many combinations
of empty, inline, and blocklevel tag definitions, and haven't stumbled on
the right combination.

Thank in advance,

--susan
susan_levine@peoplesoft.com

Received on Monday, 17 January 2000 18:33:11 UTC