XML Subcategories |
Transforming XML With SAX Filters |
| XML | Views: 0 | |
| Kip Hampton concludes his series of advanced SAX topics by showing how to use SAX filters to transform XML |
Navigating XML with XPath |
| XML | Views: 0 | |
| Learn how XPath can make simple work of extracting the data that you need from an XML document |
Inside XSLT: Wrap-Up |
| XML | Views: 0 | |
| We conclude our series of excerpts from the New Riders publication, Inside XSLT. Learn how XSLT stylesheets can be simplified, embedded, included, and imported; and also discover the differences in stylesheet handling within Microsoft's Internet Explorer |
Generating Unique IDs and Linking to Them |
| XML | Views: 0 | |
| Bob DuCharme explains the creation and use of unique element IDs, using XSLT's generate-id(), in order to build complex document links |
Understanding XML Schema |
| XML | Views: 0 | |
| Imagine a technology that offered you all the power of a DTD without the associated unpleasantness of those strange symbols and arcane commands. Sounds too good to be true? Say hello to XML Schema |
Professional XML Schemas: Why do we Need Schemas? |
| XML | Views: 0 | |
| XML is intended to be a self-describing data format, allowing authors to define a set of element and attribute names that describe the content of a document. As XML allows the author such flexibility, we need to be able to define what element and attribu.. |
Get XSL To Do Your Dirty Work |
| XML | Views: 0 | |
| Tired of writing reams of code to convert your database's document format into neatly formatted HTML pages? The Extensible Stylesheet Language (XSL) was designed to do that sort of grunt work for you |
XPath string functions |
| XML | Views: 0 | |
| Advanced string translations can extract data when an XML document lacks a corresponding element |
Transform Your PHP with XSLT |
| XML | Views: 0 | |
| Is it time to give your CMS a breath of fresh air? In this follow-up to his popular introductory XSL article, Kev shows you how to perform server-side XSL Transformations in PHP |
XPath quantity functions |
| XML | Views: 0 | |
| Reduce your programming load by calculating information about XML data right in the XSLT template. |
Professional XML Web Services: Data |
| XML | Views: 0 | |
| To properly read your SOAP messages, Web processes must understand what types of information you've included within them. Data encoding is the next topic in our series of excerpts from Wrox's Professional XML Web Services |
Controlling Whitespace, Part 1 |
| XML | Views: 0 | |
| In the first of a multipart series, Bob DuCharme discusses stripping and preserving whitespace in XSLT transformations of XML documents |
Data Encoding or Data 'n Coding? |
| XML | Views: 0 | |
| One key to designing a web service is determining what information a client and server will pass back and forth on the wire. This process has two stages. First, you need to develop an abstract notion of what data needs to be exchanged, e.g., an Invoice, .. |
Advanced UI Design Using XML and XSL - Part 4: Folder Tree Drag and Drop |
| XML | Views: 0 | |
| Joe Slovinski creates a drag-and-drop object for folder trees. This control has the capability to drag and drop entities from one point within a tree to another or between multiple trees |
One Language to Bind Them All |
| XML | Views: 0 | |
| They may or may not be Tolkien fans, but the creators of the Universal Business Language (UBL) do seek to bind the benefits of multiple business language schemas into a single communication standard. XML expert Michael Classen explains |
A Look at MSXML 4.0 RTM |
| XML | Views: 0 | |
| While I'm sure many of you know that Microsoft has released version 4.0 of their XML parser, for those of you who don't, well you do now... and if you're using XML with ASP, this should serve as your wake up call |
Introduction to dbXML |
| XML | Views: 0 | |
| Following on from his introduction to native XML databases, Kimbro Staken introduces the dbXML open source native XML database |
Better living with XML schemas |
| XML | Views: 0 | |
| Easier to use and more informative than the old SGML-based DTD, XML schemas define and validate your XML data structures |
Business Basics: A Common Business Language |
| XML | Views: 0 | |
| Continuing our tour on XML for business, we examine the heritage of the newly to-be-developed Universal Business Language, the XML Common Business Library (xCBL) |
Controlling Whitespace, Part Two |
| XML | Views: 0 | |
| Bob DuCharme continues his three-part series on controlling whitespace in XSLT using xsl:text and other techniques |
|