XML Subcategories |
Tracking Web Page Visitors with XML |
| XML | Views: 0 | |
| In this article Lai Yuen Kit creates a simple stats tracking program to demonstrate how to deal with records using XML, instead of ADO Object |
XML Basics (part 2) |
| XML | Views: 1 | |
| 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 |
Advanced Web-Enabled Applications and Services Architecture Using XML and XSL |
| XML | Views: 0 | |
| This article will introduce you to common mistakes and how to avoid them when dealing with Web-enabled application architecture. It also offers a robust example of how to build an expandable solution using XML and XSLT |
XSL Basics (part 1) |
| XML | Views: 0 | |
| 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 two-part series examines the need, rationale and basic co.. |
Dynamic Web Sites with XML, XSLT and JSP |
| XML | Views: 0 | |
| Your programmers and designers needn't be enemies just because your site uses dynamic data. One way to keep both camps happy is to use an XML based data structure delivered via Java Server Pages |
Editing XML with XSL and ASP |
| XML | Views: 0 | |
| This article builds upon the Saving HTML Form Data to XML article. Based on the feedback received, it seems many people wanted to know how to edit the XML data. So, without further ado, here it is: Editing XML with XSL and ASP |
XPath Basics |
| XML | Views: 0 | |
| 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, you need to know it inside out - and this tutorial ha.. |
Smart Tags: Dumb Technology? |
| XML | Views: 0 | |
| Need some smarts on Microsoft's latest innovation? Our XML expert Michael Classen discusses the pros and cons of Smart Tag technology and shows you how to use XML to create your own |
Advanced Web-Enabled Applications and Services Architecture Using XML and XSL - Part 2 |
| XML | Views: 0 | |
| This article builds on the concepts introduced in Part 1. It will show you an actual implementation in Visual Basic 6 that solves the problems faced by many companies and described in Part 1. This implementation shows you how to serve data up to any clie.. |
XSL Basics (part 2) |
| XML | Views: 0 | |
| 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 capabilities can substantially simplify your XSLT experience |
Introduction to XSL Transformations |
| XML | Views: 0 | |
| Start learning this popular, W3C-standard template language for converting XML data into new formats |
Book Excerpt: Inside XSLT |
| XML | Views: 0 | |
| Getting your data into an XML-based structure is one thing; making use of it once it is there is entirely another. In our first of a series of excerpts from chapter 2 of "Inside XSLT," author Steven Holzner introduces you to the format of an XML document |
Inside XSLT: Working with XSLT Elements |
| XML | Views: 0 | |
| Building an XSLT stylesheet requires familiarity with XSLT elements. In this second of our series of excerpts from the New Riders publication "Inside XSLT," we examine the more common elements needed in stylesheets, along with their allowed attributes an.. |
Advanced UI Design Using XML and XSL: Folder Tree Creation |
| XML | Views: 0 | |
| Joe Slovinski explains how to use XML and XSL to create a Web-based folder tree. Using XML and XSL makes this tree low maintenance and when transformed on the client can reduce load on your server |
Advanced UI Design Using XML and XSL: Custom Context Menu Creation |
| XML | Views: 0 | |
| Joe Slovinski explains how to use XML and XSL to create custom context menus on the fly. Using XML and XSL makes these menus low-maintenance and reusable, and reduces load on the server when transformed on the client |
The Fundamentals Of DTD Design |
| XML | Views: 0 | |
| Ever tried to read a DTD, and failed miserably? Ever wondered what all those symbols and weird language constructs meant? Well, fear not - this crash course will get you up to speed with the basics of DTD design in a hurry |
Inside XSLT: Transformation Fundamentals |
| XML | Views: 0 | |
| Enough XSLT theory; it's time for action. Armed with new knowledge of the <xsl:template> and <xsl:apply-templates> elements, part three of our "Inside XSLT" series shows you the fundamentals of node matching and information replacement. From New Ri.. |
XLink Basics |
| XML | Views: 0 | |
| If XML is to get anywhere near as popular as HTML is today, it needs to address a pretty basic requirement: the ability to connect different pieces of data together. Luckily, the W3C has a solution...and it's called XLink. Read on for the scoop |
Inside XSLT: Accessing Node Values |
| XML | Views: 0 | |
| The real key to effective XSLT transformations is the ability to access and manipulate the values within XML documents. Part 4 of our series of excerpts from "Inside XSLT" covers this feature, and also discusses XSLT support for the XML Base |
Inside XSLT: Output Methods |
| XML | Views: 0 | |
| Though transformations to HTML are common, they are by no means the only possible output of XSLT operations. Read on, and discover how to select from among several output options from within your stylesheets |
|