The Extensible Stylesheet Language (XSL) is a family of transformation languages which allows one to describe how files encoded in the XML standard are to be formatted or transformed. The syntax of XSL language itself is valid XML and uses constructs such as:

PropertyValue
p:abstract
  • The Extensible Stylesheet Language (XSL) is a family of transformation languages which allows one to describe how files encoded in the XML standard are to be formatted or transformed. The syntax of XSL language itself is valid XML and uses constructs such as: <xsl:if test="@author='Jones'">Hello Mrs. Jones!</xsl:if> The start-tag and end-tag of every statement is syntactically similar to the opening and closing parenthesis of Lisp. XSL is designed to be data driven and strongly encourages the inversion of control design pattern. The language assumes you are processing an XML file as a tree to produce a text-based output document, generally HTML, XML, plain-text, or PDF. Variables can be declared, but their values cannot be changed. Several data-driven looping constructs are provided, but arbitrary loops can still be constructed without altering any variables by using recursion (like Scheme). There are three languages in the family: * XSL Transformations (XSLT): an XML language for transforming XML documents * XSL Formatting Objects (XSL-FO): an XML language for specifying the visual formatting of an XML document * the XML Path Language (XPath): a non-XML language used by XSLT, and also available for use in non-XSLT contexts, for addressing the parts of an XML document. These three specifications are available in the form of W3C Recommendations. Early Working Drafts that preceded the XSLT Recommendation didn't have the "T" at the end of XSLT; the term XSL was used instead, and the language included rudiments of what later became XPath. (en)
  • XSL (siglas de Extensible Stylesheet Language, expresión inglesa traducible como "lenguaje extensible de hojas de estilo") es una familia de lenguajes basados en el estándar XML que permite describir cómo la información contenida en un documento XML cualquiera debe ser transformada o formateada para su presentación en un medio. Esta familia está formada por tres lenguajes: * XSLT (siglas de Extensible Stylesheet Language Transformations, lenguaje de hojas extensibles de transformación), que permite convertir documentos XML de una sintaxis a otra (por ejemplo, de un XML a otro o a un documento HTML). * XSL-FO (lenguaje de hojas extensibles de formateo de objetos), que permite especificar el formato visual con el cual se quiere presentar un documento XML, es usado principalmente para generar documentos PDF. * XPath, o XML Path Language, es una sintaxis (no basada en XML) para acceder o referirse a porciones de un documento XML. Estas tres especificaciones son recomendaciones oficiales del W3C. Desde el 2005 ya son soportadas por algunos navegadores, como por ejemplo Mozilla o Internet Explorer, aunque, en su lugar, se pueden usar las CSS que son 100% compatibles aunque con una codificación diferente. Categoría:XML Categoría:Acrónimos de informática (es)
  • XSL (Extensible Stylesheet Language) ist eine Familie von Sprachen zur Erzeugung von Layouts für XML-Dokumente. Der XSL-Dialekt XSLT kann auch zur Übersetzung/Transformation eines XML-Dialektes in ein anderes Format dienen (meistens in andere XML-Dialekte). Diese Layouts (auch Stylesheets genannt) können in die zu formatierenden XML-Dokumente eingebunden werden, wobei sich die Layouts speziellen Medien zuordnen lassen. So ist es möglich, ein Layout zum Drucken und ein Layout für die Darstellung am Computer zu verwenden. Zu XSL gehören * das XML-basierte eigentliche XSL (zur Unterscheidung genannt XSL-FO) (XSL Formatting Objects) für die Beschreibung eines Dokuments als Baum mit Formatierungsanweisungen und Stilangaben, * das XML-basierte XSLT (XSL Transformations) für die Transformation eines beliebigen XML-Dokuments in einen anderen Baum * und indirekt auch XPath für die Adressierung von Baumbestandteilen. (de)
  • XSL on W3C:n suosituksiin kuuluva XML-kieliperhe, joka koostuu XML-kielistä, joilla voidaan määritellä XML-pohjaisille tiedostoille ulkoasu tai tehdä rakennemuutos. Perheeseen kuuluu: * XSL Transformations: kieli XML-dokumenttien muuntamiseen * XSL Formatting Objects: kieli XML-dokumenttien ulkoasun määrittelemiseksi * XML Path Language: viittaustapa XML-dokumenttien rakenteessa. (fi)
  • XSL (eXtensible Stylesheet Language) est le langage de description de feuilles de style du W3C associé à XML. Une feuille de style XSL est un fichier qui décrit comment doivent être présentés (c'est-à-dire affichés, imprimés, épelés) les documents XML basés sur une même DTD ou un même schéma. La spécification est divisée en trois parties : * XSLT, le langage de transformation * XPath, le langage de navigation dans un document XML * XSL-FO, le vocabulaire XML de mise en forme (fr)
  • L'XSL, acronimo di eXtensible Stylesheet Language, è il linguaggio di descrizione dei fogli di stile per i documenti in formato XML. Com'è noto, lo standard XML prevede che i contenuti di un documento siano separati dalla formattazione della pagina in cui verranno pubblicati. D'altra parte è proprio questa distinzione a costituire uno dei punti di forza dell'XML come metalinguaggio, in quanto massimizza la possibilità di associare molti e diversi linguaggi di marcatura agli elementi del documento, arricchendone le proprietà semantiche. L'XSL permette di visualizzare lo stesso file XML in formati diversi: come pagina web, come pagina stampabile oppure come traccia per un'esposizione orale. L'XSL incorpora tre linguaggi: * XSL Transformations (XSLT): il linguaggio di trasformazione dell'XML; * XSL Formatting Objects (XSL-FO): usato per l'applicazione degli stili e del modo di apparizione a un documento XML. * XML Path (XPath): è usato nei fogli di stile XSLT per descrivere come accedere alle parti di un documento XML. Tutti questi linguaggi sono codificati e gestiti dal W3C. Attualmente sono disponibili diverse implementazioni XSL; le versioni recenti di tutti i principali browser, in particolare Internet Explorer e Mozilla, supportano la trasformazione di XML in HTML tramite XSL. Lo standard XSL-FO è molto meno diffuso. La maggior parte delle implementazioni disponibili (se non tutte) sono parziali. FOP, che fa parte del progetto Apache, può visualizzare una gran parte dello standard XSL-FO in vari formati, tra cui il diffuso PDF. Il pacchetto PassiveTeX è un'altra implementazione che usa TeX per convertire XSL-FO in PDF. (it)
  • Extensible Stylesheet Language(XSL; 拡張可能なスタイルシート言語)は、マークアップ言語XMLに準拠した文書をもとに組版ないし変換を行うための、複数の言語仕様から構成されるスタイルシート技術である。 XSL技術を構成する言語仕様は次の3つである。 ; XSL Transformations : XSL Transformations (XSLT) は、XML文書を構造の異なるXML文書などに変換するためのXMLに準拠したマークアップ言語である。 ; XML Path Language : XML Path Language (XPath) は、XML文書の特定の部分(要素、属性、テキストなど)を指定する言語である。XPathは、XSLTで処理対象のXML文書の特定部分を指定するために使われている。XPath言語自体は簡潔な構文(式言語)であり、XMLに準拠したマークアップ言語ではない。 ; XSL Formatting Objects : XSL Formatting Objects (XSL-FO) は、人間に理解しやすい形式の文書の組版を記述する、XMLに準拠したマークアップ言語である。 この3つの言語仕様は、標準化団体 W3C (World Wide Web Consortium) で開発され勧告として公表されている。 (ja)
  • Extensible Stylesheet Language of XSL is een formele taal waarin beschreven kan worden, hoe XML-documenten geformatteerd moeten worden. De taal bestaat uit twee onderdelen: *XSL Transform (Extensible Stylesheet Language Transformations) *XSL-FO (XSL Formatting Objects) Hoewel er al veel ondersteuning in software (zoals webbrowsers) is voor XSLT, is er in 2004 nog minder ondersteuning voor XSL-FO, en als er al ondersteuning voor is, is dit vaak niet voor de volledige standaard. De XML Path taal (XPath) wordt in XSL gebruikt om te beschrijven, hoe onderdelen van een XML-document te bereiken zijn. (nl)
  • Extensible Stylesheet Language (bedre kjent som XSL) et XML-basert språk for å lage stilark til web-presentasjoner. XSL-filer kalles også XML-stilark (til forskjell fra CSS-filer, som er stilark for HTML-sider). XSL har ingen forhåndsdefinerte tags (stilelementkommandoer), man må definere sine egne. Dette i motsetning til CSS, som har forhåndsdefinerte tags som en del av språket. (no)
  • XSL (ang. Extensible Stylesheet Language, w wolnym tłumaczeniu Rozszerzalny Język Arkuszy Stylów) – funkcyjny język programowania opisujący sposób prezentacji i przekształceń dokumentów zapisanych w XML. W języku tym operuje się na znacznikach i ich ewaluacji, na podobnej zasadzie, co we wszystkich językach operujących na makrach. Rodzina XSL według starego podziału składa się z 3 części: * XSL Transformations (XSLT) – język dla przekształceń dokumentów XML, * XML Path Language (XPath) – język opisujący dostęp lub odwołanie do fragmentów dokumentów XML, * XSL Formatting Objects (XSL-FO) – słownik opisujący formatowanie. Według nowego podziału rodzina składa się z: * XSL Transformations (XSLT) – język dla przekształceń dokumentów XML, * XML Path Language (XPath) – język opisujący dostęp lub odwołanie do fragmentów dokumentów XML, * Extensible Stylesheet Language (XSL) – dawny XSL-FO, słownik opisujący formatowanie, * XML Query Language – (XQuery) – język zapytań. Pliki XSL są poprawnymi dokumentami XML, a cecha ta jest wykorzystywana do tworzenia rekurencyjnych konstrukcji. Można też zaryzykować twierdzenie, że XSL jest rozszerzalnym makroprocesorem. Istnieje wiele różnych działających implementacji XSLT 1.0. Aktualnie (2006 r.) opracowywane są wersje XSLT 2.0 i XPath 2.0 oraz XSL 1.1. (pl)
  • Extendible Stylesheet Language permite que a informação do formato seja associada com os elementos em um original de fonte para permitir a produção de um formatado original. Extendible Stylesheet Language é um vocabulário de XML criado para a finalidade exclusiva de transformar originais de XML de um estado a outro. Esse estado pode ser de XML a XML, de XML ao HTML, de XML ao texto, ou de XML a todo o outro formulário. (pt)
  • XSL (Extensible Stylesheet Language) — расширяемый язык таблиц стилей, пришедший на смену CSS. (ru)
  • XSL, eXtensible Stylesheet Language är en standard (språk/vokabulär) inom XML-konceptet för presentation, filtrering och transformering av XML-dokument som varit under utveckling alltsedan XML kom till. XSL består egentligen av fyra delar (språk) för olika ändamål: * XSL är ett språk för att utforma XML-presentationer, så att XML-dokumentet kan läsas, höras eller på annat sätt göras förståeligt för mottagaren, * XSLT är ett språk för transformering av XML-dokumentet till andra dokumentformat eller till andra XML-dokument, * XSLFO är ett språk för att beskriva XML-dokumentets layout, * XPath är ett språk för att definiera XML-dokumentets delar eller mönster och används för att adressera delar av dokument. (sv)
  • 可扩展样式语言(,简称),是一种为可扩展置标语言(XML)提供表达形式而设计的语言。 由于可扩展置标语言的扩展性使之没有关于显示格式的标识,可扩展样式语言可以选择和过滤可扩展置标语言中的数据,并将其转换为HTML或者PDF等其他格式文件。 可扩展样式语言可以分为三部分:XSLT(XSL Transformations),XSL-FO(XSL Formatting Objects)以及XPath(XML Path Language)。 CSS可以完成与XSL类似的功能,对于XML,XSL是首选的样式语言。 (zh)
p:hasPhotoCollection
p:reference
p:wikipage-de
p:wikipage-es
p:wikipage-fi
p:wikipage-fr
p:wikipage-it
p:wikipage-ja
p:wikipage-nl
p:wikipage-no
p:wikipage-pl
p:wikipage-pt
p:wikipage-ru
p:wikipage-sv
p:wikipage-zh
rdfs:comment
  • The Extensible Stylesheet Language (XSL) is a family of transformation languages which allows one to describe how files encoded in the XML standard are to be formatted or transformed. The syntax of XSL language itself is valid XML and uses constructs such as: (en)
  • XSL (siglas de Extensible Stylesheet Language, expresión inglesa traducible como "lenguaje extensible de hojas de estilo") es una familia de lenguajes basados en el estándar XML que permite describir cómo la información contenida en un documento XML cualquiera debe ser transformada o formateada para su presentación en un medio. (es)
  • XSL (Extensible Stylesheet Language) ist eine Familie von Sprachen zur Erzeugung von Layouts für XML-Dokumente. Der XSL-Dialekt XSLT kann auch zur Übersetzung/Transformation eines XML-Dialektes in ein anderes Format dienen (meistens in andere XML-Dialekte). Diese Layouts (auch Stylesheets genannt) können in die zu formatierenden XML-Dokumente eingebunden werden, wobei sich die Layouts speziellen Medien zuordnen lassen. (de)
  • XSL on W3C:n suosituksiin kuuluva XML-kieliperhe, joka koostuu XML-kielistä, joilla voidaan määritellä XML-pohjaisille tiedostoille ulkoasu tai tehdä rakennemuutos. Perheeseen kuuluu: (fi)
  • XSL (eXtensible Stylesheet Language) est le langage de description de feuilles de style du W3C associé à XML. (fr)
  • L'XSL, acronimo di eXtensible Stylesheet Language, è il linguaggio di descrizione dei fogli di stile per i documenti in formato XML. Com'è noto, lo standard XML prevede che i contenuti di un documento siano separati dalla formattazione della pagina in cui verranno pubblicati. (it)
  • Extensible Stylesheet Language(XSL; 拡張可能なスタイルシート言語)は、マークアップ言語XMLに準拠した文書をもとに組版ないし変換を行うための、複数の言語仕様から構成されるスタイルシート技術である。 (ja)
  • Extensible Stylesheet Language of XSL is een formele taal waarin beschreven kan worden, hoe XML-documenten geformatteerd moeten worden. (nl)
  • Extensible Stylesheet Language (bedre kjent som XSL) et XML-basert språk for å lage stilark til web-presentasjoner. (no)
  • XSL (ang. Extensible Stylesheet Language, w wolnym tłumaczeniu Rozszerzalny Język Arkuszy Stylów) – funkcyjny język programowania opisujący sposób prezentacji i przekształceń dokumentów zapisanych w XML. W języku tym operuje się na znacznikach i ich ewaluacji, na podobnej zasadzie, co we wszystkich językach operujących na makrach. (pl)
  • Extendible Stylesheet Language permite que a informação do formato seja associada com os elementos em um original de fonte para permitir a produção de um formatado original. (pt)
  • XSL (Extensible Stylesheet Language) — расширяемый язык таблиц стилей, пришедший на смену CSS. (ru)
  • XSL, eXtensible Stylesheet Language är en standard (språk/vokabulär) inom XML-konceptet för presentation, filtrering och transformering av XML-dokument som varit under utveckling alltsedan XML kom till. (sv)
  • 可扩展样式语言(,简称),是一种为可扩展置标语言(XML)提供表达形式而设计的语言。 (zh)
rdfs:label
  • Extensible Stylesheet Language (en)
  • XSL (es)
  • Extensible Stylesheet Language (de)
  • Extensible Stylesheet Language (fi)
  • Extensible stylesheet language (fr)
  • Extensible Stylesheet Language (it)
  • Extensible Stylesheet Language (ja)
  • Extensible Stylesheet Language (nl)
  • Extensible Stylesheet Language (no)
  • XSL (pl)
  • Extensible Stylesheet Language (pt)
  • XSL (ru)
  • XSL (sv)
  • 可扩展样式语言 (zh)
skos:subject
foaf:page
p:redirect