From: Ammon Christiansen Date: 2005-12-21T08:51:55+09:00 Subject: rexml - get raw xml of elements and text ------=_Part_19721_26172228.1135122703963 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I'm aware that REXML's Element class can give me the elements or the text (texts if there are many text elements between children elements). I want them both, and I want them in order, straight XML. (I've got some bold and italic tags there that are just for formatting) ------=_Part_19721_26172228.1135122703963--