(2-25) 각주 문구입력시 연속된 2개이상의 공백 처리 / json파일수정
This commit is contained in:
@@ -468,8 +468,8 @@
|
||||
"item": "문구② (2. 경복궁(Gyeongbokgung))/③ 진하게"
|
||||
},
|
||||
"2-25":{
|
||||
"path":"boolean(//CHAR[contains(text(),'종묘')]/following-sibling::FOOTNOTE/descendant::CHAR[contains(text(),'조선 시대에, 임금과 왕비의 위패를 모시던 사당')])",
|
||||
"path2": "boolean(//CHAR[substring(., string-length(.) - string-length('종묘') + 1) = '종묘']/following-sibling::FOOTNOTE/descendant::CHAR[contains(text(),'조선 시대에, 임금과 왕비의 위패를 모시던 사당')])",
|
||||
"path":"boolean(//CHAR[contains(text(),'종묘')]/following-sibling::FOOTNOTE/descendant::CHAR[contains(normalize-space(text()),'조선 시대에, 임금과 왕비의 위패를 모시던 사당')])",
|
||||
"path2": "boolean(//CHAR[substring(., string-length(.) - string-length('종묘') + 1) = '종묘']/following-sibling::FOOTNOTE/descendant::CHAR[contains(normalize-space(text()),'조선 시대에, 임금과 왕비의 위패를 모시던 사당')])",
|
||||
"searchValue": null,
|
||||
"value":true,
|
||||
"points": 3,
|
||||
|
||||
Reference in New Issue
Block a user