연습:서화작품.xsl: 두 판 사이의 차이

Vaquita Wiki
편집 요약 없음
편집 요약 없음
8번째 줄: 8번째 줄:
                 .work-table td { border: 1px solid #aaa; padding: 15px; text-align: left; }
                 .work-table td { border: 1px solid #aaa; padding: 15px; text-align: left; }
                 .work-table th { border: 1px solid #aaa; padding: 15px; background-color: #e8f0f7; color: #2c3e50; text-align: center; }
                 .work-table th { border: 1px solid #aaa; padding: 15px; background-color: #e8f0f7; color: #2c3e50; text-align: center; }
                 .art-image { width: 80px; height: 40px; object-fit: contain; background-color: #f9f9f9; }
                 .art-image { width: 100px; height: 100px; object-fit: contain; background-color: #f9f9f9; }
             </style>
             </style>
         </head>
         </head>

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

<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

   <xsl:template match="/">
       
        
            
        
        
            
                    
작품 이미지 작품명 작가 설명 소장처
{title}
</xsl:template>

</xsl:stylesheet>