berkshirea
Technical User
Hi guys, can you give me an idea how to get the value of 'OrganisationId' using XSL? I've been trying but can't get my head round it.
Thanks for your help.
Thanks for your help.
Code:
<?xml version="1.0" encoding="utf-8" ?>
<Organisation xmlns:i="[URL unfurl="true"]http://www.w3.org/2001/XMLSchema-instance"[/URL] xmlns="[URL unfurl="true"]http://schemas.data.org/2003/07/company.Syndication.Resource.Org">[/URL]
<Fax>1232 566754</Fax>
<Latitude>11.908138275146484</Latitude>
<Longitude>-111.4089328050613403</Longitude>
<ModifiedDate>2014-12-11T08:27:56.367</ModifiedDate>
<Name>Nice View</Name>
<Northing>0</Northing>
<OdsCode>B1234</OdsCode>
<OrganisationId>789</OrganisationId>
<OrganisationTypeId i:nil="true" />
.
.
.
</Organisation>