This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

XSLT

확장가능한 스타일시트 언어 변환(eXtensible Stylesheet Language Transformations, XSLT)는 XML 문서를 다른 XML 문서, HTML, PDF, 일반 텍스트 등으로 변환하는 데 사용되는 선언적 언어입니다.

XSLT은 has its own processor that accepts XML 입력이나 XQuery 및 XPath 데이터 모델로 변환할 수 있는 모든 형식을 허용하는 자체 프로세서가 있습니다. The XSLT 프로세서는 XML 문서와 XSLT 스타일시트를 기반으로 새 문서를 생성하며, 프로세서에서 원본 파일을 변경하지 않습니다.

같이 보기