> let me know how I should pre-process the XML to enable xmerl_scan > to handle things appropriately. Pre-processing the XML is unnecessary; just use lists:concat/1 or similar to combine the text values into a single string. Tim