Re: [xsl] Re: how to apply an XSL transformation on a "pseudo-HTML" file

Subject: Re: [xsl] Re: how to apply an XSL transformation on a "pseudo-HTML" file
From: Stan Devitt <jsdevitt@xxxxxxxxxxxxxx>
Date: Wed, 17 Dec 2003 10:47:04 -0500
Additional hints:

- To allow an element anywhere, classify it as both block and inline.
- You need to specify where the empty elements are allowed in addition to
specifying that they are empty.


Stan Devitt

David Carlisle wrote:

blocklevel means "like <p> or <div>" inline means "like <b> or <span>" (ie it is for marking up words _within_ a
paragraph.
"empty" means "like <br> or <meta>" (ie tidy's parser should not go looking
for a closing tag: there won't be one)








XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread