REXML/Amrita2 closing tag

Hi,

I’ve noticed that Amrita2 (which uses REXML), automagically compresses
empty tags, for example:

becomes just

Is there any way to turn this behavior off? It doesn’t play well with
textarea tags, which must always be matched by a full closing tag (</
textarea>).

Thanks, and Merry Christmas to everyone.

On Dec 24, 2:43 pm, Vasyl S. [email protected] wrote:

Is there any way to turn this behavior off? It doesn’t play well with
textarea tags, which must always be matched by a full closing tag (</
textarea>).

It does not appear so:
http://www.germane-software.com/projects/rexml/ticket/19

On Dec 24, 10:50 pm, Phrogz [email protected] wrote:

It does not appear so:http://www.germane-software.com/projects/rexml/ticket/19

It’s sad. REXML looks like an almost abandoned project.

On Dec 25, 2007 5:59 AM, Vasyl S. [email protected] wrote:

On Dec 24, 10:50 pm, Phrogz [email protected] wrote:

It does not appear so:http://www.germane-software.com/projects/rexml/ticket/19

It’s sad. REXML looks like an almost abandoned project.

http://p.ramaze.net/15

Not perfect, but it fixes your problem (ruby ftw :slight_smile:

^ manveru

On Dec 25, 3:32 am, “Michael F.” [email protected] wrote:

http://p.ramaze.net/15

Not perfect, but it fixes your problem (ruby ftw :slight_smile:

Thanks a lot, Michael!