문화유산:장소목록과지도.xsl: 두 판 사이의 차이

Classics Wiki
새 문서: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" encoding="UTF-8" indent="yes"/> <xsl:template match="/"> <html> <head> <title>문화유산:장소 목록과 지도</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="stylesheet" href="https://unpkg.com/leafle...
 
편집 요약 없음
21번째 줄: 21번째 줄:
             </head>
             </head>
             <body>
             <body>
                <h2>문화유산 목록</h2>
                 <table class="place-table">
                 <table class="place-table">
                     <tr>
                     <tr>
68번째 줄: 69번째 줄:
                 </table>
                 </table>


                 <h2>궁궐 위치 지도</h2>
                 <h2>문화유산 위치 지도</h2>
                 <div id="map"></div>
                 <div id="map"></div>



2026년 4월 5일 (일) 14:02 판

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

   <xsl:output method="html" encoding="UTF-8" indent="yes"/>
   <xsl:template match="/">
       
            
                문화유산:장소 목록과 지도
                
                
                
                
                
                
            
            
                

문화유산 목록

명칭 주소 건립 설명




별칭:




좌표:
, , m



문화유산 위치 지도

</xsl:template>

</xsl:stylesheet>

오류 검사

🔍 XML 유효성 검사기: 문화유산:장소목록과지도.xsl