Skip to content

Commit ec512a7

Browse files
authored
Dictionary (New Word): XSLT (#75)
# Word #### XSLT # Meaning/Definition eXtensible Stylesheet Language Transformations (XSLT) is a declarative language used to convert XML documents into other XML documents, HTML, PDF, plain text, and so on. XSLT has its own processor that accepts XML input, or any format convertible to an XQuery and XPath Data Model. The XSLT processor produces a new document based on the XML document and an XSLT stylesheet, making no changes to the original files in the process.
1 parent ee11698 commit ec512a7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/content/dictionary/xslt.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: ../../layouts/word.astro
3+
title: "XSLT"
4+
---
5+
eXtensible Stylesheet Language Transformations (XSLT) is a declarative language used to convert XML documents into other XML documents, HTML, PDF, plain text, and so on.
6+
7+
XSLT has its own processor that accepts XML input, or any format convertible to an XQuery and XPath Data Model. The XSLT processor produces a new document based on the XML document and an XSLT stylesheet, making no changes to the original files in the process.

0 commit comments

Comments
 (0)