Search found 3 matches

by sara_dahmani
Sat May 18, 2013 10:12 pm
Forum: Anything else we might add?
Topic: saving the buffer
Replies: 4
Views: 4604

Re: saving the buffer

perfect , i corrected the syntaxe and it is working now.

Code: Select all

> (setf mysymbol (xml-parse (read-file "ex.xml")))

> (save "example.lsp" 'mysymbol)
true
Thanks so much, have a nice day,
by sara_dahmani
Sat May 18, 2013 11:30 am
Forum: Anything else we might add?
Topic: saving the buffer
Replies: 4
Views: 4604

Re: saving the buffer

hi,
thanks rickyboy for your answer, i already tried the function save :
(save "output.lsp" xml-parse (read-file "input.xml"))
am i doing it wrong ?
by sara_dahmani
Fri May 17, 2013 11:30 pm
Forum: Anything else we might add?
Topic: saving the buffer
Replies: 4
Views: 4604

saving the buffer

Hi,

I'm a new user on newLISP and I would like to know how to save the result of an xml-parse on an xml file to an lsp file.

Best Regards.