xsl-list
[Top] [All Lists]

Re: [xsl] Ignore closing tag

2010-01-13 07:53:58
Abel

If it isn't required, but it isn't hurting either, and when it is used 
for machine-reading (as opposed to human-reading), then why bother 
trying to write "<elem>data" instead of "<elem>data</elem>"?

With the default sgml declaration, a closing tag for an element declared
empty would be an error, as for example <img></img>  is an error in
HTML.

If the user has access to the dtd or sgml declaration, this could be
made not an error, but that isn't an option if you are targeting some
public sgml format .

But if you must, i.e. for compatibility sake, you can post-process your 
almost-correct SGML with a list of closing tags and strip those

yes.

David




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--