Re: Using PRXML lib

2010-06-12 Thread James Reeves
You can also change the binding of *out* to point directly to your file writer. - James On 12 June 2010 20:43, Emeka wrote: > Thanks, it worked :( > > On Sat, Jun 12, 2010 at 8:23 PM, Moritz Ulrich > wrote: >> >> You can use (with-out-str &body) to capture the output or prxml to a >> string and

Re: Using PRXML lib

2010-06-12 Thread Emeka
Thanks, it worked :( On Sat, Jun 12, 2010 at 8:23 PM, Moritz Ulrich wrote: > You can use (with-out-str &body) to capture the output or prxml to a > string and write that string to a file. > > On Sat, Jun 12, 2010 at 8:53 PM, Emeka wrote: > > Could someone direct me on how to write the output of

Re: Using PRXML lib

2010-06-12 Thread Emeka
Hello Moritz, prxml form prints on the console, my aim is to redirect it to print to a file. I have not been able to achieve this. I have looked at the prxml lib code, it prints to *out*, it returns nil. My interest is on capturing the output of prxml and writing it to a file. Regards, Emeka On

Re: Using PRXML lib

2010-06-12 Thread Moritz Ulrich
You can use (with-out-str &body) to capture the output or prxml to a string and write that string to a file. On Sat, Jun 12, 2010 at 8:53 PM, Emeka wrote: > Could someone direct me on how to write the output of prxml form to a file? -- Moritz Ulrich Programmer, Student, Almost normal Guy htt

Using PRXML lib

2010-06-12 Thread Emeka
Hello All, Could someone direct me on how to write the output of prxml form to a file? Regards, Emeka -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are