Text unit sample.xsl: 편집 역사

차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요.
설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집

2026년 8월 26일 (수)

  • 최신이전 16:312026년 8월 26일 (수) 16:31Tutor 토론 기여 4,270 바이트 +21 편집 요약 없음 편집 취소
  • 최신이전 16:182026년 8월 26일 (수) 16:18Tutor 토론 기여 4,249 바이트 +4,249 새 문서: <?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="/text_unit"> <div class="text-unit-container" style="font-family: 'Noto Serif KR', serif; line-height: 1.8; padding: 20px;"> <h2 style="border-bottom: 2px solid #333; padding-bottom: 5px;"> ID: <xsl:value-of select="@id"/> </h2>...