On 05/01/2012 08:26 PM, Marcel Tromp wrote: > Looks like I misinterpreted 'first-child' behavior: > In the following fragment, I am trying to select the first description > element. Is this possible?
Yes. Please use CSS3 selector :first-of-type. See http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/css3_selectors.html See http://www.w3.org/TR/css3-selectors/#first-of-type-pseudo -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

