Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | XML

Results 121-140 of 287
RDF Tutorial at Zvon
posted bynicmilainRDF
Here you will find XML related materials (both basic and advanced tutorials and references about XSLT, XML, DTD, Mozilla, CSS, schemas, regular expressions, etc.) which can be downloaded for off-line use.
(0 ratings)
Reviews0
PriceFree
Views1647
DTD Tutorial
posted bynicmilainAuthoring
DTD is described in XML 1.0 standard. In this tutorial basic DTD features are demonstrated on many examples which can be downloaded for off-line use.
(0 ratings)
Reviews0
PriceFree
Views2682
VoiceXML with XSLT (HTML and WML)
posted byasifinBook Samples
A Sample Chapter from Early Adopter VoiceXML. This chapter examines the use of the Extensible Stylesheet Language for Transformations (XSLT) as a tool for the generation of VoiceXML. I intend to illustrate a complete, end-to-end example of implementing a voice interface for a client-server database via XML and XSL. The case study will demonstrate the power of XSL for simultaneously delivering multiple interfaces to the same data by developing HTML and WML front-ends also.
(0 ratings)
Reviews0
PriceFree
Views2042
Xeena
posted byjicondoninSoftware
The editor takes as input a given DTD, and automatically builds a palette containing the elements defined in the DTD. Users can thus create/edit/expand any document derived from that DTD, by using a visual tree-directed paradigm. The visual paradigm requires a minimum learning curve as only valid constructs/elements are presented to the user in a context-sensitive palette.
(0 ratings)
Reviews0
PriceFree
Views4002
IBM XSL Formatting Object Composer
posted byjicondoninJava
XSL Formatting Objects Composer (XFC) is a typesetting and display engine that implements a substantial portion of XSL Formatting Objects (FO), which became a W3C Recommendation on October 15, 2001. XSL FO is an XML language for typesetting, printing, or displaying any of the world's written languages.
(0 ratings)
Reviews0
PriceFree
Views2173
Anatomy of an XSLT processor
This article describes how an XSLT processor, in this case the author's open-source Saxon, actually works. Although several open-source XSLT implementations exist (see Resources), no one, as far as we know, has published a description of how they work. This article is intended to fill that gap. It describes the internal workings of Saxon, and shows how this processor addresses XSLT optimization.
(0 ratings)
Reviews0
PriceFree
Views1340
XML Viewer
posted byjicondoninSoftware
XML Viewer for Java is a Java application that enables viewing XML data from various perspectives such as the source of the XML, the DTD for the XML, the hierarchical structure of the XML data. It displays any well-formed XML document.
(0 ratings)
Reviews0
PriceFree
Views2659
Why XML Schema beats DTDs hands-down for data
This article explains why XML Schema beats DTDs hands-down for data. It looks at four features of XML Schema that are particularly suited to data representation, and shows some examples of each. Code samples include XSD schemas and schema fragments.
(0 ratings)
Reviews0
PriceFree
Views2928
DevGuru XSLT Quick Reference Guide
posted byinfoinReferences
This is a comprehensive 101-page reference source for all of the elements and functions that compose the eXtensible Stylesheet Language Transformation (XSLT) language version 1.0. This Quick Reference features real working code examples which were tested using the Microsoft XML parser version 3.0.
(0 ratings)
Reviews0
PriceFree
Views2886
Expand XSL with extensions
The combined power of XML and XSL for representing, manipulating, and presenting data over the Web and sharing data across differing applications has been clearly demonstrated through the fast acceptance and broad usage of these technologies. Still, most developers familiar with the basics of XML and XSL are not utilizing this power fully. This article shows developers how to use extensions, a technique that allows you to expand the capabilities of XSL.
(0 ratings)
Reviews0
PriceFree
Views1209
Specializing domains in DITA
In current approaches, DTDs are static. As a result, DTD designers try to cover every contingency and, when this effort fails, users have to force their information to fit existing types. The Darwin Information Typing Architecture (DITA) changes this situation by giving information architects and developers the power to extend a base DTD to cover their domains. This article shows you how to leverage the extensible DITA DTD to describe new domains of information.
(0 ratings)
Reviews0
PriceFree
Views959
Data Binding with Castor
posted bydmsinJava & XML
XML data binding for Java is a powerful alternative to XML document models for applications concerned mainly with the data content of documents. This article by an enterprise Java expert introduces data binding and discusses what makes it so appealing. He then shows readers how to handle increasingly complex documents using the open source Castor framework for Java data binding. If your application cares more about XML as data than as documents, you'll want to find out about this easy and efficient way of handling XML in Java.
(0 ratings)
Reviews0
PriceFree
Views1496
Exploring XML Encryption, Part 1
XML Encryption provides end-to-end security for applications that require secure exchange of structured data. XML itself is the most popular technology for structuring data, and therefore XML-based encryption is the natural way to handle complex requirements for security in data interchange applications. The part 1 of this two-part series explains how XML and security are proposed to be integrated into the W3C's Working Draft for XML Encryption.
(0 ratings)
Reviews0
PriceFree
Views1398
Chilkat XML Parser ActiveX Component
posted byfauseyinSoftware
XML ActiveX component for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding.
(0 ratings)
Reviews0
PriceFree
Views3463
Presenting XML
Presenting XML is a Java web application framework for presenting HTML, PDF, WML etc. in a device independent manner. The framework supports a flow of content (XML files, flat files, SQL, dynamic XML) through SAX pipelines and XSLT transforms to a device. It runs as a servlet in a web environment and also as a console app. It can be used, for example, to transform flat files into XML, to transform XML content into multi-part MIME mail message, to transform XML into PDF, to generate HTML web pages, etc.
(0 ratings)
Reviews0
PriceFree
Views3045
Lucid XML Server Publisher
posted bylxspinSoftware
LXS Publisher is a generic Web application enabling the publishing of XML content and based on XSL/XSLT technology. Its advanced conception confers with flexibility, portability and efficient processing and XML transformations with XSL/XSLT/FO stylesheets. LXS Publisher provides a graphical administration console which facilitates URL definition tasks associated with both XML documents and XSL stylesheets.
(0 ratings)
Reviews0
PriceFree
Views1210
XMLmind FO Converter
posted byolivierinSoftware
XMLmind FO Converter (XFC for short) is an XSL-FO to RTF converter. It takes an XSL-FO source file as input and converts it to RTF. XFC preserves the structure of the original document (e.g. a list-block element is converted to an actual RTF list) and most of the presentation information (font attributes, indentation, etc). The output RTF conforms to version 1.6 of the specification. Output conformance was checked with MS-Word 2000. XFC is a pure Java application/library.
(0 ratings)
Reviews0
PriceFree
Views1679
XSLT Basics
A Sample Chapter from "Professional XSL". This chapter will provide you with enough information to start building useful XSLT stylesheets. I will introduce a number of the elements that make up the language, providing examples of their use. We will also look at a few of the functions built into the language and see how XSLT manages namespaces, whitespace and some other important issues.
(0 ratings)
Reviews0
PriceFree
Views1266
Fleming
posted bydeaneinSoftware
Fleming is small utility to perform batch transforms of XML files against an XSL stylesheet. The results are then saved with a new file extension in another directory. Fleming is handy for creating a directory of HTML files from a directory of XML files. Fleming is an HTML application. It requires Internet Explorer 5.x or greater, and Microsoft XML parser 4.0.
(0 ratings)
Reviews0
PriceFree
Views1718
Lucid XML Editor
posted byannounceinSoftware
Lucid XML Editor is a full and easy to use software product for XML document editing. The set of functionnalities for creating and editing XML documents is available from a web navigator. Its main functionalities are: XML documents creation and modification; central document repository; assisted edition thanks to dynamic contextual menus; documents validation; localized interface.
(0 ratings)
Reviews0
PriceFree
Views1921
Results 121-140 of 287