Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: XSL Transformations


Related Topics

  
  XSL Transformations (XSLT) Version 2.0
A transformation in the XSLT language is expressed in the form of a stylesheet, whose syntax is well-formed XML [XML 1.0] conforming to the Namespaces in XML Recommendation
An XSLT transformation can take place in the absence of a schema (and, indeed, in the absence of a DTD), but where the source document has undergone schema validity assessment, the XSLT processor has access to the type information associated with individual nodes, not merely to the untyped text.
An error that is not detected until a source document is being transformed is referred to as a dynamic error.
www.w3.org /TR/xslt20   (8029 words)

  
  XSL Transformations - Wikipedia, the free encyclopedia
XSL Transformations, or XSLT, is an XML-based language used for the transformation of XML documents.
XSLT was produced as a result of the Extensible Stylesheet Language (XSL) development effort within W3C during 1998–1999, which also produced XSL Formatting Objects (XSL-FO) and the XML Path Language, XPath.
The XSLT specification defines a transformation in terms of source and result trees to avoid locking implementations into system-specific APIs and memory, network and file I/O issues.
en.wikipedia.org /wiki/XSLT   (1901 words)

  
 Putting XSL transformations to work
XSL consists of the XSL Transformations (XSLT) language for transformation, and Formatting Objects (FO), a vocabulary for describing the layout of documents.
XSL is a powerful transformation facility that provides mechanical translation of XML documents from one form to another.
Transforming XML documents by Doug Tidwell, is a three-part tutorial on how to transform XML documents into various formats, including HTML, Scalable Vector Graphics (SVG), and PDF.
www-128.ibm.com /developerworks/xml/library/x-xsltwork   (3618 words)

  
 INFO: Techniques to Improve Performance of XSL Transformations
XSL is not an object-oriented language, and being modular costs processor cycles.
Performance of an XSL transformation depends on the scenarios that you use.
XSL Transformations allows multiple options, however, all of them may not perform adequately.
support.microsoft.com /default.aspx?scid=kb;en-us;815124   (821 words)

  
 XSL Transformations: XSLT Alleviates XML Schema Incompatibility Headaches -- MSDN Magazine, August 2000
As shown here, schema transformations are described by implementing an exemplar of the target schema in terms of its changes from the source.
The syntax of the xsl: variable instruction is identical to that of xsl:param except for the element name.
XSL Transformations solve a major problem caused by the proliferation of multiple XML Schemas describing complementary data.
msdn.microsoft.com /msdnmag/issues/0800/xslt/default.aspx   (7923 words)

  
 Using PHP 5's XSL extension to perform XSL Transformations
The process of combining the content of an XML file and the formatting instructions of an XSL file to produce another document is known as an XSL Transformation (XSLT for short).
While XSL files are static in nature XML files can be created 'on the fly' to contain whatever data has just been selected from the database.
A previous version of this document, Using PHP 4's Sablotron extension to perform XSL Transformations was written for PHP 4 and used the XSLT extension.
www.tonymarston.net /php-mysql/xsl.html   (1701 words)

  
 Xalan-Java Overview
Xalan-Java performs the transformations specified in the XSL stylesheet and packages a sequence of SAX events that may be serialized to an output stream or writer, used to build a DOM tree, or forwarded as input to another transformation.
Transformations may be chained (the output of one transformation may be the input for another).
May be used in a servlet to transform XML documents into HTML and serve the results to clients.
xml.apache.org /xalan-j/overview.html   (885 words)

  
 Xalan-C++ Overview
In structural terms, an XSL stylesheet specifies the transformation of one tree of nodes (the XML input) into another tree of nodes (the output or transformation result).
The XSL stylesheet may generate and refer to cascading style sheets (CSS) as part of its output.
Xalan-C++ performs the transformations specified in the XSL stylesheet and produces a file, a stream, or a DOM as you specify when you set up the transformation.
xml.apache.org /xalan-c/overview.html   (735 words)

  
 XSL Transformations
The result tree is the transformed XML document which is obtained by applying the rules defined in the stylesheet.
One of its parts, XSLT is used to transform the input XML document into a result XML document using the rules defined in the stylesheet.
This transformation is achieved by giving both the XSLT stylesheet and input XML document to the XSLT processor.
www.cs.nmsu.edu /~epontell/courses/XML/XSLT_Questions.htm   (1591 words)

  
 Cover Pages: Extensible Stylesheet Language (XSL)
XSL (Extensible Stylesheet Language) is being developed as part of the W3C Style Sheets Activity: "W3C continues to work with its Members, evolving the Cascading Style Sheets (CSS) language to provide even richer stylistic control, and to ensure consistency of implementations.
An XSL stylesheet specifies the presentation of a class of XML documents by describing how an instance of the class is transformed into an XML document that uses the formatting vocabulary." The draft describes the general process of formatting, including the "area model and the formatting-object descriptions and properties and [...] the process of refinement.
A transformation in the XSLT language is expressed as a well-formed XML document conforming to the Namespaces in XML Recommendation, which may include both elements that are defined by XSLT and elements that are not defined by XSLT.
www.oasis-open.org /cover/xsl.html   (15527 words)

  
 Cover Pages: New W3C Version 2.0 Working Draft for XSL Transformations (XSLT).
XSL Formatting Objects are frequently used as the output of an XSLT transformation.
A transformation in the XSLT language is expressed in the form of a stylesheet, whose syntax is well-formed XML conforming to the Namespaces in XML Recommendation.
The software responsible for transforming a source document into a result document is referred to as the processor.
xml.coverpages.org /ni2001-12-20-b.html   (600 words)

  
 WDVL: XSLT, XPath and XSL Formatting Objects
TransQuery, XSL Transformations as Query Language, is a set of XSLT conventions and processing model constraints for using XSLT as a query language over multiple XML documents.
Work on XSL Transformations (XSLT) Version 1.1 was stopped on Aug. 24, 2001, instead favoring XSLT 2.0 development (to subsume XSLT 1.1 Requirements).
The ninth edition (Jan. 2001) of Practical Transformation Using XSLT and XPath (XSL Transformations and the XML Path Language) is 375 pages, includes numerous code examples as separate files, and is based on the latest XSLT/XPath specs.
wdvl.internet.com /Authoring/Languages/XSL   (1820 words)

  
 The Extensible Stylesheet Language Family (XSL)
XSL is a family of recommendations for defining XML document transformation and presentation.
XSL is developed by the W3C XSL Working Group (members only) whose charter is to develop the next version of XSL.
XSL is part of W3C's XML Activity, whose work is described in the XML Activity Statement.
www.w3.org /Style/XSL   (664 words)

  
 Cover Pages: Software - Extensible Stylesheet Language (XSL)
XSL Trace allows a user to visually 'step through' an XSL transformation script, highlighting the transformation rules as they are fired.
XSL Trace users can set and remove 'break points' on the style sheet and source document as well as highlight all source nodes processed by each style rule.
XSL Formatter implements the function of bidirectionality by Unicode BIDI, the text running from left to right as English, Japanese and the text running from right to left as Arabic, Hebrew can be mixed in a single block with mixed directionality.
www.oasis-open.org /cover/xslSoftware.html   (14876 words)

  
 What is XSL? - A Word Definition From the Webopedia Computer Dictionary   (Site not responding. Last check: 2007-10-15)
XSL is the second style specification to be offered by the World Wide Web Consortium (W3C)(www.w3c.org).
The first, called Cascading Style Sheets (CSS), is similar to XSL but does not include two major XSL's innovations -- allowing developers to dictate the way Web pages are printed, and specifications allowing one to transfer XML documents across different applications.
A proposal for XSL (Extensible Style Language) that is the deliverable for Phase III of the SGML, XML, and Structured Document Interchange Activity of the W3C.
www.webopedia.com /TERM/X/XSL.html   (300 words)

  
 XSL Transformations
XSL provides a number of axes you can use to select from different parts of the tree relative to the current node (generally the node that the template matches).
XSL also defines an abbreviated syntax that can substitute for the most common of these axes and is more used in practice.
XSL instructions are used in the contents of these elements and attribute value templates are used in the attribute values of these elements to vary their output.
pipin.tmd.ns.ac.yu /xml/xml_bible/14.html   (12122 words)

  
 XSL Flickr
XSL Flickr is an XSL interface to the Flickr Services API.
XSL Flickr is a library of templates that allow XSLT (1.0 or 2.0) stylesheets to access the Flickr Services API.
XSL Flickr This is a beta release implemented in XSLT.
norman.walsh.name /2005/projects/xslflickr   (595 words)

  
 Transformations XSL (XSLT)
XSL spécifie les règles de présentation d'un document XML en utilisant XSLT pour décrire comment le document peut être transformé en un autre document qui utilise le vocabulaire de formatage.
Une transformation dans XSLT est exprimée comme un document XML bien formé [XML] conformément aux espaces de noms définis dans la recommandation XML [Noms XML], pouvant aussi bien contenir des éléments définis par XSLT que d'autres éléments non définis par XSLT.
Pour les transformations simples où la structure de l'arbre résultat est indépendante de la structure de l'arbre source, une feuille de styles peut souvent être réduite à un seul modèle, valable pour la génération de la totalité de l'arbre résultat.
xmlfr.org /w3c/TR/xslt   (9798 words)

  
 XSL Transformations (XSLT)
A transformation in the XSLT language is expressed as a well-formed XML document [XML] conforming to the Namespaces in XML Recommendation [XML Names], which may include both elements that are defined by XSLT and elements that are not defined by XSLT.
For simple transformations where the structure of the result tree is independent of the structure of the source tree, a stylesheet can often consist of only a single template, which functions as a template for the complete result tree.
Transformations on XML documents that represent data are often of this kind (see [D.2 Data Example]).
www.w3.org /TR/xslt   (11237 words)

  
 XSL Transformations
The transformed XML document may use the markup and DTD of the original document, or it may use a completely different set of elements.
The transformation language is useful independent of the formatting language.
Consequently, the transformation part of XSL is also called the tree construction part.
www.ibiblio.org /xml/books/bible2/chapters/ch17.html   (9753 words)

  
 drx: XSLT [Computers: Data Formats: Markup Languages: XML: Style Sheets: XSL: Implementations] - loadaverageZero
XSLT is designed for transforming XML documents into other formats, such as XHTML.
A transformation involves applying a XSLT stylesheet using XPath to match elements and attributes in an XML document source tree.
To view the rendered version of such a transformation normally requires a modern user agent such as the Gecko-based Firefox/Mozilla/Netscape family of browsers, or, under certain circumstances, Internet Explorer 6.0+ or Opera 8.0+.
loadaveragezero.com /app/drx/Data_Formats/Style_Sheets/XSLT   (933 words)

  
 WDVL: XSLT and XPath: XSL Transformations and XML Path Language
The original XSL Note (now obsolete) entitled A Proposal for XSL was submitted to the W3C by authors from Microsoft Corporation, Inso Corporation, ArborText, University of Edinburgh, and James Clark in August 1997.
This Note eventually became a significantly altered W3C Working Draft in August 1998 (renamed "Extensible Stylesheet Language"), with a second draft in December 1998, and a third draft in April 1999 (in which the XSL Transformations (XSLT) part was moved into a separate document).
XSL specifies the styling of an XML document by using XSLT to describe how the document is transformed into another XML document that uses the formatting vocabulary.
www.wdvl.com /Authoring/Languages/XSL/xslt-xpath.html   (778 words)

  
 XSLT Tutorial
Defines the sub-languages of XSL: XSLT, XPath and XSL-FO.
How to transform an XML document to an XHTML document on the client.
How to transform an XML document to an XHTML document on the server.
www.w3schools.com /xsl/default.asp   (474 words)

  
 Enhance Ant with XSL transformations
The transformation process applies the rules found in the stylesheet to the source, producing the result document.
If you are using a browser that has support for XSL stylesheets (such as Microsoft Internet Explorer, version 6), you can even make this a permanent part of your Ant script.
You'll need an XSL transformer to run the examples in this article using the Ant style task -- the author uses Xalan.
www-128.ibm.com /developerworks/xml/library/x-antxsl   (2703 words)

  
 [jdom-interest] XSL transformations and missing doctypes
Either way, I am still outputting xml as the output format as I want well formed xml (xhtml) so I should still be able to see the doctype information in the output.
If there is nothing I can do about it then I guess I will have to do what you say and implement some processing after the transformation to insert the correct doctypes but this seems like a hack when afaik I should be able to do it using pure xsl.
My problem is that > > when the transformation has been done I am missing the doctype that I set in > > the xsl.
www.jdom.org /pipermail/jdom-interest/2004-August/014101.html   (574 words)

  
 HOW TO: Execute Parameterized XSL Transformations in .NET Applications
This step-by-step article describes how to execute a parameterized Extensible Stylesheet Language (XSL) transformation in an ASP.NET application by dynamically supplying values for the input parameters that are defined in the referenced style sheet.
A parameterized XSLT style sheet is a style sheet that defines and references XSLT parameters to control the execution of the XSL transformation process when it is used to transform data that is contained in a source XML document.
The code in the Page_Load event procedure of Webform1.aspx executes the XSL transformation and generates the output in the form of an HTML table that uses the , format to display a list of the employee names.
support.microsoft.com /default.aspx?scid=kb;en-us;321704   (943 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.