National Repository of Grey Literature 58 records found  beginprevious49 - 58  jump to record: Search took 0.00 seconds. 
Possibilities of XSLT in the current web browsers
Bittner, Ondřej ; Kosek, Jiří (advisor) ; Kliegr, Tomáš (referee)
The aim of this thesis is to analyse possibilities of current web browsers in performing XSLT transformations. Individual browsers are compared by variety of different aspects such as: the level of implementation of XSLT 1.0 and XSLT 2.0, possibilities for invoking trasnformations and performance during XSLT processing. The analysis aims on flaws, special features or non-standard behavior of indiviual browsers. Possibilities for XSLT transformations in browsers using non-native instruments are researched as well. The conclusion of this thesis is dedicated to description of sample application that is using XSLT transformations.
Generating printouts on the Web
Kolafa, Lukáš ; Sklenák, Vilém (advisor) ; Kosek, Jiří (referee)
Today it is very often necessary to print different documents from company information systems. These documents, that are designed to represent the company, contain information that is usually stored in databases. The goal of this thesis is to show the methods for the automatic conversion of data into formatted documents. My aim is to show some methods, how to automatically generate printouts and how to create templates for them in an easy way. For the purpose of this thesis, I've developed a small web application, which stands for an information system of a logistics company. The application allows creating documents with the help of templates. All documents are generated in generally common formats.
Development of CMS Joomla extension supporting automatic XSLT
Fišer, David ; Hazucha, Andrej (advisor) ; Kosek, Jiří (referee)
The work is focused on extending the Joomla content plugin - XSLT Magic - written by Bc. Michal Vrchnota. This plugin was developed as a part of the SEWEBER CMS project. The main purposes of this plugin are XSLT transformations of articles made up from XML documents. One of the main reasons for creation of this work was the increasing number of transformations and their unsolved management. Another reason was bad controllability of this component and the lack of admin interface. The extension made up as a part of this work allows users to effectively manage XSLT transformations. Users will be able to look into the directory, where the transformations are being stored directly throught the CMS Joomla system. This wasn't possible up to now, because the the CMS system in its basic version lacks the component to manage files. Additionaly, users will be able to upload files into these directories and create new sub-directories. Looking into the transformations will not be a problem anymore, users will even be able to edit them in a simple text editor with marked XML syntax. Second part of the extension is focused on the administration of the original content plugin. The configuration has been made easier, so selecting transfomation to the XPath rule is simplier and users now can select the transformation from a list. This work can be used as an inspiration in creating new extensions for CMS Joomla.
XML on the paper
FENCL, Dušan
This thesis is focused on XSL-FO technology and tries to introduce this technology to its users. The content of this thesis is focusing in creation of printed outputs in companies using various formatting equipments. In this thesis, you may find lots of different examples, which clearly demonstrate possibilities of creating printed outputs with assistance of formatting objects. It{\crq}s also focused on difficulties of electronic invoice creation from XML to PDF and compares the quality and its correct appearance of outputs formed by FO processors.
Transformation XSLT 2.0
KOCH, Jiří
XSLT is a language for XML documents transformation, that are widespread thank to its´ independence on platform and important possibility to separate content of the document from his form. In this thesis, I would like to introduce the basis of XSLT 2.0 and their using to users, concretely show changes that brought latest version 2.0. on examples, and note what problems might arise in the transition to this version. I would also like to introduce some ways to use this technology, with whom I have encountered in practice.
Transformation of PMML files into Topic Maps
Ovečka, Marek ; Kliegr, Tomáš (advisor) ; Hazucha, Andrej (referee)
The goal of my bachelor thesis is to learn more about the possibilities of transformation of XML files into XML TopicMaps. Then I select one method and use it for implementation of transformation of PMML files, which contains model of association rules into TopicMap containing Association rule Ontology (AROn). For transformation, two different methods were selected. First is transformation of input XML file with XSLT and examples of how this can be done are shown. Second way is to use a programming engine, which enables to process input file and which implements either its own or standardized API for working with TopicMaps. For illustration of creating TopicMaps I have chosen TMAPI 2.0. Examples show basic operations such as creating new topic, creating association between two topics and creating occurrence. This paper consists of three main chapters. First is about the structure of input PMML document and its parts. Second chapter is about TopicMaps, the principle of this technology and possibilities of working with it are briefly shown. In the third chapter I comment all parts of the program which perform the transformation. In this chapter I also describe and explain the mapping between parts of the input XML file and the components of AROn ontology. The final program should serve as a component of the Sewebar project. For its complete functionality it needs to customize the transformation for the newest structure of the input document and customize the program itself for integration with other components of the project.
The possibility of direct ODF/OOXML format processing in XSLT
Sem, Štěpán ; Kosek, Jiří (advisor) ; Nálevka, Petr (referee)
The aim of this thesis is to allow to work with XML document archives and related data directly by the help of XML tools, e.g. XSLT processors. It is particularly about ODF and OOXML format processing. The whole archive will be represented by only one XML document, which will directly include XML documents from the inside of the archive and base64 encoded binary data eventually. The representation will be created by the parser implemented in Java programming language. The first chapter describes an example of how the data can be stored inside the archive. It is necessary to realize, that after the archive decompression, we will get mainly XML documents, in which the prevailing part of the document's content is stored and that we can therefore directly process. First of all in the second chapter, we will describe various parser interfaces, which allow to work with the XML documents more easily. This information is closely related to the main scope of the thesis - parser implementation. After the brief identification with the existing possibilities of document processing, we will demonstrate the solution in the application using a concrete interface implementing parser on an accompanying example and we will give reasons for the solution chosen in this thesis. The third chapter analyses possibilities of an ZIP archive representation as an XML file and selection of the most suitable one for this application. We will also mention the possible solutions of situations, when the document contains links to another documents. The aim of the fourth chapter is to briefly construe the Java provided facilities, which relate to the solution itself, and to describe the concrete solution to the problem. The fifth chapter aims to demonstrate the usage of the created application.
Applying Business Intelligence tools for the Financial and Property Analysis of Municipalities
Horký, Martin ; Novotný, Ota (advisor) ; Toth, Petr (referee)
This master thesis deals with the software support of one Financial and Property Analysis of Municipalities (FAMA). The co-author of this method is Doctor Petr Toth from the Institute of Public Administration and Regional Development at University of Economics in Prague. The method is supported by Microsoft Access database application and two C++ applications ArisDestiller and Prognoza at present time. The aim of this thesis is to evaluate the present software support of Financial and Property Analysis and implement an alternative solution based on Business Intelligence tools. Chosen part of analysis is implemented in the pilot project using Microsoft SQL Server 2005 environment. The thesis focuses mainly on using integration tools for XML data. The contribution of the thesis is to implement data warehouse, which uses the municipalities'annual bills in XML format from the database of Ministry of Finance of the Czech Republic. The Financial and Property Analysis method and the current software support are discussed in the first half of this thesis. The other half of the work is dedicated to the Business Intelligence pilot project. Both means of software support are reviewed and compared from various perspectives in the conclusion.
Conversion of formatting objects to ODF
Bodnár, Petr ; Kosek, Jiří (advisor) ; Pajas, Petr (referee)
This thesis deals with conversion of text documents from the format of so called formatting objects (XSL FO) to OpenDocument format (ODF). This conversion can be useful e. g. for distribution, printing or additional modification of a document in a text editor which supports ODF (e. g. OpenOffice). The thesis starts with description of both formats and it mentions basic elements that the formats offer for defining a text document. A comparison of both formats and description of possibilities of converting documents from XSL FO to ODF follows right after. The proved-by-practise and widely available XSLT transformation is chosen for the conversion implementation. It is illustrated on a sample application which enables to launch the conversion from an internet browser, from OpenOffice or from a command line.
Využití XSLT při zpracování Topic Maps
Janeček, Petr ; Kosek, Jiří (advisor) ; Svátek, Vojtěch (referee)
Diplomová práce zkoumá možnosti využití XSLT 2.0 při zpracování Topic Maps. Cílem je popsat výhody spojení XSLT a Topic Maps v prostředí webu. Popsány jsou všechny související technologie, zejména: TMAPI, XSLT, XPath a XML formát pro uložení map témat XTM. Pro ověření možností je vytvořeno rozhraní v XSLT 2.0, které je obdobou TMAPI rozhraní. Zároveň je vytvořena ukázková šablona využívající toto rozhraní, která umožňuje převod XTM do HTML. Zjištěno bylo, že spojení těchto technologií je pro prostředí webu vhodné.

National Repository of Grey Literature : 58 records found   beginprevious49 - 58  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.