Forums
This topic is locked
filter XML schema
Posted 16 Oct 2006 19:33:47
1
has voted
16 Oct 2006 19:33:47 David Tregoning posted:
I have managed to recieve the following XML schemaxmlgw.companieshouse.gov.uk/examples/companydetails_reply.xml
I have used the following code to extract the company name
<pre id=code><font face=courier size=2 id=code>Set objXMLCompanyNumbers = objXMLReturnedDoc.SelectSingleNode("//CompanyNumber"</font id=code></pre id=code>
Where objXMLReturnedDoc contains the XML schema.
How ever I do not know how to extract the <AddressLine> as there are 4 nodes for this.
Can anybody point me in the right direction
many thanks