<?xml version="1.0"?>
<TEI.2 id="FILENAME"> <!-- e.g., liki or lunyu -->
  <teiHeader type="text"> 
	 <fileDesc> 
		<titleStmt> 
		  <title type="proper">TEXT_TITLE</title> 
		  <title type="sub">TEXT_SUBTITLE</title> 
		  <!-- if necessary -->
		  <author> 
			 <name>AUTHOR_NAME</name> 
			 <!-- if necessary. The name should be the same as on the title page -->
		  </author> 
		</titleStmt> 
		<publicationStmt> 
		  <pubPlace>Charlottesville</pubPlace> 
		  <publisher>Institute for Advanced Technology in the
			 Humanities</publisher> 
		  <date>YEAR</date> <!-- year that the XML file was published -->
		  <availability> 
			 <p n="copyright">copy; YEAR by the Rector and Visitors of the
				University of Virginia</p> 
				<!-- year that the XML file was published -->
		  </availability> 
		</publicationStmt> 
		<notesStmt> 
		  <note>Digization was based on SOURCE_OF_CONTENTS.</note>
		  <!-- source here is the source of the content inside the <text> tags -->
		</notesStmt> 
		<sourceDesc> <!-- ?? What if there is only one referral edition? -->
		  <biblFull lang="english">		  
		  <!-- this section is bibliographic info about the english hard copy 
		  (the referral edition) -->
			 <titleStmt> 
				<title type="main">ENG_TEXT_MAIN_TITLE</title> 
				<title type="sub">ENG_TEXT_SUBTITLE</title> <!-- if necessary -->
				<author> 
				  <name>AUTHOR_NAME</name></author> <!-- if necessary -->
				<respStmt> <!-- if necessary, repeat if needed -->
				  <resp>JOB_PERFORMED</resp> <!-- e.g., editor -->
				  <name>NAME</name> 
				</respStmt> 
			 </titleStmt> 
			 <publicationStmt> 
				<publisher>PUBLISHER_OF_ENG_REF_ED</publisher> 
				<pubPlace>PUBLISHER_LOCATION</pubPlace> 
				<date>PUB_DATE</date> 
			 </publicationStmt> 
			 <seriesStmt> <!-- if necessary -->
				<title>SERIES_TITLE_NAME</title> <!-- repeat as necessary -->
			 </seriesStmt> 
			 <notesStmt> <!-- if necessary -->
				<note>NOTES_ABOUT_ENG_REF_ED</note> 
			 </notesStmt> 
		  </biblFull> 
		  <biblFull lang="chinese">
		  <!-- this section is bibliographic info about the chinese hard copy 
		  (the referral edition) -->
			 <titleStmt> 
				<title type="main">CH_TEXT_MAIN_TITLE</title> 
				<title type="sub">TEXT_SUBTITLE</title> <!-- if necessary -->
				<author> 
				  <name>AUTHOR_NAME</name></author> 
				<respStmt> <!-- if necessary -->
				  <resp>JOB_PERFORMED</resp> <!-- e.g., translator -->
				  <name>NAME</name> 
				</respStmt> 
			 </titleStmt> 
			 <publicationStmt> 
				<publisher>PUBLISHER_OF_CH_REF_ED</publisher> 
				<pubPlace>PUBLISHER_LOCATION</pubPlace> 
				<date>PUB_DATE</date> 
			 </publicationStmt> 
			 <seriesStmt> <!-- if necessary -->
				<title>SERIES_TITLE_NAME</title> <!-- repeat as necessary -->
			 </seriesStmt> 
			 <notesStmt> <!-- if necessary -->
				<note>NOTES_ABOUT_CH_REF_ED</note> 
			 </notesStmt> 
		  </biblFull> 
		</sourceDesc> 
	 </fileDesc> 
	 <profileDesc> 
		<langUsage> 
		  <language id="chinese">Traditional Chinese</language> 
		  <language id="english">English</language> 
		</langUsage> 
	 </profileDesc> 
	 <revisionDesc> 
		<change> <!-- repeat change section as required -->
		  <date>DATE_OF_CHANGE</date> 
		  <respStmt> 
			 <name>NAME</name> 
			 <resp>POSITION</resp> <!-- such as grad student or project manager -->
		  </respStmt> 
		  <item>DESCRIPTION_OF_CHANGES</item> <!-- please be specific -->
		</change> 
	 </revisionDesc> 
  </teiHeader> 
  <text> 
	 <front TEIform="front"> 
		<titlePage TEIform="titlePage" id="tpage"> 
		  <docTitle> 
			 <titlePart lang="chinese"
			  type="main">CHINESE_CHARACTERS_TITLE</titlePart> 
			 <titlePart lang="chinese"
			  type="sub">CHINESE_CHARACTERS_SUBTITLE</titlePart> 
			 <titlePart lang="english" type="main">ENGLISH_TITLE</titlePart> 
			 <titlePart lang="english" type="sub">ENGLISH_SUBTITLE</titlePart> 
		  </docTitle> 
		  <!-- bylines refers to electronic content, use as needed -->
		  <byline>By 
			 <docAuthor lang="chinese">CHINESE_CHARACTERS_AUTHOR</docAuthor> 
			 <docAuthor lang="english">AUTHOR_NAME</docAuthor></byline> 
		  <byline>Translated by 
			 <docAuthor lang="chinese">CHINESE_CHARACTERS_TRANSLATOR</docAuthor> 
			 <docAuthor lang="english">TRANSLATOR_NAME</docAuthor> </byline> 
		  <byline>Edited by 
			 <docAuthor lang="chinese">CHINESE_CHARACTERS_EDITOR(S)</docAuthor> 
			 <docAuthor lang="english">EDITOR_NAME</docAuthor></byline>
		  <docImprint> 
			 <publisher lang="chinese">人 文 先 進 技 術 研 究 所</publisher> 
			 <publisher lang="english">Institute for Advanced Technology in the
				Humanities </publisher> 
			 <pubPlace lang="chinese">維 吉 尼 亞 大 學<lb/>夏 洛 城</pubPlace> 
			 <pubPlace lang="english">Charlottesville, VA</pubPlace></docImprint> 
		</titlePage> 
	 </front> 
	 <body> 
