XSL Basics (part 2)
In this concluding article, expand your XSLT vocabulary by exploring conditional constructs, loops, variables, and numbering, together with examples and illustrations of how these programming...
View ArticleXSL Basics (part 1)
With a sound foundation in XML theory behind you, it’s now time to address the other half of the jigsaw – actually converting all that marked-up data into something useful. This first article in a...
View ArticleXPath Basics
One of the fundamental constructs for XSL transformations and XML links, XPath is nonetheless one of the lesser lights of the XML universe. However, if you’re serious about developing your XML skills,...
View ArticleXML Basics (part 2)
Now that you know the basics, this article explains how to use XML’s more advanced constructs to author complex XML documents. Entities, namespaces, CDATA blocks, processing instructions – they’re all...
View ArticleXML Basics (part 1)
Struggling with XML? Can’t figure out the difference between an entity and a namespace? Fear not – our XML series has all the answers. This introductory article discusses the origins and design goals...
View ArticleUsing PHP with XML (part 2)
PHP offers two methods of parsing an XML document. You’ve already seen how SAX works; in this article, find out how to use PHP’s DOM functions to traverse an XML tree, and also learn about important...
View ArticleUsing PHP with XML (part 1)
By separating content from presentation, XML offers Web developers a powerful alternative to traditional HTML technology…and when you combine that with PHP, you have a truly compelling new set of...
View ArticleIntroduction to Cocoon, XML XSL
This tutorial will guide you through setting up Tomcat and Cocoon to serve XML pages, then you will create a DTD, XML file and three XSL stylesheets so that you can view your data in your desktop...
View ArticleAn Introduction to XML
XML is an acronym for “Extensible Markup Language”. XML is the latest, powerful , platform-independent and content-dependent technology in the internet development. Learn all about it here. Visit Tutorial
View Article