Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | XML | Tutorials & Tips

Results 1-20 of 82
PHP and XML: using expat functions
posted byjustininPHP & XML
This tutorial shows how to parse XML documents in PHP. It walks you through a fairly simple application of XML that you can use to implement a news system for your home page.
(27 ratings)
Reviews0
PriceFree
Views14119
XML Tutorials - XSD (XML Schema Definition) Syntax
This tutorial describes: Simple XML Elements with Pre-defined Data Types Simple XML Elements with Extended Data Types Complex XML Elements Simple Content XML Elements Empty XML Elements Anomymous Data Types Sample XSD File - dictionary.xsd
(13 ratings)
Reviews1
PriceFree
Views2999
A Guide to XML
This article provides a technical introduction to XML with an eye towards guiding the reader to appropriate sections of the XML specification when greater technical detail is desired. This introduction is geared towards a reader with some HTML or SGML experience, although that experience is not absolutely necessary. The XML Link and XML Style specifications are also briefly outlined.
(12 ratings)
Reviews0
PriceFree
Views11451
Using XML and JSP together
XML and JSP are two of the hottest buzzwords these days. This article shows how you can use these two technologies together to make a dynamic Website. You also get a look at code examples for DOM, XPath, XSL, and other Java-XML techniques.
(10 ratings)
Reviews1
PriceFree
Views7848
XMLPitstop
Provides a central location for everything that a developer needs to know about XML technologies (XML, XSLT, XLL, SVG and about 40 other categories). You will find examples with Source Code, Tutorials, Tools, Resources, Books, etc.
(9 ratings)
Reviews0
PriceFree
Views2212
Herong's Notes on XML Technologies
This book is a collection of notes I wrote while I was learning eXtensible Markup Language (XML) and other related technologies: CSS: Cascading Style Sheet DOM: Document Object Model DTD: Document Type Definition SAX: Simple API for XML XHTML: eXtensible HTML XML: eXtensible Markup Language XQL: XML Query language XSD: XML Schema Definition XSL: eXtensible Style Language XSLT: XSL Transformation
(9 ratings)
Reviews0
PriceFree
Views2461
Get ready for XForms
Traditional HTML forms violate many of the tenets of good markup language design, frequently mixing presentation and data. This article introduces you to XForms, an extension of XHTML that represents the next generation of Web forms. Though XForms is still in an embryonic state, it holds great promise: For instance, a form written with XForms can be written once and displayed in optimal ways on several different platforms. This article will give you a head start on this important emerging XML technology.
(6 ratings)
Reviews0
PriceFree
Views3001
DTD Validation with DOM and SAX Using Java
posted byheronginJava & XML
This tutorial helps you undersstand XML file validation with DTD files. Two tutorial Java programs are provided: one with DOM and one with SAX.
(6 ratings)
Reviews0
PriceFree
Views2653
Make the most of Xerces - C++, Part 1
posted byvoltroninParsing
This two-part article offers an introduction to the Xerces-C++ XML library. Part 1 explains how to link the library into applications written in Linux and Windows. Ample code demonstrates parsing with the SAX API, and a sample application shows you how to create a bar graph in ASCII art. In Part 2, I'll demonstrate how to load, manipulate, or synthesize a DOM document, and you'll see how to create the same bar graph using Scalable Vector Graphics (SVG). C++ programmers who read these articles should be able to easily add XML parsing and processing capabilities to their applications.
(6 ratings)
Reviews0
PriceFree
Views3054
Displaying XML with XSLT and CSS
This is another simple snippet that shows how to use XSLT and CSS on the client to format your XML data.
(6 ratings)
Reviews0
PriceFree
Views4228
XHTML 1.0 Tutorials - Understanding Forms and Input Fields
A collection of 25 FAQs/tutorials tips on XHTML forms and input fields. Clear answers are provided with tutorial exercises on forms and input fields: form elements and submission methods; input elements and input types like text, password, radio, checkbox, hidden, submit, file, image, button; dropdown lists and text areas; multiple forms.
(3 ratings)
Reviews0
PriceFree
Views1490
XML - Editors, Tutorials, Training, Database, XML Tools
One stop for XML, XML editors, XML tutorials, XML formats, define XML, XML Training, XML Databases, XML Tools, XML writers, learn XML, XML spy, XML Schema, Voice XML, XML Parsers.
(3 ratings)
Reviews0
PriceFree
Views3251
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 awkward to use and can lead to brittle and buggy code. Author Parand Tony Daruger provides a set of Java usage patterns and a library of functions to make DOM robust and easy to use.
(3 ratings)
Reviews0
PriceFree
Views3061
XML Tutorial
Learn how to create an XML document from scratch and find out why XML is becoming so important. Topics covered include: popular XML editors, basic XML syntax, how to properly nest your XML tags, and much more.
(3 ratings)
Reviews0
PriceFree
Views2191
Filtering Data Islands
This snippet demonstrates uses the "Singles Online" dating application to demonstrate some of most common functionality found in business applications. a) Filtering b) Sorting by column header (ascending or descending) and c) Highlighting the row as the mouse moves over it. As with my other "Redneck Employee" snippet, it uses a behavior .htc file to do the highlighting and column sorting. However, this snippet also demonstrates how to use XML/XSLT to filter the data data island in the page.
(3 ratings)
Reviews0
PriceFree
Views2042
XML Introduction
In 1970 IBM Introduced SGML (Standard Generalized Markup Language). SGML was developed out of the General Markup Language (GML), which was developed by IBM in the late 1960s. SGML is a semantic and structural language for text documents but is very complicated. HTML is a subset of SGML. In 1996 XML Working Group was formed under W3C .The World Wide Web Consortium (W3C) is an international consortium where Member organizations, a full-time staff, and the public work together to develop Web standards . W3C was created by Tim Berners-Lee in 1994 who also invented the World Wide Web in 1989. In 1998 W3C introduced XML 1.0.
(3 ratings)
Reviews0
PriceFree
Views1297
The XML FAQ
Maintained on behalf of the World Wide Web Consortium�s XML Special Interest Group, this site provides a long list of FAQ on XML technology from what it is and what it can do to more specific elements of XML.
(3 ratings)
Reviews0
PriceFree
Views3508
Binding XML to a DropDown in ASP.NET
This example demonstrates a nice an easy way to databing an an XML Document to an ASP.NET drop down control.
(3 ratings)
Reviews0
PriceFree
Views3095
Decoding XML and the DTD
posted bykwigintinAuthoring
This introductory article shows how to create XML Document Type Definitions (DTDs) and well-formed, well-defined XML files that can be validated by the XML parser of your choice. While you don't have to include a DTD with every XML file you produce, doing so will make your life a lot easier. Not only will a DTD enforce the syntax you've established for your XML files, it will also allow your files to be parsed by a validating XML parser. Code samples include DTD and XML document examples.
(3 ratings)
Reviews0
PriceFree
Views1681
Tips and Prerequisites for Learning VoiceXML
posted bychowsysinAuthoring
There are a number of concepts that you will want to become familiar with before you can effectively learn VoiceXML. It is first important for you to have a basic understanding of programming concepts and elements. In addition to this, you must have a basic understanding of the field of telephony.
(3 ratings)
Reviews0
PriceFree
Views1073
Results 1-20 of 82