Search found 2 matches
- Sun Jan 27, 2013 4:09 pm
- Forum: newLISP in the real world
- Topic: Newbie question
- Replies: 6
- Views: 4639
Re: Newbie question
Well, if it works reliably on your test examples, it's 'good enough' code! :) I think there's no real alternative to carefully slicing it up like you're doing. Although by slicing the XML into pieces presumably it's no longer valid XML when it comes out...? That's right. I was thinking of outputtin...
- Sun Jan 27, 2013 12:26 am
- Forum: newLISP in the real world
- Topic: Newbie question
- Replies: 6
- Views: 4639
Newbie question
I'm new to newLISP and to LISP in general. I am trying return a slice of an xml-parsed nested list but I can't work out the syntax. Essentially I'm trying isolate all the list between the first and last horizontal rules. I have made a kludge which seems to work, but I would like to know how to do th...