Uche Ogbuji has announced a new (version 0.10.2) release of the Python-based, open-source 4Suite Server and the 4Suite collection of XML tools. The 4Suite site describes 4Suite Server as "a framework for XML services", not meant to stand alone as an application server, but instead
Author: SSWUG Research
Converting HTML to XHTML
Unless you've never created a Web page before, you're probably interested in how to convert an existing HTML page to XHTML. The Web has expanded to consist of an overwhelming number of Web pages-most of which are created with HTML. Undoubtedly, many Web developers will make the switch to XHT
Parsing CSV Values Into Multiple Rows
There have been quite a few requests on how to take a string of comma-separated values (CSV), and parse out the values individually. graz's article uses a stored procedure to extract each value into a variable. However, if you have a table with a column of CSV values, and you want to translate t
Migrating Oracle Databases to SQL Server 2000
The application migration process can appear complicated. There are many architectural differences between each relational database management system (RDBMS). The words and terminology used to describe Oracle architecture often have completely different meanings in Microsoft SQL Server. Additionally
From XML to DML the Java Way
By Rajendra Pande If you're using data from XML documents to modify an Oracle database, Oracle's Java tools and the custom Java code provided here can ease your way.
Tool aimed at Palm OS developers
Although debate rages on, longstanding problems with the development of hosted applications for Palm OS-based handhelds could be solved by an Extensible Markup Language middleware tool kit under development by Citrix Systems Inc.
Passing a CSV or Array to a Stored Procedure
From SQL Team Alex writes "I have a need to run a stored procedure which will insert multiple rows in the database. Biggest problem that I don't know from the begging how much inserts I need to do. I need to pass in the stored procedure an array of variables and loop over it. How I can
eWEEK names winners in eXcellence Awards program
SQL Server 2000 Wins eWEEK's eXcellence award for enterprise systems development. eWEEK on Thursday named 21 products and services as winners in its first annual eXcellence Awards program, the online competition to select the best new e-business products and services introduced during
James Clark updates TREX sample implementation
James Clark has announced an update to the sample Java implementation he created for his TREX validation language.
Understanding XForms
In this chapter, we cover the newest technology in Web forms, XForms. And when we say new, we mean really new. XForms is currently a "work in progress" at the W3C. So, in this chapter, we just provide you with a very brief overview of XForms.