Difference between revisions of "ReasonsToUseTEI"

From TEIWiki
Jump to navigation Jump to search
(New page: This is a quick summary of reasons to use TEI * '''No 'Tag Soup.' ''' Many generators of HTML generate an apparently random collection of tags to get a fragment of content to look as expe...)
 
m (+ category "?")
Line 1: Line 1:
 +
[[category:?]]
 
This is a quick summary of reasons to use TEI
 
This is a quick summary of reasons to use TEI
  

Revision as of 15:43, 20 March 2009

This is a quick summary of reasons to use TEI

  • No 'Tag Soup.' Many generators of HTML generate an apparently random collection of tags to get a fragment of content to look as expected in a particular context, but when taken out of this context the tags are essentially useless. TEI prevents this from happening by defining legal occurrence scenarios of all tags, and providing rigorous tools check that the XML is valid. Presentation is handled by tools such as CSS, which was designed to handle presentation
  • Defined Semantics. Whereas HTML defines hold text should look with tags such as and , TEI defines what the content of the tag is, or what it means with tags such as <author/> and <opener/>.