틀:ValidateXml: 두 판 사이의 차이
새 문서: <noinclude> 이 템플릿은 지정된 XML 문서의 문법적 오류를 실시간으로 검사하여 리포트를 보여줍니다. == 사용법 == <pre> {{ValidateXml | xml = XML_문서_이름 | height = 창높이(기본 250px) }} </pre> </noinclude> <includeonly> {{#tag:html| <div class="xml-validator-container" style="margin: 15px 0;"> <div style="font-size: 0.9em; font-weight: bold; margin-bottom: 5px; color: #4a5568;">🔍 XML 유효성 검사기: {{{xml}}}</div> <... |
편집 요약 없음 |
||
| 11번째 줄: | 11번째 줄: | ||
<div class="xml-validator-container" style="margin: 15px 0;"> | <div class="xml-validator-container" style="margin: 15px 0;"> | ||
<div style="font-size: 0.9em; font-weight: bold; margin-bottom: 5px; color: #4a5568;">🔍 XML 유효성 검사기: {{{xml}}}</div> | <div style="font-size: 0.9em; font-weight: bold; margin-bottom: 5px; color: #4a5568;">🔍 XML 유효성 검사기: {{{xml}}}</div> | ||
<iframe src="https://app.vaquitalab.com/sndms/ | <iframe src="https://app.vaquitalab.com/sndms/xvalidate?wiki={{SERVERNAME}}{{SCRIPTPATH}}&xml={{{xml}}}" | ||
width="100%" | width="100%" | ||
height="{{{height|250px}}}" | height="{{{height|250px}}}" | ||
2026년 3월 1일 (일) 23:11 판
이 템플릿은 지정된 XML 문서의 문법적 오류를 실시간으로 검사하여 리포트를 보여줍니다.
사용법
{{ValidateXml | xml = XML_문서_이름 | height = 창높이(기본 250px) }}