(2-25) 각주 문구입력시 연속된 2개이상의 공백 처리 / json파일수정

This commit is contained in:
2025-02-28 16:11:21 +09:00
parent 54fe576d82
commit 3f2b68cdf8
10 changed files with 20 additions and 20 deletions

View File

@@ -468,8 +468,8 @@
"item": "문구② (2. 단짠음식 줄이고 건강관리)/③ 진하게"
},
"2-25":{
"path":"boolean(//CHAR[contains(text(),'MZ세대')]/ancestor::TEXT/FOOTNOTE/descendant::CHAR[contains(text(),'1980년대 초 ~ 2000년대 초 출생자')])",
"path2": "boolean(//CHAR[substring(., string-length(.) - string-length('MZ세대') + 1) = 'MZ세대']/following-sibling::FOOTNOTE/descendant::CHAR[contains(text(),'1980년대 초 ~ 2000년대 초 출생자')])",
"path":"boolean(//CHAR[contains(text(),'MZ세대')]/ancestor::TEXT/FOOTNOTE/descendant::CHAR[contains(normalize-space(text()),'1980년대 초 ~ 2000년대 초 출생자')])",
"path2": "boolean(//CHAR[substring(., string-length(.) - string-length('MZ세대') + 1) = 'MZ세대']/following-sibling::FOOTNOTE/descendant::CHAR[contains(normalize-space(text()),'1980년대 초 ~ 2000년대 초 출생자')])",
"searchValue": null,
"value":true,
"points": 3,