I'm using this xml to grab data to show in a browser.
<?xml version="1.0" encoding="UTF-8" ?>
- <recordset>
<tablecols>3</tablecols>
<fontcolor>9933CC</fontcolor>
<linkcolor>33FF33</linkcolor>
<bgcolor>99FFFF</bgcolor>
<tablewidth>400</tablewidth>
- <slot>
<description>Test 1</description>
<image>C:\somewhere</image>
<link>none</link>
<price>1.0000</price>
</slot>
- <slot>
<description>Test 3</description>
<image />
<link>none</link>
<price>3.0000</price>
</slot>
</recordset>
I keep getting this error:
Error: req.responseXML has no properties
Source File: Line: 32
Any suggestions on solutions will be appreciated.
Thanks
<?xml version="1.0" encoding="UTF-8" ?>
- <recordset>
<tablecols>3</tablecols>
<fontcolor>9933CC</fontcolor>
<linkcolor>33FF33</linkcolor>
<bgcolor>99FFFF</bgcolor>
<tablewidth>400</tablewidth>
- <slot>
<description>Test 1</description>
<image>C:\somewhere</image>
<link>none</link>
<price>1.0000</price>
</slot>
- <slot>
<description>Test 3</description>
<image />
<link>none</link>
<price>3.0000</price>
</slot>
</recordset>
I keep getting this error:
Error: req.responseXML has no properties
Source File: Line: 32
Any suggestions on solutions will be appreciated.
Thanks