about removing nodes having duplicate attribute in xslt Options
dhirajDac
Posted: Thursday, January 17, 2008 1:44:25 PM
Rank: Newbie

Joined: 1/17/2008
Posts: 6
hi All,
<rules>

<rule name="Application Exit">
<alert>
<action type="EMAIL">
</action>
</alert>
</rule>

<rule name="UPS">
<alert>
<action type="EMAIL">
</action>
</alert>
</rule>

<rule name="The driver">
<alert>
<action type="EMAIL">
</action>
</alert>
</rule>

<rule name="DNS">
<alert>
<action type="SERVICECONTROL">
</action>
</alert>
</rule>

<rules>

and i want to conert this xml into new xml format as:-

<item>
<action type="EMAIL">
<action type="SERVICECONTROL"
</item>

Please help me out...
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.