Similar Articles |
|
InternetNews November 3, 2005 Clint Boulton |
W3C Ratifies Key XML Specs The World Wide Web consortium had a landmark day for XML development, recommending XSLT 2.0 and XML XQuery 1.0 as standards for transforming and querying XML. |
InternetNews January 24, 2007 Clint Boulton |
Key XML Standards Pass W3C Muster The World Wide Web Consortium today confirmed the fitness of several XML standards designed to query, transform and access XML data and documents. |
JavaWorld September 2000 Andre Tost |
XML document processing in Java using XPath and XSLT The XSLT and XPath standards provide a way of handling certain problems that is more elegant and efficient than simply using the DOM API. In fact, using DOM, XSLT, and XPath together, applying each to different problems, will lead to the best code... |
Linux Journal March 1, 2002 Cameron Laird |
XSLT Powers a New Wave of Web Applications Extensible Stylesheet Language for Transformations (XSLT) is a computing language specialized for mapping XML documents into other XML documents... |
Bio-IT World May 19, 2004 Smietana & Lou |
Better Lab Workflow with XML Many bottlenecks could be avoided if informatics data systems provided mechanisms for installing these device drivers so that new instruments could be seamlessly integrated into laboratory workflow. |
New Architect October 2002 Paul Sholtz |
Tame the Information Tangle A new breed of document storage and management systems has appeared that's been specially optimized for publishing XML documents on the Web. A look at native XML databases and XML-enabled databases. |
New Architect October 2002 Kurt Cagle |
When Good Servers Meet Bad Clients A review of Coherity XML Database (CXD) 3.0: strong server technology, but weak documentation and poor user interface. |
JavaWorld December 2001 Taylor Cowan |
XSLT blooms with Java XSLT (Extensible Stylesheet Language Transformation) offers an excellent vehicle for styling XML documents as HTML. However, it shows some weakness when the transformation requires extensive logic. When XSLT languages fail to complete the job, you can extend your stylesheets with Java classes and take advantage of both languages' features. This article demonstrates how to extend XSLT with Java. You will learn how to instantiate and invoke methods on Java objects from within an XSLT stylesheet. The article also demonstrates how XML nodes are passed to Java classes and returned back to the stylesheet for further processing. |
Linux Journal September 30, 2006 David Lynch |
Simple Web Sites Using DocBook XML and CSS An embedded software developer explains how to build simple content Web sites using DocBook XML and CSS. |
JavaWorld February 2002 Julien Mercay & Gilbert Bouzeid |
Boost Struts with XSLT and XML Struts is an innovative server-side Java framework designed to build Web applications. This article introduces the processing model underlying Struts, describes the Struts framework itself, and presents Model 2X, which enhances Struts... |
InternetNews December 20, 2004 Clint Boulton |
New W3C Standard Reuses Content The Web standards body reaches another goal in its bid to construct composite XML documents reusing information. |
JavaWorld September 2002 Joe Walker |
XML glossary With XML evolving at a rapid pace, many developers get lost in a sea of acronyms. This article defines many XML technologies crucial to Java developers |
Linux Journal April 1, 2007 Chad Files |
Use Inkscape and XSLT to Create Cross-Platform Reports and Forms A way to create platform-independent dynamic forms and reports. |
New Architect November 2002 Kurt Cagle |
eXcelon Stylus Studio 4.0 Today, eXcelon Stylus Studio has gone from being a promising concept to a superb, mature editor for XSLT. It has also extended its capability to other languages, including XML Schema Definition language (XSD) and Java servlets. |
InternetNews May 14, 2010 |
W3C Issues XProc XML Pipeline Standard World Wide Web Consortium issues long-awaited XML pipeline standard dubbed XProc to enable interoperability across multiple XML documents. |
JavaWorld June 2000 Michael Ball |
XSL gives your XML some style Separating content from presentation is one of XML's major features. But eventually you need to style that XML into something presentable. That's where XSL (Extensible Stylesheet Language) comes in -- XSL transforms XML from one document type to another. Servlets provide a great platform for doing those translations. In this article you'll learn how to transform XML into HTML, using servlets. |
JavaWorld August 2000 Robert Hustead |
Mapping XML to Java, Part 1 The SAX API is superior to the DOM API in many aspects of runtime performance. In this article we will explore using SAX to map XML data to Java. Because using SAX is not as intuitive as using DOM, we will also spend some time familiarizing ourselves with coding to SAX. |
JavaWorld July 2000 Mark Johnson |
Programming XML in Java, Part 3 An in-depth look at the Document Object Model (DOM), the most common alternative XML-processing mechanism. See how you can use DOM to manipulate the source code data in an illustrative example program... |
Bio-IT World February 2006 Chris Dwan |
Notes from the Lab: Multicore and More Benchmarks for the new quad-chip, dual-core Xeon systems from Intel... Web Services... Getting the Most from Grid Engine... Coming Soon: Server Virtualization Bakeoff... |
Macworld October 2000 Lisa Schmeiser |
Inside XML Will These Three Letters Change the Web Forever? Don't let what you don't know frighten you. XML promises to make Web publishing as simple as an elementary-school grammar lesson. And Macworld's in-depth XML tutorial will show you what it's all about. |
InternetNews April 11, 2005 Jim Wagner |
Open Sourcing on The Grid ActiveGrid gives the open source community a grid computing XML development tool and application server for Web developers. |
D-Lib May/Jun 2015 Geipel et al. |
Metamorph: A Transformation Language for Semi-structured Data In this paper we present Metamorph, a data flow-oriented language for transforming semi-structured data. Its declarative style facilitates communication between programmers and domain experts. |
Industrial Physicist Aug/Sep 2003 Kaufman et al. |
Forum: Grid computing made simple Grid computing enables the use and pooling of computer and data resources to solve complex mathematical problems. The technique is the latest development in an evolution that earlier brought forth such advances as distributed computing, the Worldwide Web, and collaborative computing. |
JavaWorld May 2000 Bill Venners |
Objects versus documents for server-client interaction, Part 1 Bill Venners compares the traditional approach to client-server interaction, using protocols and documents, with Jini's approach of using objects and interfaces.... |
InternetNews February 6, 2004 Alexander Wolfe |
Interop, the Web Services Watchword Are too many groups working on too many specifications for Web services? Some experts think so. |
JavaWorld October 2000 Brett McLaughlin |
Validation with Java and XML Schema, Part 2 A roadmap for taking Java method parameters and validating them against constraints in an XML document. Various approaches will be examined, and you will begin to actually code the utilities for converting those XML constraints into usable Java utilities... |
JavaWorld January 2001 Stanley Santiago |
Combine the power of XPath and JSP tag libraries In this article, we'll examine the XPath custom tag library for JSPs and see a tag collection that provides simple control constructs and a uniform attribute value substitution facility, all of which combine to reduce complexity and improve functionality... |
Linux Journal February 1, 2007 Ben Martin |
Virtual Filesystems Are Virtual Office Documents Use libferris, XML and XSLT to create virtual filesystems and virtual documents. |
JavaWorld July 2000 Jason Hunter & Brett McLaughlin |
Easy Java/XML integration with JDOM, Part 2 JDOM is a new API for reading, writing, and manipulating XML from within Java code. In Part 1 of this series, Hunter and McLaughlin explained how to use JDOM to read XML from an existing source. In this final part, they focus on how you can use JDOM to create and mutate XML. |
InternetNews April 22, 2004 Ryan Naraine |
XML Encryption Added to Apache Project The Apache Foundation's XML Security Project takes another step towards full implementation of security standards in the markup language. |
Linux Journal April 1, 2007 Kamran Husain |
Extract and Parse ODF Files with Python This article highlights the basic structure of ODF files, some internals of the underlying XML files and shows how to use Python to read the contents to perform a simple search for keywords. |
InternetNews February 12, 2004 Alexander Wolfe |
Microsoft Locks Up XML Patent The software giant lands another XML patent, which will bolster its product development scheme. |
Macworld October 17, 2005 David Sawyer McFarland |
Dreamweaver 8 This solid Web-authoring program features greater stability, faster performance, and new design tools |
JavaWorld October 2000 Rinaldo Di Giorgio |
Serve clients' specific protocol requirements with Brazil, Part 2 How to use XML to facilitate data exchange between applications.... How you apply XML to exchange weather data... Scripting languages that you can implement to efficiently and quickly produce XML-tagged data... etc. |
InternetNews February 2, 2007 Michael Hickins |
Microsoft Produces One-Way ODF Translator Microsoft has produced a translator allowing competing word processing programs to read Open XML Word documents. |
InternetNews January 6, 2005 Clint Boulton |
IBM to Add Native XML for DB2 The company is planning to add a separate storage manager to DB2, making it easier for programmers to use XML. |
CIO May 15, 2004 Christopher Lindquist |
True Grid Long the domain of scientists and engineers, grid computing is finally going mainstream. CIOs need to examine their applications to see if their businesses can benefit from grid's power and economies. |
JavaWorld May 2002 Leon Messerschmidt |
Take the sting out of SAX Although SAX (the Simple API for XML) parsers are handy tools for parsing XML content, developing and maintaining a SAX parser can prove difficult. This article shows you how to use the information contained in XML Schemas to generate source code for a skeleton SAX parser... |
D-Lib May 2003 Priscilla Caplan |
XML in Libraries Reading XML in Libraries, edited by Roy Tennant, gave me once again a powerful sense of the vigor and creativity with which we seize upon new technologies. The book features a baker's dozen of short case studies describing various library-related applications using XML in some way. |
JavaWorld August 2000 Arden Yingling |
News and New Product Briefs IBM offers Java Virtual Machines for download; Atinav launches Java-based communications software; Manning releases guide to Java 3D user interfaces; Eliad releases JSmartGrid for Java 2; JunC++ion integrates Java and C++; Sun XML center offers graphics software. |
JavaWorld February 2002 Victor Okunev |
Generate JavaBean classes dynamically with XSLT For some projects, you need a more flexible business object structure. This article lays a foundation for a simple framework to build truly adaptive systems, saving you hours of routine programming... |
InternetNews November 16, 2005 Clint Boulton |
IBM Strikes Hard With 'Viper' DB Packed with more native XML bite than ever before, IBM's next DB2 server enters the world as an open beta. |
PC Magazine December 28, 2004 Richard V. Dragan |
Ease into XML with Microsoft Word 2003 Office 2003 is XML-aware, and Word is a good place to get your feet wet. |
IEEE Spectrum July 2006 Gagliardi & Grey |
Old World, New Grid CERN's massive parallel processing system is expanding from particle physics to everything else, and from Europe to everywhere else. The initiative, funded by the European Union, is called Enabling Grids for E-sciencE (EGEE). |
D-Lib February 2005 |
The eXtensible Past: The Relevance of the XML Data Format for Access to Historical Datasets and a Strategy for Digital Preservation Reports on investigations carried out by the Netherlands Historical Data Archive into the relevance of the XML data format and the "Open Archives" paradigm on the long-term preservation and dissemination of historical datasets. |
CIO July 1, 2001 Tim Bray |
XML: Three Letters Every CIO Should Know In a world ruled by data, it's time for a tool that protects you from the future... |
InternetNews April 22, 2005 Clint Boulton |
XML Buffs Laud XQuery The spec isn't official yet, but developers are already taking up the language with gusto, a survey says. |
CIO April 1, 2002 Eric Berkman |
Power Pool Distributed processing gets an updated look as vendors go for the grid... |
Bio-IT World December 10, 2002 Mark Hall |
Grids: When Concepts Collide Within just a few years, grid computing has gone from being a subject discussed by only experts in the fields of high-performance computing (HPC) and networking to one that has captured the imagination of an increasingly large percentage of the computing public. |
Wall Street & Technology May 15, 2006 Paul Allen |
Banks Take Their Places on the Grid As new alternative investment products are added to the mix, and portfolio managers and risk managers strive to get an accurate view of a fund's value and associated risk, systems are being stretched to the limit of their computing power. |