From peter.barabas at gmail.com Sat Oct 15 09:05:05 2005 From: peter.barabas at gmail.com (Peter BARABAS) Date: Sat, 15 Oct 2005 11:05:05 +0200 Subject: [s-xml-devel] Getting XML attributes Message-ID: <4f2a8db50510150205r1a5037cbga2d59f6d9164c8a7@mail.gmail.com> Hello, Is there a way to get the attributes of an element via a specified "path"? E.g. something like: (let ((xml "Added plan.")) (get-xml-element "//changelog/patch/@local_date" xml)) would return the string "Fri Apr 15 11:43:05 CEST 2005". A similar approach to get the text content of an element would be useful, (get-text-element "//changelog/patch/name" xml) would return "Added plan.". Thank you for your help. -- '(Yours parenthetically), peter barabas. ((call/cc call/cc) (call/cc call/cc))