Comparison.xsl: 두 판 사이의 차이
새 문서: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/xlink" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" encoding="UTF-8" indent="yes"/> <xsl:template match="/text_unit"> <html> <head> <title>논어 해석 비교 분석</title> <style> body { font-family: 'Malgun Gothic', sans-serif; line-height: 1.6; margin: 20px; color: #333; } h2 { color: #2c3e50... |
편집 요약 없음 |
||
| (같은 사용자의 중간 판 하나는 보이지 않습니다) | |||
| 1번째 줄: | 1번째 줄: | ||
<?xml version="1.0" encoding=" | <?xml version="1.0" encoding="utf-8"?> | ||
<xsl:stylesheet version="1.0 | <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
<xsl:output method="html" indent="yes" encoding="utf-8"/> | |||
<xsl:template match="/text_unit"> | <xsl:template match="/text_unit"> | ||
<html> | <html> | ||
<head> | <head> | ||
<title> | <title>고전 해석 비교 분석</title> | ||
<style> | <style> | ||
body { font-family: 'Malgun Gothic', sans-serif; line-height: 1.6; margin: 20px; color: #333; } | body { font-family: 'Malgun Gothic', sans-serif; line-height: 1.6; margin: 20px; color: #333; } | ||
| 20번째 줄: | 20번째 줄: | ||
</head> | </head> | ||
<body> | <body> | ||
<h1> | <h1>고전 해석 비교 분석 (<xsl:value-of select="@id"/>)</h1> | ||
<h2>1. Translation (원문 번역 비교)</h2> | <h2>1. Translation (원문 번역 비교)</h2> | ||
2026년 6월 8일 (월) 01:49 기준 최신판
<?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes" encoding="utf-8"/>
<xsl:template match="/text_unit">
고전 해석 비교 분석
고전 해석 비교 분석 ()
1. Translation (원문 번역 비교)
| commentator | translation |
|---|---|
2. Glossary (주요 어휘 해석)
| term | commentator | meaning | context |
|---|---|---|---|
|
|
3. Comparison Highlight (해석 관점 비교 핵심)
| dimension | highlight |
|---|---|
</xsl:stylesheet>