We Recommend

Beginning XML Beginning XML
The perfect resource for beginning XML programmers, this guidebook shows you what XML is, how to use it, and what technologies surround it. The authors build on the strengths of previous editions while covering the latest changes in the XML landscape such as XQuery, RSS and Atom, and Ajax.


Posted By

wintondeshong on 09/05/07


Tagged

textmate template xml comment


Versions (?)


XML Document Comment Template


Published in: XML 


  1. <!--
  2. //////////////////////////////////////////////////////////////////////////////////
  3. $PROJECT_NAME
  4. ----------------------------------------------------------------------------------
  5. $PROJECT_DESCRIPTION
  6. - -------------------------------
  7. Created: $MONTH $DAY, $YEAR
  8. Created_by: $DEVELOPER_NAME
  9. Modified: $MONTH $DAY, $YEAR
  10. Modified_by: $DEVELOPER_NAME
  11. - -------------------------------
  12. Version: $VERSION_NUMBER
  13. ----------------------------------------------------------------------------------
  14. Tag Definitions:
  15. ..................................................................................
  16. <$ELEMENT_NAME $ATTRIBUTE_NAME="" />
  17. - $ELEMENT_DESCRIPTION
  18.  
  19. > Attributes:
  20. [$ATTRIBUTE_NAME]
  21. - $ATTRIBUTE_DESCRIPTION
  22.  
  23. > value: $TYPE_REQUIREMENTS
  24.  
  25. ..................................................................................
  26.  
  27. //////////////////////////////////////////////////////////////////////////////////
  28. -->

Report this snippet 

You need to login to post a comment.