by John B. O'Donahue – One of the most interesting new developments in XML processing has been the introduction of the Xbean. Xbeans are small and simple software components that take XML as input and process it in some way, passing XML on to the next Xbean. This approach lends itself very well
Other News
Easy Web Content Management with XMLcmNOW
Using XSLT to produce HTML pages becomes more and more popular. In our last column we examined an approach that dynamically generates content out of a servlet engine. Many Web sites still only serve static pages that have been uploaded through FTP, though. With the subsequently introduced XMLcmNOW,
Open source tools for ebXML, FpML
The Open ebXML Project have released tools supporting document generation for ebXML Business Process Analysis worksheets, and Finetix have released an open source tool for processing FpML, the financial products markup language.
Undocumented SQL Server 2000 System Tables
by Alexander Chigrik – In this article, I want to tell you about the undocumented system tables shipped with SQL Server 2000. These tables are used by some system stored procedures and most are stored in the master database (only the sysfiles1, sysproperties and sysfulltextnotify system tables are s
An Exclusive Interview with Robin Dewson
Robin Dewson is the author of the Wrox Press book, Beginning SQL Server 2000 Programming, and the co-writer of several other SQL Server-related books, including Professional Access 2000 Programming, Professional SQL Server Development with Access 2000, Professional SQL Server DTS, and Professional S
XSLT in Context
This chapter is designed to put XSLT in context. It's about the purpose of XSLT and the task it was designed to perform. It's about what kind of language it is, and how it came to be that way; and it's about how XSLT fits in with all the other technologies that you are likely to use in
Web services and XML technologies CD
The CD contains articles on XML and Web services, tutorials on transforming XML documents and messaging with Simple Object Access Protocol (SOAP), related IBM white papers, and more.
Applying XML Schema to XML Documents
by Wei Meng Lee – Most XML developers are familiar with using Document Type Definitions (DTDs)—a schema that defines the content model of an XML document—to enforce the structure of XML documents. However, DTD has several shortcomings. First, it is not an XML document, so XML parsers do not process
Microsoft tests JDBC driver for SQL Server
By Barbara Darrow – Microsoft and Merant DataDirect teamed on a driver to allow integrators to pump data back and forth between Windows-centric SQL Server and Java applications.
Exposing SQL Server Data to the Web with XML
Extensible markup language (XML) is a meta-markup language that provides a format for describing structured data. Unlike hyper text markup language (HTML), XML does not handle the presentation of data. Instead, the tags used to encompass the data are used to describe the data. This allows for a simp