Here's the gospel on xml.getAddressList -- I don't use it.
I loop over the elements of a table. It's more efficient anyway, and there's
a limit in xml.getAddressList, that you've apparently run up against, which
makes it unsuitable for general applications.
If you poke around in system.verbs.xxx you'll find some sample code,
iteration over levels of XML structures is all over the place. Try looking
in radioCommunityServer.root. If you really get stuck I'll go dig some up
for you.
File this under "We Make Shitty Software. With Bugs."
Dave
----- Original Message -----
From: "Matt Mower" <mmower@...>
To: <radio-dev@yahoogroups.com>
Sent: Wednesday, May 14, 2003 2:43 PM
Subject: RE: [radio-dev] xml.getAddressList() is breaking
> Hi Eric,
>
> > what about
> >
> > topic(@adrTopicRec^)
> >
>
> I'm not sure why, but this didn't work. adrTopicRec ended up referring
> back to the parent element and not a child.
>
> > Or something that will really work, but may not be feasable.
> >
> > localCopy = baseAddr^
> > local (nodes = xml.getAddressList(localCopy,"outline")
> >
>
> This seems to be the only option left open to me. Fortunately the
> structures I am reading at the moment aren't too extensive but I really
> don't like it. I thought 255 character length limits went out with
> Pascal and bubble memory.
>
> Many thanks for your help Eric, much appreciated.
>
> Regards,
>
> Matt
>
>
>
>
> To unsubscribe from this group, send an email to:
> radio-dev-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>