Hi all,
I am a very beginner to CL. I am going through the book in gigamonkeys.com.
I am a very beginner to CL. I am going through the book in gigamonkeys.com.
(setq data (car data))
(setq lsr-xml (gethash 'cl-user::LSR_XML data)) ;; seem to have to refer to cl-user to make this work right
(setq xml-as-list (get-list-from-xml lsr-xml t))In the above code , i get a soap request and set to lsr-xml variable. i need to unwrap the content from the soap request. Please help me. I appreciate all your help. Thanks for your time and help.