Hi,
i have a XML File:
<Task>
<Step Name="test1">
<Column Name="type">Creation</Column>
<Column Name="version">2.0</Column>
</Step>
<Step Name="test2">
<Column Name="type">Creation</Column>
</Step>
</Task>
So how do i get the Attribute in the Column with the name version?
Best regards
Tobias Alraun