Would it be possible to add a utility method to Element that returns the XML form of the Element: Element.toXML() returns "<" QualifiedName + Attributes + ">" Or run XMLOutputter on it? ? - Jon