A directory of resources inthe field of technical communication.

XML

226-249 of 598 found. Page 10 of 24.

About this Site | Advanced Search | Localization | Site Maps
 

« PREVIOUS PAGE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24  NEXT PAGE »

The Extensible Markup Language (XML) is an open, general-purpose specification for creating markup languages. Its primary purpose is to help information systems share structured data, particularly via the Internet, and it is used both to encode documents and to serialize data. It is used in a wide variety of technical communication document formats, including Microsoft Word, OpenOffice, XHTML, DITA, DocBook, and RSS, among others.

 

226.
#26369

Text Alternatives to Inaccessible Web Pages

This document details an XML-based method of providing end-user control over the format of an online document, Web page or entire Web site. This functionality is useful in situations where users, due to preference or physical ability, require a way to personalize their view of the content. Content managers, editors, and developers are also able to work with one set of documents, eliminating the need for multiple files that contain the same information with different formatting, therefore reducing redundancy, version inconsistencies, and workload.

Bridge, Karl. Microsoft (2005). Design>Web Design>User Centered Design>XML

227.
#29342

Tips for Documenting an XML DTD   (members only)

XML-based development projects often require the development of a Document Type Definition (DTD), which defines the XML code used in an XML document or application. Even if you are customizing an existing DTD like the DocBook DTD, documenting the DTD is a best practice for a number of reasons, including:Providing documentation

Kelly, William T. TechRepublic (2003). Articles>Documentation>Programming>XML

228.
#28962

Too Many Pieces

Do you ever think about how much time you spend tackling process issues and tools issues? The tools, as advanced and automated as they are, will not fix all our problems. But we have to work with what we have, and automate as much of the production and maintenance of our content as possible.

Albing, Bill. Carolina Communique (2006). Resources>Software>Tools>XML

229.
#25978

Topic-Oriented Information Development and Its Role in Globalization

For all of its upside, XML-based single-source publishing has proven to be expensive and complicated to implement. XML-based single sourcing requires significant tool development, data conversion, and system integration prior to realizing the benefits of repurposing and reuse. To mitigate this, some vertical industries have developed their own XML tag sets. While successful on their own, these vertical industry efforts have not been extensible to other industries. A new XML-based approach to information development is the Darwin Information Typing Architecture (DITA).

Trippe, Bill. Gilbane Report (2004). Articles>Information Design>Metadata>XML

231.
#18714

TopicMaps.org

Topicmaps.Org is an independent consortium of parties interested in developing the applicability of the Topic Maps Paradigm to the World Wide Web, by leveraging the XML family of specifications as required.

TopicMaps (2002). Resources>Information Design>XML

232.
#13221

Transformers: Using XSLT to Transform XML

XSLT, the Extensible Stylesheet Language Transformation, can convert your XML data to HTML and other friendly formats. Introduce yourself to this snazzy technology.

Eisenberg, J. David. List Apart, A (2001). Articles>Web Design>XML

233.
#27078

Transforming Documentation from the XML Doctypes Used for the Apache Website to DITA: A Case Study   (PDF)

A primary factor behind the enormous interest in XML is the support it provides for transforming documents to meet the needs of information-processing applications as well as human readers working with HTML, print, and other presentation media. This case study reviews the issues we confronted, the tools we implemented, and the procedures we adopted to transform a documentation set from one XML document type to another, and from XML to HTML and Adobe PDF. The documentation set for Xalan, the Apache XSL transformer based largely on code donated by Lotus/IBM, is written in XML, using document types shared by the projects on the Apache XML website. To present Xalan reference releases to IBM project groups, the Cambridge Advanced Technology Group has set up build procedures to transform the Xalan XML documentation to DITA, an extensible XML information typing architecture currently under development in IBM. After verifying that the DITA output conforms to its declared document type, the build publishes the DITA documentation set as HTML and as PDF.

Leslie, Donald M. Cover Pages (2004). Articles>Information Design>XML>DITA

234.
#21642

Transforming XML with XSLT   (PDF)

Extensible Stylesheet Language (XSL) is a language designed to provide presentation for the content of XML documents. It is composed of three parts: XSLT, XPath, and XSL Formatting Objects (XSL-FO). In this chapter, I'll show you XSLT and the .NET assembly that deals with it, System.Xml.Xsl. But first, some background.

Bornstein, Niel M. O'Reilly and Associates (2003). Design>Information Design>XML>XSL

235.
#22183

Translating XML Documents with xml:tm

Sooner or later someone will want to have your XML document translated into another language. In fact XML documents are much easier to translate than other electronic documents because they separate out form from content, and they conform to a rigorous standard and defined syntax. There are various approaches to improving the translation process.

Zydron, Andrzej. XML.com (2004). Design>Web Design>Localization>XML

236.
#14678

Trends in XML Software   (PDF)

Houser explores the growing popularity of XML and compares several current XML authoring tools. A sidebar to the article explains the World Wide Web Consortium's (W3C) standards process.

Houser, Alan R. Intercom (2001). Design>Information Design>XML

237.
#18875

Tutorial de XML en Castellano

En las siguientes páginas podéis acceder a un manual sobre XML y tecnologías asociadas totalmente en castellano.

Bravo Montero, Joaquin. Programacion.net (1999). (Spanish) Design>Web Design>XML

238.
#29588

UI Design with Java and XML Toolkits

