연습:인명록.xsl: 두 판 사이의 차이
편집 요약 없음 |
편집 요약 없음 |
||
| (같은 사용자의 중간 판 2개는 보이지 않습니다) | |||
| 6번째 줄: | 6번째 줄: | ||
<style> | <style> | ||
.person-table { width: 100%; border-collapse: collapse; font-family: "Malgun Gothic", serif; } | .person-table { width: 100%; border-collapse: collapse; font-family: "Malgun Gothic", serif; } | ||
.person-table td { border: 1px solid #aaa; padding: 15px; text-align: left; } | |||
.person-table th { background-color: #e8f0f7; color: #2c3e50; } | .person-table th { border: 1px solid #aaa; padding: 15px; background-color: #e8f0f7; color: #2c3e50; text-align: center; } | ||
.name-cell { font-weight: bold; font-size: 1.1em; color: # | .name-cell { font-weight: bold; font-size: 1.1em; color: #0054d3; } | ||
.honorific-tag { display: inline-block; background: #eee; padding: 2px 6px; border-radius: 4px; font-size: 0.9em; margin-bottom: 5px; } | .honorific-tag { display: inline-block; background: #eee; padding: 2px 6px; border-radius: 4px; font-size: 0.9em; margin-bottom: 5px; } | ||
.works-list { margin: 0; padding-left: 20px; color: #2980b9; } | .works-list { margin: 0; padding-left: 20px; color: #2980b9; } | ||
| 43번째 줄: | 43번째 줄: | ||
</xsl:template> | </xsl:template> | ||
</xsl:stylesheet> | </xsl:stylesheet> | ||
==오류 검사== | |||
{{ ValidateXml | xml=연습:인명록.xsl }} | |||
[[분류:Xml]] [[분류:김현]] | |||
2026년 3월 1일 (일) 23:35 기준 최신판
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
| 이름 / 호 | 생몰년 | 설명 | 주요 저작/작품 |
|---|---|---|---|
|
|
|
</xsl:stylesheet>
오류 검사[편집]
🔍 XML 유효성 검사기: 연습:인명록.xsl