| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Tutorials |
- HTML V5 and XHTML V2 by Adriaan de Jonge - [Clicks: 8]
While the intention of both HTML V5 and XHTML V2 is to improve on the existing versions, the approaches the developers chose to make those improvements is very different. And with differing philosophies come distinct results. For the first time in many years, the direction of upcoming browser versions is uncertain. Uncover the bigger picture behind the details of these two standards.
http://www.ibm.com/developerworks/web/library/x-html5xhtml2.html - Nov, 2007 - Comment lines: Peter Xu: Are you ready for XOP (XML-Oriented Programming)? by Peter Xu - [Clicks: 4]
The domain model is a familiar concept to most OOP (Object Oriented Programming) developers and architects, and has been used successfully in a variety of systems and projects. But how does this principle apply to SOA-based solutions?
http://www.ibm.com/developerworks/websphere/techjournal/0710_col_xu/0710_col_xu.html - Oct, 2007 - Voice enabling XML, Part 4: Develop a Web search application for VoiceXML by Martin Brown - [Clicks: 6]
In this final article of a four-part series, develop an application that takes VoiceXML as input and queries the Yahoo Search API for both basic Web searches and Yahoo local searches. The query returns information about businesses within a specific location and region. The application then reads the results to the caller after submission.
[Includes sample code]
http://www.ibm.com/developerworks/xml/library/x-voicexml4/index.html - Oct, 2007 - Voice enabling XML, Part 3: Voice blogging by Martin Brown - [Clicks: 7]
In this third article of a four-part series, you will develop a simple blogging application that takes VoiceXML (VXML) as input and saves the data into your online blog. You will also learn to use this type of voice blogging to great advantage when you create tweets, or Twitter entries.
[Includes sample code]
http://www.ibm.com/developerworks/xml/library/x-voicexml3/index.html - Sep, 2007 - DocBook: Write Once, Read Anywhere Documentation by Lara D'Abreo - [Clicks: 9]
DocBook enables developers to create technical documentation in XML. Learn how to use it to transform its XML output to PDF and HTML automatically and integrate it into your development environment.
[Includes sample code]
http://www.devx.com/Java/Article/35301 - Sep, 2007 - Voice enabling XML, Part 2: Develop a voice-enabled calendar by Martin Brown - [Clicks: 9]
In this second article of a four-part series, you learn to develop a voice-enabled calendar. Save the data of the calendar as XML; then to modify calendar entries, have the application read VoiceXML that contains your specified commands. The calendar can also output VoiceXML to speak your daily tasks back to you.
[Includes sample code]
http://www.ibm.com/developerworks/xml/library/x-voicexml2/index.html - Sep, 2007 - XML merging made easy by Laurent Bovet - [Clicks: 13]
Get started with an open source tool that lets you use XPath declarations to merge data from build scripts, config files, deployment descriptors and more.
http://www.javaworld.com/javaworld/jw-07-2007/jw-07-xmlmerge.html - Jul, 2007 - Manipulate OpenOffice.org's XML-based document formats by Roger McCoy - [Clicks: 8]
In this article, learn to take advantage of the compressed Extensible Markup Language (XML) format used by OpenOffice.org and similar programs to automate document editing. Learn to dissect OpenOffice.org's OpenDocument Format (ODF) text files and make changes to your documents using scripts or simple search-and-replace functions.
http://www.ibm.com/developerworks/xml/library/x-editodf.html - Jun, 2007 - Tip: Apply profile links to microformats by Uche Ogbuji - [Clicks: 6]
Microformats are a popular way to incorporate structured data into regular Web pages. Unfortunately, using microformats without some measure of control can lead to confusion and technical problems. Learn how formal profile declarations in your documents can improve the value of your microformats.
http://www.ibm.com/developerworks/xml/library/x-tipproflink.html - Jun, 2007 - Getting Productive with XMLMind by James Elliott, Marc Loy - [Clicks: 5]
In the area of technical publishing, there are still challenges to be faced when creating large, complex documents using XML. This week Jim Elliott and Marc Loy provide an excellent introduction to XMLMind, an XML editing environment optimized for complex technical documents.
http://www.xml.com/pub/a/2007/06/20/getting-productive-with-xmlmind.html - Jun, 2007 - Put XHTML 2 to work now by Bob DuCharme - [Clicks: 8]
The XHTML 2 specification isn't finished, but it already has many advantages over XHTML 1, including a greater structural richness that will make it more viable than its predecessor as an editorial format to serve as the central schema for a single-source publishing system. Without waiting for browser support of the new user interface features in XHTML 2, people who do large- or small-scale publishing can start to use these new features now.
http://www.ibm.com/developerworks/web/library/x-xhtml2now.html - Jun, 2007 - The W3C Multimodal Architecture, Part 3: A multimodal Web service by Gerald McCobb - [Clicks: 1]
Gerald McCobb concludes his introduction to the W3C Multimodal Architecture by showing you how to use the architecture as a generic template for developing a multimodal Web service.
[Includes sample code]
http://www.ibm.com/developerworks/web/library/wa-multimodarch3/index.html - Jun, 2007 - Tip: Always use an XML declaration by Uche Ogbuji - [Clicks: 8]
The XML declaration is optional in XML files, and defaults determine most of the information in the file. However, problems are common when these defaults do not match reality -- for example, the document could use an encoding other than one of the defaults. It's always safer to make the XML declaration. In this tip, Uche Ogbuji covers what should be included in the XML declaration on all files.
http://www.ibm.com/developerworks/xml/library/x-tipdecl.html - Jun, 2007 - The W3C Multimodal Architecture, Part 2: The XML specification stack by Gerald McCobb - [Clicks: 4]
Gerald McCobb continues his introduction to the forthcoming W3C Multimodal Architecture with a survey of the many XML languages that you can use to author multimodal applications. He then shows how several specifications -- SCXML, XHTML, REX, and XML Events -- could work together in a complete multimodal application.
[Includes sample code]
http://www.ibm.com/developerworks/web/library/wa-multimodarch2/index.html - May, 2007 - Get started with Industry Formats and Services with pureXML by Susan Malaika - [Clicks: 3]
The industry bundles for pureXML, published on alphaWorks, illustrate access to content stored on IBM DB2 in XML, through small script or Java-based applications. They are focused on populating, validating, and querying XML content that is pertinent to a specific industry. A pureXML industry bundle is typically a downloadable zip file that contains sample XML messages (XML instance documents), and scripts or Java code that populates one or more DB2 pureXML tables with the XML messages. The scripts also issue validation and query requests on the XML messages, and transform portions of the XML messages into relational tables. In this article, you'll learn about the industry-specific XML exchange formats, and learn how you can easily get started with implementing these solutions by downloading the industry bundles and viewing the interactive demonstrations.
http://www.ibm.com/developerworks/db2/library/techarticle/dm-0705malaika/index.html - May, 2007 - Thinking XML: Microformats the XML way by Uche Ogbuji - [Clicks: 11]
You might have heard about microformats, a way to embed small, specialized information within standard formats. In fact, microformats come in two types: elemental microformats, which are often quite useful, and compound microformats, which are often quite problematic. Learn about a basic approach to avoid the hacks in some compound microformats by virtue of the structure of the Web. XML, and other natural data representation technologies such as JSON, are just as viable as many of their counterparts in microformats.
http://www-128.ibm.com/developerworks/xml/library/x-think39.html - May, 2007 - The W3C Multimodal Architecture, Part 1: Overview and challenges by Gerald McCobb - [Clicks: 8]
The W3C Multimodal Interaction Working Group has been refining its proposal for a Multimodal Architecture since 2002. In this first article in a three-part series, Gerald McCobb of IBM presents an overview of the group's progress. Get an early look at the emerging architecture and learn about the challenges Web developers should consider when deciding whether to implement it.
http://www.ibm.com/developerworks/web/library/wa-multimodarch1/ - May, 2007 - Preserving XML queries during schema evolution by Mirella Moura Moro, Susan Malaika, Lipyeow Lim - [Clicks: 10]
The always evolving context of the Web imposes the challenge of how to accommodate new functionalities and new data types in the database that underlies a Web application or service. For XML databases, new schema versions can be released as frequently as once every six months. This article extends a taxonomy of changes that might apply to an XML schema during its evolution. It then examines the impact of those changes on the schema validation process (both forward and backward validations) and query evaluation. Based on the cases studied, this article proposes guidelines for XML schema evolution and for writing queries so they continue to operate as expected across evolving schemas.
http://www-128.ibm.com/developerworks/xml/library/x-evolvingxquery.html - May, 2007 - Tip: Use Web search engines to locate XML by Uche Ogbuji - [Clicks: 14]
Locate XML files with little-known features of Web search engines. Find XML feeds for public services, examples of particular XML formats, and more.
http://www-128.ibm.com/developerworks/xml/library/x-tipsearcheng.html - May, 2007 - Which XML Technologies Are Beautiful? by Michael Day - [Clicks: 16]
Michael Day asks an interesting question: which XML technologies are beautiful and why? He answers with some candidates. Which XML technologies do you think are most beautiful?
http://www.xml.com/pub/a/2007/04/18/which-xml-techologies-are-beautiful.html - Apr, 2007 - A Smoother Change to Version 2.0 by Marc de Graauw - [Clicks: 6]
Marc de Graauw follows up David Orchard's recent piece about versioning XML vocabularies with a piece about the Capability Compatibility Design Pattern, including code for achieving forward and backward compatibility between XML vocabulary revisions.
http://www.xml.com/pub/a/2007/04/11/a-smoother-change-to-version-20.html - Apr, 2007 - An Improved Approach for Creating SVG/XML Code and SVG/XML by Richard G. Baldwin - [Clicks: 14]
Learn to write a method that deals with the escape sequences required for the quotation marks that surround attribute values in XML and a method that makes it possible to create a general node in the DOM tree being used to represent an SVG graphic.
http://www.developer.com/java/other/article.php/3665131 - Mar, 2007 - XML and Java technology: Data binding in 1,000 varieties by Brett McLaughlin - [Clicks: 12]
Beyond using XML as a simple data format, data binding is one of the most popular uses of XML. It allows even beginner programmers to work with XML in a native programming language, and in many cases doesn't require any XML expertise at all. This article doesn't present a solution, instead Brett introduces some discussion topics to get you thinking about how you use XML and data binding. You're encouraged you to share your thoughts with others on the XML and Java technology discussion forum.
http://www-128.ibm.com/developerworks/java/library/x-xjavaforum2.html - Mar, 2007 - What Does XML Smell Like? by Michael Day - [Clicks: 6]
Michael Day presents some heuristics for sniffing out the difference between arbitrary XML and HTML documents on the Web.
http://www.xml.com/pub/a/2007/02/28/what-does-xml-smell-like.html - Feb, 2007 - XML and Java technology: What's XML really good for? by Brett McLaughlin - [Clicks: 14]
It's no secret that XML continues to be one of the most popular technologies that's shown up in the last ten years. But what is XML really good for? Is it useful for configuration data? For data exchange? As a medium for data storage? What is XML really good for? This article offers food for thought and encourages you to share your thoughts on the subject.
http://www-128.ibm.com/developerworks/java/library/x-xjavaforum1.html - Feb, 2007 - Ten predictions for XML in 2007 by Elliotte Rusty Harold - [Clicks: 10]
2006 was a quiet year for XML. Will 2007 be more exciting? Elliotte Rusty Harold predicts it will be.
http://www-128.ibm.com/developerworks/xml/library/x-xml2007predictions.html - Feb, 2007 - XML in 2006 by Elliotte Rusty Harold - [Clicks: 11]
Join Elliotte Rusty Harold for a look back at the most significant XML news from 2006.
http://www-128.ibm.com/developerworks/xml/library/x-xml2006review.html - Jan, 2007 - Is XML 2.0 Under Development? by Micah Dubinko - [Clicks: 10]
In Micah Dubinko's return to the XML Annoyances banner, he speculates as to whether the W3C is already considering whether to start work on XML 2.0. Read this piece and decide for yourself.
http://www.xml.com/pub/a/2007/01/10/is-xml-20-under-development.html - Jan, 2007 - Introducing XML Internationalization by Hernan Silberman - [Clicks: 9]
One key benefit of XML is the fact that it was designed for international use. But do you really understand the concepts of internationalization and localization? This article explains what they are, how they work, and why you want to use them.
http://www-128.ibm.com/developerworks/web/library/x-i18n1.html - Jan, 2007 - Working XML: Understand the various approaches to XML parsing by Benoit Marchal - [Clicks: 16]
Even developers who are very knowledgeable on advanced XML matters can lack a firm understanding of the fundamentals. To ensure a solid foundation, this article covers the most basic XML service: parsing. It introduces the various approaches to parsing and highlights their pros and cons.
http://www-128.ibm.com/developerworks/xml/library/x-wxxm38.html - Jan, 2007
- Understanding DOM by Nicholas Chase - [Clicks: 13]
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.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/edu/x-dw-xudom-i.html - Mar, 2007