Mark Fletcher wrote: > I'm sorry if this is a basic CSS question, but I can't find any standard > CSS selectors that appear let me do this. And it looks like XXE doesn't > support the asterisk in this extension: <element>:contains-element(*) . > Is there a way to select an element only if it has one or more child > elements of any type? >
Please use Element:empty (the opposite of Element:contains-element(*)). This CSS3 selector is available in v3.2. See http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/css3_selectors.html

