<font size="4">Hi all. <br>I would get this element in xml:</font><br><span style="font-family: courier new,monospace;"><br><date month="02" day="06"  /></span><br><br><font size="4">I have write this:
</font><br><br><span style="font-family: courier new,monospace;">date=ET.SubElement(idsreq,"date")</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        
date.set("month",month)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        date.set("day",day)</span><br clear="all"><br><font size="4">but i get this:
</font><br><br><span style="font-family: courier new,monospace;"><date day="06" month="02" /></span><br><br><font size="4">The attributes are not in my order!!<br>how i can get the attributes in right order???
<br>Thanks all.<br><br></font>-- <br>Sbaush