hi,
i have a xml which contain some integer value, i have to check value is greater than 100 or not. if its greater than 100 then i need to increment one value and in the end i have to produce number of node has more than 100 value.
the sample xml is,
<Modules>
<Module Name="LexisNexis.Alerts.dll" AssemblyVersion="1.0.0.0" FileVersion="1.0.0.0">
<Metrics>
<Metric Name="MaintainabilityIndex" Value="84" />
<Metric Name="CyclomaticComplexity" Value="2,178" />
<Metric Name="ClassCoupling" Value="448" />
<Metric Name="DepthOfInheritance" Value="7" />
<Metric Name="LinesOfCode" Value="4,120" />
</Metrics>