[ create a new paste ] login | about

Link: http://codepad.org/SAnFP1hr    [ raw code | fork ]

C, pasted on May 10:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>  
    <records>  
    <employee>  
    <name>Sachin Kumar</name>  
    <salary>50000</salary>  
    </employee>  
    <employee>  
    <name>Rahul Kumar</name>  
    <salary>60000</salary>  
    </employee>  
    <employee>  
    <name>John Mike</name>  
    <salary>70000</salary>  
    </employee>  
    </records> 


Create a new paste based on this one


Comments: