a problem creating XML file with xmltextwriter

kaiser_amrod

New member
Joined
Aug 10, 2010
Messages
3
Programming Experience
3-5
hi, i have a problem when i create a XML file with xmltextwriter class. i have no idea how to generate this part of XML code in vb.net

VB.NET:
<reflexion xsi:schemaLocation="http://www.imsglobal.org/xsd/imsreflex_v1p0 http://www.imsglobal.org/xsd/imsreflex_v1p0.xsd http://www.imsglobal.org/xsd/imslip_v1p0 http://www.imsglobal.org/xsd/imslip_v1p0.xsd">
<lip:contentype>
<lip:referential>
<lip:indexid>reflexion_01</lip:indexid>
</lip:referential>
</lip:contentype>
<lip:date>
<lip:typename>
<lip:tysource sourcetype="standard">UKLeaP</lip:tysource>
<lip:tyvalue>Create</lip:tyvalue>
</lip:typename>
<lip:datetime>2004-02-13T18:12:45</lip:datetime>
</lip:date>

thank you.
 
Back
Top