연습:인명록.xsl

Vaquita Wiki
Tutor (토론 | 기여)님의 2026년 2월 25일 (수) 16:31 판 (새 문서: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <html> <head> <style> .scholars-table { width: 100%; border-collapse: collapse; font-family: "Malgun Gothic", serif; } .scholars-table th, .scholars-table td { border: 1px solid #aaa; padding: 15px; text-align: left; } .scholars-table th { background-color: #...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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