You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Winkley, Dennis x66244" <DW...@bis.adp.com> on 2000/09/21 19:30:13 UTC

selecting all but one element

In my xml, I have one element I want to treat differently than the others.
Selecting it is no problem (select="elementname"), but how can I do a
generic select on the others (something like select="*") without including
the element I already processed? (ie "* where !elementname")?

thanx
Dennis