XML has revolutionized application UI design in recent years. With a cunning blend of XML and script languages such as JavaScript, rich, aesthetically pleasing applications can be quickly constructed with ease. We've looked at Widgets and XUL as two examples of this in the past and now, I'm going to take a look at some of the innovative Java UI toolkits that implement XML as an integral mechanism for application II design. Please note, this is the first part of a two-part article.

Wellman, Dan. Dev Articles (2006). Design>User Interface>Programming>XML

239.
#27615

UML 3.0 and the Future of Modeling   (PDF)

The major revision work for UML 2.0 is complete, and it is now an OMG Final Adopted Specification. This is a good time to reflect on UML's future, and the future of model-driven development.

Kobryn, Cris. UML Forum (2004). Articles>Information Design>XML>UML

240.
#21607

A UML Primer   (PDF)

This document covers key areas in UML (the Unified Modeling Language), such as Association, Multiplicity, Aggregation, Generalization and diagrams such as the Use Case diagram, Class Diagram, and Sequence Diagram.

Sundaram, Elango. Yahoo (2003). (Farsi) Articles>Information Design>XML>UML

241.
#27583

UML Resource Page

UML is the way the world models not only application structure, behavior, and architecture, but also business process and data structure.

UML Resource Page (1996). Resources>Information Design>XML>UML

242.
#21624

Understanding DOM

Even before there was XML, there was the Document Object Model, or DOM. It allows a developer to refer to, retrieve, and change items within an XML structure, and is essential to working with XML. In this tutorial, you will learn about the structure of a DOM document. You will also learn how to use Java technology to create a Document from an XML file, make changes to it, and retrieve the output.

Chase, Nicholas. IBM (2003). Design>Web Design>Information Design>XML

243.
#14630

The Unified Modeling Language   (PDF)

Chu defines Unified Modeling Language (UML) as a standardized system of diagrams, notations, and semantics for object-oriented design and modeling. He offers a basic introduction to UML, provides a conceptual model, and describes UML's building blocks and common mechanisms. The article includes a brief history of UML.

Chu, Steve W. Intercom (2000). Design>User Interface>XML>UML

244.
#27033

Unravel the OpenOffice File Format

OpenOffice provides a suite of applications whose native file format consists of a set of XML files, compressed into a ZIP archive. This article explores the basics of the OpenOffice file format.

O'Reilly and Associates (2004). Articles>Information Design>XML>OpenOffice

245.
#27743

Up and Atom

Atom is really two different things, both related to syndication (blogs, newsfeeds, and other information which gets updated periodically). The Atom Syndication Format is an IETF standard for publishing entries (single topics or items) and feeds (collections of topics or items). The Atom Publication Protocol (sometimes called the Atom API or abbreviated APP) is a means for finding, listing, adding, editing, and removing content from an Atom repository. While Atom the Syndication Format has gone through the IETF process to become a standard, the standards committee is still at work on Atom the Publishing Protocol, although it seems likely that much of it has stabilized at this point.

Elza, Dethe and David Mertz. IBM (2006). Articles>Web Design>XML>RSS

246.
#27744

Update XForms Using XForms

With XForms technology, you can provide a lightweight editor for an existing collection of XForms. Explore an approach to form authoring for simple, quick changes that improve the effectiveness of data collected. Typical form editing requires a separate application even for the most trivial changes. XForms manipulates XML data and submits it to a server, making it an ideal choice to author these trivial changes and submit them for redeployment.

Speicher, Steve K., Jan J. Kratky and Kevin E. Kelly. IBM (2006). Articles>Information Design>XML

247.
#27034

Use Character and Entity References

Not all characters are available on the keyboard! This hack shows you how to represent such characters in an XML document by using decimal and hexadecimal character references, and how to represent entities by using entity references.

O'Reilly and Associates (2005). Articles>Information Design>XML

248.
#26890

Use Data URIs to Include Media in XML

There are many ways to link to non-XML content within XML, including binary content. Sometimes you need to roll all such external content directly into the XML. Data scheme URIs are one way to specify a full resource within a URI, which you can then use in XML constructs. In this tip, Uche Ogbuji shows how to use this to bundle related media into a single file.

Ogbuji, Uche. IBM (2006). Articles>Information Design>Multimedia>XML

249.
#21620

Use Language-Specific Tools for XML Processing

DOM and SAX are the two best known systems for XML processing, but they are really compromises across programming languages. As such, they do not take advantage of any language's particular strengths. Often it is better to duck conventional wisdom and use special APIs that take advantage of particular strengths.

Ogbuji, Uche. IBM (2004). Design>Information Design>XML

250.
#29960

Use PHP to create XForms, Part 1: Creating a PHP XForms library

This two-part article series is designed to get PHP developers up to speed in leveraging Web 2.0 XForms forms for their PHP forms development so that they can finally put their outdated Web 1.0 HTML forms away. This will be accomplished by creating a library of functions that generate XForms elements when called upon. In this article, Part 1 of a two-part series, developers will create the XForms library using PHP, allowing each function to take in parameters and output XForm elements.

Anderson, Tyler. IBM (2007). Articles>Information Design>XML>XSL

 
« PREVIOUS PAGE  |  NEXT PAGE »

There are 7 readers currently online: 0 registered users and 7 guests. Register.Follow us on: TwitterFacebookRSSPost about us on: TwitterFacebookDeliciousRSSStumbleUpon