• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

XML Rendering

LEGEND ,
Oct 01, 2007 Oct 01, 2007

Copy link to clipboard

Copied

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


TOPICS
Advanced techniques

Views

219

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 01, 2007 Oct 01, 2007

Copy link to clipboard

Copied

LATEST
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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation