spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / perl / tutorial / 1

Developer News
OpenOffice 3.2 Lands Amid Critical Changes
Red Hat, IBM Firmly in KVM Virtualization Camp
Red Hat Talks Up Open Source Cloud Plans

XML and Perl:

Embedding XML in HTML

Abstract

In this article we'll show you how to turn your HTML files into mini databases by embedding XML tags within your Web pages to describe the enclosed content. We'll then build a Web-based Perl client that queries and displays the contents of these embedded XML tags. Finally, we'll extend what we've learned by developing a script that builds a top-news summary for http://www.internetnews.com.

The introduction and adoption of XML, a simplified version of SGML, is poised to make a monumental, yet fundamental advancement in how we store, share, and interact with data. Thanks in part to its simplicity, the Web has created a global information revolution that has redefined communication and human interaction. As a result, these global information repositories on the Web are becoming large and unmanageable. Even worse, HTML does not contain methods for organizing or classifying data. This makes it difficult for users to find pertinent information.

XML, on the other hand, is capable of independently defining and describing data in an easy to understand human and machine readable format. This frees the data from proprietary formats, which limit the scope, effectiveness, and longevity of information.

But how can we use XML in our sites today? After all, HTML is incompatible with XML. Read on and you'll find out.

xml-fetch.pl View source | Try it
This script retrieves a file from the Web, queries it for a specified list of comma delimited tags, and displays the tag name, attributes, and content.
inet-news.pl View source | Try it
This script retrieves the top-news headlines from http://www.internetnews.com and builds a news summary from the results.

Contents
Practical XML
Perl and XML
Querying the file
A Step Further
Summary

home / experts / perl / tutorial / 1

http://www.internet.com

Produced by Jonathan Eisenzopf and


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

webref The latest from WebReference.com Browse >
Search Engine Optimization: Selecting and Embedding Keywords · Are Google's Language Translation Web Services Ready for Prime Time? · Installing and Using Meeplace, the Business Review CMS
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
IBM DB2 10 for z/OS: Justifying the Upgrade · Living La Vida Colo: Choosing the Right Colocation Facility · FTC Concerns over Social Media Privacy Linger


Created: Feb. 14, 1999
Revised: Feb. 17, 1999

URL: http://www.webreference.com/perl/tutorial1/