Click here to Skip to main content
15,905,028 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have
Ctreated an XMl file Like this

XML
<?xml version="1.0" encoding="UTF-8"?>
<MTS>
</MTS>


now i am draging and droping the three node
so when i do drag drop for this nodei want to wite the naem of the node
in this Xml file like this
<<pre lang="xml">Test>

<Name>jkl</Name>
</Test>
<Test>

<Name>ff</Name>
</Test>
Posted
Comments
kedar001 23-Jan-14 1:44am    
Please provide proper xml format.
rahuls1 23-Jan-14 1:48am    
above is the Xml and write in that MTS..
rahuls1 23-Jan-14 1:49am    
<mts>
<test>
<name>1<name>


i wnat to write this <test> and <name> content in the xml file i shown abobe..
BillWoodruff 23-Jan-14 5:20am    
What exactly are you dragging and what is the target you are dropping on ?

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900