[
Lists Home |
Date Index |
Thread Index
]
Does it exist international recommendations or conventions about XML element
name and XML attributes declaration. What is the best ?
1.
<Document id="1234">
<ContentType></ContentType>
<Data name="blabla" orgName="titi"></Data>
</Document>
2.
<document id="1234">
<contentType></contentType>
<data name="blabla" orgName="titi"></cata>
</document>
3.
<document id="1234">
<content-type></content-type>
<data name="blabla" org-name="titi"></data>
</document>
4.
Others ????
What are your opinion ?
Regards. Yvan
Yvan Hess
Chief Software Architect
e-mail: yvan.hess@imtf.ch
phone : +41 (0)26 460 66 66
fax : +41 (0)26 460 66 60
Informatique-MTF SA
Route du Bleuet 1
CH-1762 Givisiez
Systemintegrators for eDocuments
http://www.imtf.com
DISCLAIMER
This message is intended only for use by the person to whom it is addressed.
It may contain information that is privileged and confidential. Its content
does not constitute a formal commitment by IMTF. If you are not the intended
recipient of this message, kindly notify the sender immediately and destroy
this message. Thank You.
|