Bookmark and Share
ASP
Perl
PHP
CSS
HTML
Javascript
XML
C
Visual Basic
Access
MySQL
SQL
MsSQL
Java
jQuery

XML Subcategories


Advanced UI Design Using XML and XSL - Part 5:
XML | Views: 0 |
Joe Slovinski creates a Progress Indicator object that uses XML and XSLT. This object has several uses, including updating the client browser of the progress of a data binding routine or the preloading of images

XPointer Basics
XML | Views: 0 |
You already know how to link XML documents together with XLink, and isolate specific nodes or node collections with XPath. Now uncover the third and final piece of the XML linking jigsaw - XPointer, an experimental technology from the W3C, which allows y..

XML and Modern CGI Applications
XML | Views: 0 |
Kip Hampton explores a modern CGI module, CGI::XMLApplication, which uses XML and XSLT to separate logic and presentation cleanly

Comparing XML Schema Languages
XML | Views: 0 |
This article explains what an XML schema language is and which features the different schema languages possess. It also documents the development of the major schema language families -- DTDs, W3C XML Schema, and RELAX NG -- and compares the features of ..

ebXML: Global Standard for Electronic Business?
XML | Views: 0 |
After examining the basic blocks with Universal Business Language and XML Common Business Language, what else is missing for electronic business? A whole lot more is incorporated into Electronic Business XML, ebXML for short

Parsing XML With DOMXML And PHP
XML | Views: 0 |
Extensible Mark-up Language (XML) has just about made its impression everywhere: B2B, B2C, as a replacement for .INI files, to aid with data abstraction and transportation, etc. In this article Mitchell shows us how to use the DOMXML library to parse and

Advanced UI Design Using XML and XSL - Part 6: Progress Indicator Usage
XML | Views: 0 |
Joe Slovinski explains several uses of his Progress Indicator object. These include displaying the status of a data binding routine and creating graphs and surveys

Web Services, Part V: XML and XSLT Programming
XML | Views: 0 |
One way to make XML data (like SOAP messages) look pretty is to use XSL. The Doc continues his examination of Web services with a quick look at the ins and outs of transforming XML documents into HTML using XSLT. By Yehuda Shiran and Tomer Shiran

Controlling Whitespace, Part Three
XML | Views: 0 |
In the third part of his series on handling whitespace in XSLT, Bob DuCharme discusses outputting tab characters and automated element indenting

What Are XForms?
XML | Views: 0 |
HTML forms have long been a weak link in web interfaces -- now XML comes to the rescue with XForms, the W3C's new web forms technology

WebContent Validation with XML::Schematron
XML | Views: 0 |
Kip Hampton explains how to use his XML::Schematron module to validate XML Web content with Perl

XML Parsing With SAX and Xerces
XML | Views: 0 |
So you've already seen how Perl and PHP handle XML data. But you're a Real Programmer, and Real Programmers don't waste time with scripting languages. Nope, you need something a little more powerful, something with more horsepower under the hood. Somethi..

Declaring Keys and Performing Lookups
XML | Views: 0 |
This month's Transforming XML column explains how to use xsl:key and key() to do value lookups in XSLT stylesheets

XML Parsing With SAX and Xerces (part 2)
XML | Views: 0 |
The first part of this article demonstrated the basics of the Xerces XML parser, explaining how it could be used to process XML documents in a non-Web environment. This concluding section closes the circle, taking everything you've learned so far and dem..

Introducing XML::SAX::Machines, Part One
XML | Views: 0 |
XML::SAX::Machines offers an elegant way of building and managing complex chains of SAX event handlers and generators. Kip Hampton introduces this helpful module

XML Parsing With DOM and Xerces (part 1)
XML | Views: 0 |
The Simple API for XML (SAX) is just one approach to parsing XML. An alternative approach is the Document Object Model (DOM), which builds a data tree in memory for easier, non-sequential access to XML data fragments. In this article, find out how to com..

Getting Your Feet Wet With SOAP
XML | Views: 0 |
Paul works up a lather over the Simple Object Access Protocol, a fast, easy, XML-based way for Web aps to talk to each other

Reading Multiple Input Documents
XML | Views: 0 |
When you run an XSLT processor, you tell it where to find the source tree document -- probably in a disk file on a local or remote computer -- and the stylesheet to apply to it

XML Parsing With DOM and Xerces (part 2)
XML | Views: 0 |
In this concluding article of a two-part series, use your knowledge of DOM processing with Xerces to construct simple Web applications based on Xerces, XML and JSP. Examples include transforming an XML file to HTML via Xerces and dynamically generating a..

Inside Sablotron: Virtual XML Documents
XML | Views: 0 |
Despite the growing popularity of streaming XML processing, many applications still need or prefer to store an entire XML tree in memory for processing. The internal representation can either stick to the Document Object Model (DOM) or use any other conv..
Previous 1 2 3 4 5 6 Next