연습:서화작품.xsl: 두 판 사이의 차이
편집 요약 없음 |
편집 요약 없음 |
||
| 20번째 줄: | 20번째 줄: | ||
<th width="15%">소장처</th> | <th width="15%">소장처</th> | ||
</tr> | </tr> | ||
<xsl:for-each select=" | <xsl:for-each select="work_list/work"> | ||
<tr> | <tr> | ||
<td><img class="art-image" src="{iconUrl}" alt="{title}"/></td> | <td><img class="art-image" src="{iconUrl}" alt="{title}"/></td> | ||
2026년 2월 26일 (목) 23:13 판
<?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:stylesheet>