Difference between revisions of "Talk:Best Practices for TEI in Libraries"

From TEIWiki
Jump to navigation Jump to search
(@(xml:)id, TEI(.2))
m
Line 2: Line 2:
  
 
* You probably want to change the @id in a few places to @xml:id. And the examples have TEI.2 as the root. [[User:Piotr Banski|Piotr]] 22:48, 19 October 2008 (EDT)
 
* You probably want to change the @id in a few places to @xml:id. And the examples have TEI.2 as the root. [[User:Piotr Banski|Piotr]] 22:48, 19 October 2008 (EDT)
 +
 +
Yes, at some point soon we will need to change
 +
* id= to xml:id=
 +
* <TEI.2> to <TEI xmlns=...>
 +
* target="blah" to target="#blah"
 +
passim. Will also need to ditch the bit on entities. Maybe I can get to these later today.
 +
 +
We also need to figure out what to do about the recommendation for lang=. That's a tougher issue, because it's not just a syntax change. Our guildelines for best practice are at odds with the TEI Guidelines and the IETF best current practices.

Revision as of 21:08, 21 October 2008

Some comments for TEI Header Guidelines

  • You probably want to change the @id in a few places to @xml:id. And the examples have TEI.2 as the root. Piotr 22:48, 19 October 2008 (EDT)

Yes, at some point soon we will need to change

  • id= to xml:id=
  • <TEI.2> to <TEI xmlns=...>
  • target="blah" to target="#blah"

passim. Will also need to ditch the bit on entities. Maybe I can get to these later today.

We also need to figure out what to do about the recommendation for lang=. That's a tougher issue, because it's not just a syntax change. Our guildelines for best practice are at odds with the TEI Guidelines and the IETF best current practices.