Home > Articles > Web Services > XML

XML

287 Items

Sort by Date | Title

Perl and XML Web Services
May 16, 2003
This chapter discusses web services and some of the Perl facilities that support them.
Preventing State-Based Attacks of Web Applications
Feb 24, 2006
The concept of state, or the ability to remember information as a user travels from page to page within a site, is an important one for Web testers. Developers of Web applications must take it upon themselves to code state information so they can enforce rules about page access and session management. This chapter contains a series of attacks that will help determine if your Web application does this important task correctly and securely.
Principles and Frameworks Around MSXML
Sep 7, 2001
Fabio Arciniegas, author of C++ XML, shows you how to use the Microsoft XML toolkit, MSXML, to create highly reusable DOM code and to extend the Visual Studio product to automate DOM programming.
Processing XML with Java: Reading XML
Jan 17, 2003
Reading an XML document is a complicated, error-prone operation. Elliotte Rusty Harold discusses how to use an XML parser to read the document for you.
Programming with LINQ to XML for Objects
Nov 21, 2008
Paul Kimmels show how LINQ to XML for Objects (a.k.a. LINQ to XSD) works.
Programming with Water™: Introduction to a Simple Application
Jul 12, 2002
Learn how Water™ — a new XML-Native language that allows you to program in XML — can be used to create a simple form-based application.
pureXML: Using XML in DB2 for z/OS
Jun 4, 2012
This chapter introduces you to the basics of XML and provides an overview of pureXML, IBM’s implementation of XML support embedded in DB2.
RSS 101
May 20, 2005
Have you ever wondered what those XML and RSS icons on a web page mean? Have you ever been asked to aggregate somebody? Do you have too many blogs to read and no way to organize them? If you've answered yes to at least one of these questions, take a look at Bob Reselman's article on the fundamentals of RSS for the answers.
RSS Clustering: A Unique Approach for Managing Your RSS Feeds
Jul 8, 2005
Content syndicated via RDF site summary (RSS) feeds is a great feature of the Net, with one big drawback: WTMI (way too much information). Jose Nazario discusses a custom RSS aggregation approach that allows the user to handle large volumes of RSS data, as well as find interesting trends within the flood.
RSS: Implementation Issues and Recommendations
Mar 12, 2004
If you're going to set up content distribution with RSS, you'll need to make some basic decisions. After that, though, it's pretty easy to implement RSS feeds on your site.
Saving Money with Legacy Data
Mar 11, 2005
Migrating legacy source code is a time-consuming and complicated business. The same is often true for the migration of legacy data, but there are some useful techniques that can reduce the cost. In this article, network management software specialist Stephen Morris discusses the migration (or upgrading) of legacy data into XML format. This process proves to be surprisingly straightforward and low in cost.
Saving Money with Legacy Source Code
Feb 4, 2005
A happy marriage between legacy and new source code helps to reduce the cost of development. Network management specialist Stephen Morris discusses the way in which mixed language techniques and software design patterns can help to ease the inevitable migration of source code.
Schema Extensibility and the any Element
Oct 31, 2003
Two of the most powerful and interesting aspects of XML Schema are the creation of extensible schemas and using XML Schema as a portable type system. Unfortunately, these two features are among the most difficult to understand and apply. This article provides some basic guidance on applying these features in your applications.
Service Oriented Architecture: Inventory of Distributed Computing Concepts
Dec 10, 2004
Today's enterprise application landscapes are characterized by a variety of different technologies and concepts for distribution. This chapter provides an overview of this variety and how choosing the correct type of distribution can make or break your project.
Seven Steps to XML Mastery, Step 1: Read Before You Write
Apr 28, 2006
Frank Coyle takes us on the first step to mastering XML: learning how to read XML code. In this article, he discusses the power and use of RSS, SVG, DTDs, and a host of other web-related abbreviations that you've probably seen thrown around but never quite understood.
Seven Steps to XML Mastery, Step 2: Display for the Web
May 19, 2006
Now that you've conquered step 1, reading XML code, it's time to learn how to prep that XML code for publishing on the Web. In step 2 of his series, Frank Coyle gives the lowdown on how to structure web pages with some key XHTML elements and attributes to take advantage of the power of Cascading Style Sheets and to get things ready for upcoming work with XSLT.
Seven Steps to XML Mastery, Step 3: Exploring the Power of XSLT (Part 2 of 2)
Jun 2, 2006
Manual XSLT transforms are great, but Frank Coyle wants to push us a little harder. In this article, he shows how we can generate HTML dynamically from our XML, by using a Java servlet whenever someone visits our web site. As you’ll see, XSLT resembles a rule-based expert system that can transform XML into virtually any other data representation.
Seven Steps to XML Mastery, Step 3: Transform with XSLT (Part 1 of 2)
May 26, 2006
Frank Coyle is ready to take us one step closer to XML mastery in this article on how to leverage the power of XSLT, XPath, and namespaces to generate HTML code dynamically from the customer's XML data.
Seven Steps to XML Mastery, Step 4: Parsing and Processing XML (Part 1 of 2)
Jun 9, 2006
In this fourth step to XML mastery, Frank Coyle starts us into the world of parsing technology with a look at the major parsing models: DOM, SAX, and StAX (a newcomer on the block). With some parsing technology under your belt, you can programmatically extract, modify, and even create XML - and it's actually much less complicated than it sounds.
Seven Steps to XML Mastery, Step 4: Parsing and Processing XML (Part 2 of 2)
Jul 7, 2006
In the second part of step 4 toward XML mastery, Frank Coyle moves us a bit deeper into the XML parsing world, with a look at how SAX filters can be used to compose parsing components into more complex applications. He then takes a look at a hot new successor to SAX called StAX, which lets applications “pull” information from an XML document as needed. StAX is generating a lot of interest in both the server and handheld device worlds, where applications need to stay in control in order to manage their resources.

<< < Prev Page 6 7 8 9 10 Next >