Re: Simple Problem

Subject: Re: Simple Problem
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 28 Apr 2000 13:06:16 -0600 (MDT)
> So, my question remains, how can I treat elements without explicit string 
> data (such as <root> or <node> below) differently than those with data?

match="*[not(normalize-space(text()))]" should match any element which has
no text node children, or whose only text node children contain just
whitespace. Is that what you want?

   - Mike
___________________________________________________________
Mike J. Brown, software engineer, Webb Interactive Services
XML/XSL stuff: http://www.skew.org/    http://www.webb.net/


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


Current Thread