Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

XML Rendering

0 views
Skip to first unread message

Adobe Forums

unread,
Oct 1, 2007, 8:46:39 PM10/1/07
to
Stupid question, but how can you walk down this result to get to the
address? I am stuck on the first tag.

<?xml version="1.0" encoding="utf-8" ?>
- <SearchResults:searchresults
xsi:schemaLocation="http://www.zillow.com/static/xsd/SearchResults.xsd
/vstatic/ad61129f275e26eed3e3f3aba47dcc02/static/xsd/SearchResults.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SearchResults="http://www.zillow.com/static/xsd/SearchResults.xsd">
- <request>
<address />
<citystatezip />
</request>
- <message>
<text>Error: invalid or missing ZWSID parameter</text>
<code>2</code>
</message>
</SearchResults:searchresults>

--
Wally Kolcz
MyNextPet.org
Founder / Developer
586.871.4126


PaulH **AdobeCommunityExpert**

unread,
Oct 1, 2007, 10:05:35 PM10/1/07
to
Adobe Forums wrote:
> <?xml version="1.0" encoding="utf-8" ?>
> - <SearchResults:searchresults
> xsi:schemaLocation="http://www.zillow.com/static/xsd/SearchResults.xsd
> /vstatic/ad61129f275e26eed3e3f3aba47dcc02/static/xsd/SearchResults.xsd"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:SearchResults="http://www.zillow.com/static/xsd/SearchResults.xsd">
> - <request>
> <address />
> <citystatezip />
> </request>
> - <message>
> <text>Error: invalid or missing ZWSID parameter</text>
> <code>2</code>
> </message>
> </SearchResults:searchresults>

assuming you parsed this or created an xml var named "x":

x['SearchResults:searchresults'].request.address

0 new messages