Tjabo Kloppenburg <tk / hcsd.de> writes: > I just tried to ask wether there's some code to parse xml in ruby. > A non intelligent filter rejected the mail "or 'one line body'". > This are three lines... :-) The Ruby Application Archive is your friend: http://www.ruby-lang.org/en/raa.html It finds: http://www.ruby-lang.org/en/raa-list.rhtml?name=XMLParser Which is a wrapper for expat. Regards Dave