EXSLT

EXSLT

EXSLT (Extensions to Extensible Stylesheet Language Transformations) — общественная инициатива по созданию расширений для XSLT, придающих бо́льшую функциональность языку трансформаций. Образцами расширений являются математические функции (генерация случайного числа), работа с датами, расширенные операции со строками и регулярными выражениями.

Пример

Ниже показано использование расширения random.

<xsl:stylesheet version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:random="http://exslt.org/random"
                extension-element-prefixes="random">
 
<xsl:import href="random.xsl" />
 
<xsl:call-template name="random:random-sequence">
      <xsl:with-param name="numberOfItems" select="number" />
      <xsl:with-param name="seed" select="number" />
</xsl:call-template>
 
</xsl:stylesheet>

См. также

Ссылки


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Полезное


Смотреть что такое "EXSLT" в других словарях:

  • EXSLT — is a community initiative to provide extensions to XSLT, which are broken down into a number of modules, listed below. The creators (Jeni Tennison, Uche Ogbuji, [http://www.ruminate.co.uk Jim Fuller] , Dave Pawson, et al.) of EXSLT aim to… …   Wikipedia

  • EXSLT — abbr. Enhanced eXtensible Stylesheet Language Transformations (XSL, XML, XSLT) …   United dictionary of abbreviations and acronyms

  • Comparison of layout engines (XML) — The following tables compare XML compatibility and support for a number of layout engines. Please see the individual products articles for further information. This article is not all inclusive or necessarily up to date. Unless otherwise… …   Wikipedia

  • XSL Transformations — infobox file format name = XSL Transformations extension = .xsl, .xslt mime = application/xslt+xml [ [http://www.w3.org/TR/xslt20/#xslt mime definition XSL Transformations (XSLT) Version 2.0 ] ] owner = [http://www.w3.org/ World Wide Web… …   Wikipedia

  • Comparison of stylesheet languages — Cascading Style Sheets CSS Animations Dynamic CSS Comparison of layout engines Comparison of stylesheet languages Internet Explorer box model bug CSS Zen Garden The Zen of CSS Design CSSTidy Style sheet Tableless web design Holy Grail (web… …   Wikipedia

  • Oxygen XML Editor — <oXygen/> XML Editor Stable release 13.1 / October 26, 2011; 26 days ago (2011 10 26) Written in Java …   Wikipedia

  • Mozilla Firefox 3 — infobox software caption = Firefox 3.0 on GTK+/X11 displaying Wikipedia developer = Mozilla Corporation, Mozilla Foundation released = initial release|2008|6|17 frequently updated = Yes programming language = C++, XUL, XBL, JavaScript operating… …   Wikipedia

  • Dimitre Novatchev — is a Bulgarian software engineer and mathematician[citation needed] best known for his work on the functional programming language XSLT and as creator of the XPath Visualizer and the FXSL library. In July, 2008, he produced a C# implementation of …   Wikipedia

  • Libxslt — is the XSLT C library developed for the GNOME project. It provides an implementation of XSLT 1.0, plus most of the EXSLT set of processor portable extensions functions and some of Saxon s evaluate and expressions extensions. Libxslt is based on… …   Wikipedia

  • SCHEMA ST4 — Basisdaten Entwickler SCHEMA GmbH Aktuelle Version 3.4.2 (Juli 201 …   Deutsch Wikipedia


Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»