Re: problem reading XML

2008-08-08 Thread Alexander Burger
Hi Tomas, >(from "]]>")) > > was necessary in the parent process because (echo "]]>") in the child > process did not seem to affect stdin of the parent process and all Ah, yes. That's what happens. Parent and child have independent I/O structures. Thinking about it, I just found an error i

Re: pipes & redirection

2008-08-08 Thread Tomas Hlavaty
Hi Alex, >(out (list 'sh "-c" (pack "bcrypt " F " 2>/dev/null)) > (prinl Salt) > ... ) I like that. Thanks for advice, Tomas -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]

Re: problem reading XML

2008-08-08 Thread Tomas Hlavaty
Hi Alex, > I'll run & test your changed code and let you know. the updated file xml.l is attached. Cheers, Tomas xml.l Description: Binary data

Re: problem reading XML

2008-08-08 Thread Tomas Hlavaty
Hi Alex, > 1. There was a slight error (still '_xml2' instead of '_xml') Oops, sorry about that. > 2. I replaced occurrences like > > (ifn (= '`(chop "DOCTYPE") > (list (char) (char) (char) (char) (char) (char) (char))) > >with > > (if (find '((C) (<> C (char))) '`(chop