xsl-list
[Top] [All Lists]

Re: [xsl] Elegant way to create an empty line

2009-07-09 17:05:58
On Mon, Jul 6, 2009 at 1:11 AM, COUTHURES
Alain<alain(_dot_)couthures(_at_)agencexml(_dot_)com> wrote:
Hi Jan,

Don't you need a specific template with match="p[not(node())]" priority="1"

I would have used:

match="p[normalize-space(.)] " priority="1"

which I believe also catches <p></p>

cheers
stuart

--~------------------------------------------------------------------
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>
--~--