<cRefPattern>
<cRefPattern> (표준 참조 유형) 표준 참조를 URI로 변환하기 위한 표현 및 대체 유형을 명시한다. 2.3.5.3 Milestone Method 2.3.5 The Reference System Declaration 2.3.5.2 Search-and-Replace Method | |||||||||||||||||
모듈 | header — 2 The TEI Header | ||||||||||||||||
전체 속성에 부가 |
|
||||||||||||||||
에 의해 사용된 | |||||||||||||||||
포함할 수 있다 | |||||||||||||||||
선언 |
element cRefPattern { att.global.attributes, attribute matchPattern { data.pattern }, attribute replacementPattern { text }, model.pLike* } |
||||||||||||||||
예 |
<cRefPattern
matchPattern="([1-9A-Za-z]+)\s+([0-9]+):([0-9]+)" replacementPattern="#xpath(//div[@type='book'][@n='$1']/div[@type='chap'][@n='$2']/div[@type='verse'][@n='$3'])"/> |