문화유산:장소목록.xsl: 두 판 사이의 차이
편집 요약 없음 |
편집 요약 없음 |
||
| 22번째 줄: | 22번째 줄: | ||
<xsl:for-each select="/place_list/place"> | <xsl:for-each select="/place_list/place"> | ||
<tr> | <tr> | ||
<!--명칭-- | <td> <!--명칭--> | ||
<xsl:value-of select="name/korean"/><br/> | |||
<xsl:value-of select="name/korean"/> | <xsl:value-of select="name/hanja"/><br/> | ||
<xsl:value-of select="name/hanja"/> | <xsl:value-of select="name/english"/><br/> | ||
<xsl:value-of select="name/english"/> | |||
</td> | </td> | ||
<!--위치-- | |||
<td> <!--위치--> | |||
<xsl:value-of select="address"/> | <xsl:value-of select="address"/><br/> | ||
<xsl:value-of select="coordinates/latitude"/> | <xsl:value-of select="coordinates/latitude"/><br/> | ||
<xsl:value-of select="coordinates/longitude"/> | <xsl:value-of select="coordinates/longitude"/><br/> | ||
<xsl:value-of select="coordinates/altitude"/> | <xsl:value-of select="coordinates/altitude"/><br/> | ||
</td> | </td> | ||
<!--건립-- | |||
<td> <!--건립--> | |||
<xsl:value-of select="established/year"/> | <xsl:value-of select="established/year"/><br/> | ||
<xsl:value-of select="established/reign_year"/> | <xsl:value-of select="established/reign_year"/><br/> | ||
</td> | </td> | ||
<!--해설-- | |||
<td> <!--해설--> | |||
<xsl:for-each select="description/p"> | <xsl:for-each select="description/p"> | ||
<xsl:value-of select="."/> | <xsl:value-of select="."/> | ||
2026년 4월 5일 (일) 12:20 판
<?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>
오류 검사
🔍 XML 유효성 검사기: 문화유산:장소목록.xsl