Categories
Tags → Html To Xml

Recurse, not divide, to conquer

Ever want to know how to bridge processing of an HTML element over two XSLT templates? Here''s why not to do it. This article demonstrates how to shift your thinking into the XSLT recursive approach, which is especially helpful if you have a bac...
DETAILS

Converting Your existing HTML to XML

This article explains how to easily migrate HTML pages to XML using HTML Tidy and a COM Wrapper. It discusses a sample conversion of the bookmark file from HTML to XML and then into a browser-neutral tree view. Helpful for sites where a lot of inform...
DETAILS

Managing e-zines with JavaMail and XSLT, Part 2

This article demonstrates how to automate e-mail publishing chores with Java and XML. This concrete application of XML and XSLT describes an e-mail newsletter (e-zine) publishing application that outputs both HTML and plain text e-mail messages. Five...
DETAILS

XML and Perl: Embedding XML in HTML

This 6-page article explains what XML is, and what it can be used for. It also shows how to develop a Perl script to retrieve and display the contents of HTML embedded XML tags, and how to create a script that gathers news headlines from an XML file ...
DETAILS

Spinning your XML for screens of all sizes

This article shows how to use HTML as an intermediate language so that you can write a single stylesheet to translate from XML to one or more versions of HTML and use the features of the WebSphere Transcoding Publisher server to translate the resulti...
DETAILS

Add XML Newsfeeds to Your Site

This tutorial explains how to fetch XML data from an external web site and transform the data into HTML through XSL and ASP.
DETAILS

Editing XML with XSL and ASP

As a follow-up to the &"Saving HTML Form Data to XML&" article, this tutorial explains how to edit XML files using XSL and ASP. This example assumes that you are familiar with ASP, XML and HTML 4.0.
DETAILS

Transforming XML with XSL using Sablotron

This article, along with source code, explains how to parse XML documents using XSLT (eXtensible Stylesheet Language Transformations). XSLT is a language for transforming XML documents into other XML documents or HTML documents. It does not discuss X...
DETAILS

The Quote Cache Random Quote Viewer

The Random Quote Viewer works with our own Quote Cache (http://quotes.prolix.nu)and its archive of hundreds of literary quotes. It fetches an XML document containing a random quote, changes it to HTML and writes it to your site. The quote can be plac...
DETAILS

Internet Document and Report Server

The Internet Document and Report Server is a java servlet used in conjunction with the Reporting Markup Language to simplify the creation of online reports. The IDRS also supports a full securty model, or it can also run without security. IDRS is des...
DETAILS

Page:
©2003-2019 jCay.com