[
Lists Home |
Date Index |
Thread Index
]
Please see [1], in which I described such a convention in Sept. 2003.
Kind Regards,
Joe Chiusano
Booz | Allen | Hamilton
Strategy and Technology Consultants to the World
[1] http://lists.xml.org/archives/xml-dev/200309/msg00512.html
Hess Yvan wrote:
>
> 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.
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
|