Need a reference to XML Coding Standards

webmasterbeta

New Member
I'm looking for some references that layout XML coding standards, e.g., "allElement names are lowercase with a hyphen separating multi-word name: for the type of an argument,the Element name wouldbe 'arg-type'." I'm somewhat inclined to use techniques for naming variablesin Java and C++ (lower caseinitial character, each subsequent word starts w/ upper case), but haven'tseen any examples where thatapproach has been used.
 
Back
Top