「《新修華嚴經疏鈔》數位典藏平台建置專案工作手冊」:修訂間差異
出自DILA Wiki
imported>Sinyue (新頁面: 標記) |
imported>Sinyue 無編輯摘要 |
||
行 1: | 行 1: | ||
標記 | =Namespaces= | ||
<syntaxhighlight lang="XML"> | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> | |||
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" | |||
schematypens="http://purl.oclc.org/dsdl/schematron"?> | |||
<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:xi="http://www.w3.org/2001/XInclude"> | |||
</syntaxhighlight> | |||
=TeiHeader= | |||
<syntaxhighlight lang="XML"> | |||
<teiHeader> | |||
<fileDesc> | |||
<titleStmt> | |||
<title>新修華嚴經疏鈔</title> | |||
<funder>財團法人台北市華嚴蓮社</funder> | |||
<principal>賢度法師</principal> | |||
</titleStmt> | |||
<editionStmt> | |||
<edition>Version 1.0, TEI P5 <date when="2015"/></edition> | |||
</editionStmt> | |||
<publicationStmt> | |||
<p>本電子檔智慧財產權屬於台北市華嚴蓮社,不得散佈發行。</p> | |||
</publicationStmt> | |||
<sourceDesc> | |||
<bibl> | |||
<title>新修華嚴經疏鈔</title> | |||
<respStmt><resp>發行人</resp><name>成一長老</name></respStmt> | |||
<publisher>財團法人台北市華嚴蓮社</publisher> | |||
<respStmt><resp>主編</resp><name>華嚴編藏會</name></respStmt> | |||
<pubPlace>台北市,台灣</pubPlace> | |||
<date when="2001-07-01">中華民國九〇年七月一日</date> | |||
</bibl> | |||
</sourceDesc> | |||
</fileDesc> | |||
<revisionDesc> | |||
<change when="2015-04"><name>周邦信</name> MS Word 轉為 TEI P5 標記</change> | |||
</revisionDesc> | |||
</teiHeader> |
於 2016年1月5日 (二) 10:02 的修訂
Namespaces
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml"
schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
TeiHeader
<syntaxhighlight lang="XML">
<teiHeader> <fileDesc> <titleStmt> <title>新修華嚴經疏鈔</title> <funder>財團法人台北市華嚴蓮社</funder> <principal>賢度法師</principal> </titleStmt> <editionStmt> <edition>Version 1.0, TEI P5 <date when="2015"/></edition> </editionStmt> <publicationStmt>
本電子檔智慧財產權屬於台北市華嚴蓮社,不得散佈發行。
</publicationStmt> <sourceDesc> <bibl> <title>新修華嚴經疏鈔</title> <respStmt><resp>發行人</resp><name>成一長老</name></respStmt> <publisher>財團法人台北市華嚴蓮社</publisher> <respStmt><resp>主編</resp><name>華嚴編藏會</name></respStmt> <pubPlace>台北市,台灣</pubPlace> <date when="2001-07-01">中華民國九〇年七月一日</date> </bibl> </sourceDesc> </fileDesc> <revisionDesc> <change when="2015-04"><name>周邦信</name> MS Word 轉為 TEI P5 標記</change> </revisionDesc> </teiHeader>