<!-- best practices:
1) Put a space at the end of headers: <head>XXX </head> [Actually, no, since 
Cindy will fix the stylesheet]

2) Always specify language with content (i.e., in <head>, <p>, <seg>, etc.)

3) Content must appear inside a <div2> or <div3> and there must be a <head> tag. 
E.g.:
<div1>
 <head lang="english">Book 1 </head>
 <div2>
 	<head lang="english">Book 1, part 1 </head>
		<p lang="english">blah blah.</p>

This applies even if there is only one section in the <div1> content and no real 
need for a <div2>. The stylesheet will not render the content properly.	

[Cindy is going to fix the stylesheet, so hopefully this won't be necessary]

4) To enter a letter with a diacritical mark (such as an umlaut or circumflex 
accent) in XMetaL, use the Special Characters toolbar at the bottom of the page. 
Click the appropriate letter and it will appear in the text. If the toolbar is 
not visible, go to the Insert menu and click the Special Characters entry.

If you are not in XMetaL, you can use Unicode hexadecimal references (which are 
written in the form "&#x[combination of letters and numbers];"). E.g.

&#xE2; for â
&#x1CD; for Â

Go to <http://www.zvon.org/other/charSearch/PHP/search.php> and enter a letter 
(such as "a" or "A") in the query box to see the hex codes for your desired 
character. 

 -->
		<div1> 
		  <p></p> 
		</div1> 
	 </body> 
	 <back> 
	 </back> 
  </text> 
</TEI.2>
