Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - sara_dahmani

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


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

> (save "example.lsp" 'mysymbol)
true


Thanks so much, have a nice day,
#2
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 ?
#3
Anything else we might add? / saving the buffer
May 17, 2013, 04:30:48 PM
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.