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

Vaquita Wiki
새 문서: <?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> .art-container { font-family: "Malgun Gothic", sans-serif; display: flex; flex-wrap: wrap; gap: 20px; } .art-card { border: 1px solid #ddd; border-radius: 8px; overflow: hidden; width: 300px; box-shadow: 2px 2px 8px rgba(0,0,0,0.1); } .a...
 
편집 요약 없음
33번째 줄: 33번째 줄:
     </xsl:template>
     </xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>
[[분류:디지털 큐레이션 지원 시스템]] [[분류:김현]]

2026년 2월 26일 (목) 05:15 판

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