I want to create a simple form to output to an xml file. the form will contain approx 20 fields. i'm working with visual studio.
here is an example of the end product.
<?xml version="1.0" encoding="UTF-8"?>
<topmostSubform><!--******
**********
**********
**********
**********
**********
**********
**********
**
If you receive this data file: ...
**************************
**********
**********
**********
**********
**********
**-->
<Description>Information</
Descriptio
n>
<IncidentNumber>1000/43/08
</Incident
Number>
<LocationofIncident>13</Lo
cationofIn
cident>
<FacilityID>17</FacilityID
>
<TimeofIncident>22.15</Tim
eofInciden
t>
<DateofIncident>25/06/2008
</DateofIn
cident>
<WellName>was</WellName>
<Operator>situtation</Oper
ator>
<Name>name<Name/>
<WhereInjuriesSustained>7<
/WhereInju
riesSustai
ned>
<Cause>7</Cause>
<CorrectiveAction>informat
ion</Corre
ctiveActio
n>
<Consequence>4</Consequenc
e>
<Likelihood>4</Likelihood>
<FullInvestigation>3</Full
Investigat
ion>
<LogDate>25/06/2008</LogDa
te>
<Position>Manager</Positio
n>
<CompletedBy>names</Comple
tedBy>
<Operator>name2</Operator>
</topmostSubform>
Start Free Trial