Categories
Tags → How To Use Xml

Flash GuestBook using PHP and Text files

This tutorial shows you how to create a simple Guest book in Flash. This Guest book is simple, efficient, fast, and easy to implement. There are no complicated database or xml issues to worry about. One swf, one script, and one text file. In this ex...
DETAILS

How to use Python''s xml_objectify

This article presents the xml_objectify module. It describes how to use xml_objectify and the advantages of using this &"Pythonic&" module for working with XML documents as objects.
DETAILS

Effective XML processing with DOM and XPath in Java

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 awk...
DETAILS

Professional XML Meta Data

Professional XML Meta Data takes a look at some of the initiatives at the bleeding edge of the XML meta data world. In this book you will see how schemas, topic maps, RDF, and inferencing can be put to use in the field of data description, discovery,...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Long-term persistence: Serialize JavaBean component state to XML

The ability to save the JavaBean component state for long-term persistence within an XML document has been a topic of much discussion with Java developers in the past few years. This feature has finally been adopted in the 1.4 version of J2SE. This a...
DETAILS

Using XLink to simplify the representation of data

This column takes a look at how to use XLink pointers when representing data to make XML documents more compact and flexible. Sample code shows examples of an invoice with and without the XLink pointers, plus an example of using XLinks with a URL-add...
DETAILS

Using XML Schema archetypes and XSLT style sheets to simplify your code

This column demonstrates how to use XML Schema archetyping (and style sheets) to control styling of data for various presentation modes. Ten code samples in XML, XML Schema, and XSLT show how the techniques work to reduce code bulk and simplify maint...
DETAILS

Creating an XML and XSL Class

This article examines how to use VBScript classes to transform XML documents for use in a Web application. It creates a handy class to perform a number of XML features, such as rendering XML information from an XSL stylesheet and returning plain XML ...
DETAILS

Using XML to Improve File-Upload Processing

This article presents an example of multiple binary file upload for Web applications using Extensible Markup Language (XML) technology, without the typical limitation of traditional file upload processing. It describes how to use Microsoft XML Parser...
DETAILS

SearchHippo HTTP XML web search API

This simple snippet allows you to interface with the SearchHippo web search engine''s http xml api. You must have expat compiled in to use this snippet. You can layer mostly any presentation around the results that come back. This is very simila...
DETAILS

Page:
©2003-2019 jCay.com