forked from www/www-new
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
528 B
528 B
name | short | date | online | location |
---|---|---|---|---|
XSLT | Transforming your documents | March 20 2003 18:30 | false | MC1085 |
XSLT is the eXtended Stylesheet Language Transformations,
a language for transforming XML documents into other XML documents.
XSLT is used to manipulate XML documents into other forms: a sort of glue between data formats. It can turn an XML document into an XHTML document, or even an HTML document. With a little bit of hackery, it can even be convinced to spit out non-XML conforming documents.