인명록.xsl

Vaquita Wiki
Tutor (토론 | 기여)님의 2026년 3월 2일 (월) 02:57 판 (새 문서: <?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> .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 { border: 1px solid #aaa; padding: 15px; backgr...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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

오류 검사

🔍 XML 유효성 검사기: 연습:인명록.xsl