> is there an intended api whereby content white-space is > preserved? i surely hope so. After the latest changes, getText() gets text content with all whitespace preserved, getTextTrim() gets text content with whitespace trimmed and internally normalized, and getText().trim() would get text that's just trimmed. -jh-