[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: BadgerFish
- From: peterhickman <peterhi@...>
- Date: Sun, 9 Dec 2007 12:39:52 +0000
I did a little test with '<root>some text<nested>text</nested>some
more text</root>' and all I got back was { root={ ["$"]="some more
text", nested={ ["$"]="text" } } }. The problem is the any xml
element can have multiple elements of the same name/type. Also
'<root><name>Tom</name><name>Dick</name><name>harry</name></root>'
seems to return some unexpected results, { root={ name={ { ["$"]
="Tom" }, { ["$"]="Dick" }, { ["$"]="harry" } } } }.
Am I trying to use this code beyond what it was designed for?
--
Robots AND tentacales, now that's what I call class