> What I really want to do is get the first (only) child of the Request > element then use element.getName() to determine which one actually > appears in the document. getChildren() returns a List of children. -jh-