spacer

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

home / experts / perl / tutorial / 1

Developer News
ActiveState Debuts Open Source Business Suite
Salesforce Offers Visual App Builder
Codesion Steps Out From CVS's Shadow

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 >
Use Web Caching to Make Your Web Site Faster · Creating an Online Shopping Cart Mechanism in PHP · Log JavaScript Errors Using an AJAX-driven Web Service
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Configuring Granular Settings for a Database Level Audit · The Perils of a Web 2.0 Transition on Your Business Processes · Facebook Redesigns Site —Again — Nears 400M Mark


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

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