This DHTML ticker rotates and displays messages pulled from a XML file. Works in both IE5+ and NS6+.
Based on an analysis of several large XML projects, this article examines how to make effective and efficient use of DOM in Java. The DOM offers a flexible and powerful means for creating, processing, and manipulating XML documents, but it can be...
Ticker links are easily configurable using an external XML file. There is no limit to the number of links that you can add! / Each ticker applet has several configuration options available, like color and font properties. These can be changed...
Understanding the DOM is an article in which the author gives information about latest parsing technique which uses Document Object Model API to transfer XML documents in ASP.NET framework. In this tutorial the beginners can learn about the...
XML Ticker using XML DSO can be implemented in your web pages to scroll text. This JavaScript uses the XML Data Source Object, which is an ActiveX control built into Microsoft Internet Explorer and reads the messages from an external XML file. The...
XML Strengths & Weekness' with DOM, ASP & XSL is an ASP.NET tutorial in which author describes the method of using XML in ASP and VB. The author gives several definitions for XML, which will be defined according to different attributes. In...
Track Changes to an XML Doc is an article in which author describes about the method of creating an application which uses DOM events for tracking if any changes have occured in XML documents. From this tutorial the programmers can learn about...
This is an article that discusses about managing XML DOM elments. In this tutorial the author illustrates about using VB script for modifying, adding and removing elements. This tutorial will be of much use for the users in learning the basic...
Traversing the DOM Using XPath is an useful tutorial for the users to gain knowledge about the process of locating the node in XML documents by using Xpath expression. In this tutorial the author discusses about two methods SelectSingleNode() and...
eZ xml is a XML DOM parser that is written in pure PHP. it is fully compatible with the libXml parser used in eZ publish, but does not require any external liberaries. |