Forum Discussion
nmrao
11 years agoCommunity Hero
Here is another example with different name spaces and column data in attribute this time instead of node. May be you will be more clear.
The trick is if you select first element, you have to select its child node only for column xpath. Hope this is clear.
And the steps in the screen shots
The trick is if you select first element, you have to select its child node only for column xpath. Hope this is clear.
<urn:cities xmlns:urn="http://example.com/cities" xmlns:urn1="http://example.com/city">
<urn1:city name='Beijing' />
<urn1:city name='Tokyo' />
<urn1:city name='Moscow' />
<urn1:city name='Moscow' />
<urn1:city name='Jakarta' />
<urn1:city name='Seoul' />
</urn:cities>
And the steps in the screen shots