On Fri, Jul 25, 2008 at 09:08:50AM +0700, Henrik Sarvell wrote: > I've had this discussion with Alex already, I ended up with this after it: > (setq Lst (in "atom.xml" (and (xml?) (xml))))
That's correct. However, in Tomas's case: > <!-- comment --> > <?xml version="1.0" encoding="UTF-8"?> there might still be a problem due to the 'comment' line. Is it needed (or even legal)? If so, you could skip that line: (setq Lst (in "file" (line) (and (xml?) (xml)))) Cheers, - Alex -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]