Unfortunately, I'm not seeing a realy strict pattern here--certainly not one strict enough to rely on dynamic resolutions. This is why XML exists, my friend. Is there any way you could get the same data in an XML format? Or is this just the way it'll always be? If so, I'll need some more "rules" this schema follows, as I'm not seeing a set-in-stone one really (ie sometimes null is present, while others, the colon is omitted entirely--what happened?)
Get back to me,
Nate
P.S.: I took the liberty of... cleaning up the above code a bit. It still won't work as expected, but at least it will compile (well it should, didn't try yet either, heh), and look a little more elegant.





by: TribmosPosted on 2009-10-23 at 11:37:14ID: 25647076
The below example assumes that the characters ',' and ':' are only found as seperators.
Didnt run this through a compiler but it should be close to what you asked.
Select allOpen in new window