DivFragments.odd: Difference between revisions

From TEIWiki
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
[[Category:Customization]]
ODD to allow validation of files that are broken up into individual files by their <div> elements.  Warning: Very dangerous and people using this method should make sure they know what they are doing.
ODD to allow validation of files that are broken up into individual files by their <div> elements.  Warning: Very dangerous and people using this method should make sure they know what they are doing.



Revision as of 13:07, 7 March 2006

ODD to allow validation of files that are broken up into individual files by their

elements. Warning: Very dangerous and people using this method should make sure they know what they are doing.

<?xml version="1.0"?>
<TEI xml:lang="en" xmlns="http://www.tei-c.org/ns/1.0">
	<teiHeader>
		<fileDesc>
			<titleStmt>
				<title>Allow 'div' as start element</title>
				<author>James Cummings</author>
			</titleStmt>
			<publicationStmt>
				<p>Anyone who wants it can use it.</p>
			</publicationStmt>
			<sourceDesc>
				<p>Born digital</p>
			</sourceDesc>
		</fileDesc>
	</teiHeader>
	<text>
		<body>
			<divGen type="toc"/>
			<schemaSpec ident="myTei" xml:lang="en" start="TEI teiCorpus div">
				<moduleRef key="core"/>
				<moduleRef key="tei"/>
				<moduleRef key="header"/>
				<moduleRef key="textstructure"/>
				<moduleRef key="analysis"/>
				<moduleRef key="certainty"/>
				<moduleRef key="corpus"/>
				<moduleRef key="declarefs"/>
				<moduleRef key="dictionaries"/>
				<moduleRef key="drama"/>
				<moduleRef key="figures"/>
				<moduleRef key="gaiji"/>
				<moduleRef key="iso-fs"/>
				<moduleRef key="linking"/>
				<moduleRef key="msdescription"/>
				<moduleRef key="namesdates"/>
				<moduleRef key="nets"/>
				<moduleRef key="spoken"/>
				<moduleRef key="tagdocs"/>
				<moduleRef key="textcrit"/>
				<moduleRef key="transcr"/>
				<moduleRef key="verse"/>
			</schemaSpec>
		</body>
	</text>
</TEI>