연습:인명록.xsl: 두 판 사이의 차이

Vaquita Wiki
편집 요약 없음
편집 요약 없음
8번째 줄: 8번째 줄:
                 .person-table th, .person-table td { border: 1px solid #aaa; padding: 15px; text-align: left; }
                 .person-table th, .person-table td { border: 1px solid #aaa; padding: 15px; text-align: left; }
                 .person-table th { background-color: #e8f0f7; color: #2c3e50; }
                 .person-table th { background-color: #e8f0f7; color: #2c3e50; }
                 .name-cell { font-weight: bold; font-size: 1.1em; color: #d35400; }
                 .name-cell { font-weight: bold; font-size: 1.1em; color: #00d354; }
                 .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; }

2026년 2월 26일 (목) 23:44 판

<?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:template>

</xsl:stylesheet>