Click here to Skip to main content
15,886,639 members

Comments by VDima77 (Top 3 by date)

VDima77 19-Jun-19 2:28am View    
My example is following . This is expected output , when student2 and student1 has the same address path. I need to load this xml into Student object

Student1.xml
-----------
<student>
<adress>c:\addres.xml<\adress>
<grades> c:\grades1.xml

Student2.xml
-------------
<student>
<adress>c:\addres.xml<\adress>
<grades> c:\grades2.xml
VDima77 19-Jun-19 2:23am View    
Deleted
My example is following . This is expected output , when student2 and student1 has the same address path. I need to load this xml into Student object

Student1.xml
<student>
c:\addres1.xml
<grades> c:\grades1.xml


Student2.xml
<student>
c:\addres1.xml
<grades> c:\grades2.xml
VDima77 18-Jun-19 15:39pm View    
I would like to load properties by demand and sharing the same xml between two objects