I am new to xmls/xsd and someone asked me to look at Castor.
We are trying to produce the following:
<transccion>
<solicitud>
<campo nombre="COD_REQ"> codeReq </campo>
<campo nombre="COD_REQ_VU">test</campo>
<campo nombre="SITUACION">some situation</campo>
<campo nombre="F_PREV_ENT">20061010031500</campo>
<campo nombre="ID_AVISO">8100041191</campo>
</solicitud>
</transccion>We have an XSD file but am not sure how to specify the xsd file in order to create the xml. Thanks

