Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
XML and Perl: Embedding XML in HTML
Using XML and Relational Databases with Perl
Create RSS channels from HTML news sites
Top Code
Create RSS channels from HTML news sites
Using XML and Relational Databases with Perl
XML and Perl: Embedding XML in HTML
CGI/PERL > Tips and Tutorials > XML and Perl
Source List

Code 1-3 of 3   


This article starts with showing how to embed XML tags in web pages and turn the HTML files into mini databases. It follows this by constructing a Perl client that queries the embedded XML tags and displays them. The article finally develops a...





This article focuses on integrating XML with relational databases. It brings out the options for transferring data between XML documents and relational databases and demonstrates how this can be achieved via Perl. All the examples from this...



This tutorial concentrates on how Perl can manipulate RSS so as to convert any news site into an RSS web service. In this XML-based format, the information is described in a format that simplifies the news down to a few key elements. This uses...