Commit ec512a7
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments