MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
Similar Articles
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... mark for My Articles similar articles
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... mark for My Articles similar articles
JavaWorld
December 2001
Sam Brodkin
Use XML data binding to do your laundry This article walks you through two frameworks for generating Java classes automatically from XML data constraints: Sun's Java Architecture for XML Binding (JAXB) and Castor from the Exolab Group... mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
New Architect
February 2003
Ron Miller
Corel Ventura 10 A long awaited update, but the XML integration isn't deep enough mark for My Articles similar articles
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. mark for My Articles similar articles
Linux Journal
March 7, 2006
Bruce Byfield
OOo Off the Wall: That's Your Version--Document Control in OOo Writer Learn how to use OpenOffice.org Writer's version control tools to keep track of who made which changes and when, without diving into big CMS applications. mark for My Articles similar articles
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. mark for My Articles similar articles
PC World
October 9, 2002
Matt Berger
Microsoft Readies XML Editor XDocs expected to join Office family of applications in 2003, Ballmer will announce. mark for My Articles similar articles
JavaWorld
November 2000
Brett McLaughlin
Validation with Java and XML schema, Part 3 Taking validation beyond simple if-then-else structures, XML schemas can provide a better way to validate data in Java applications. You'll learn to parse the XML schema, build up Java representations of the schema's constraints, and apply those constraints to an application's data... mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
PC Magazine
November 14, 2007
Neil J. Rubenking
Stripping Out Metadata in Word Want to remove your name and other personal info from a Word document? Here's a simple trick to do just that. mark for My Articles similar articles
Macworld
October 14, 2005
Galen Gruman
MLayout 2.1 Aimed at mid-level publishers, this software includes several sophisticated tools. mark for My Articles similar articles
InternetNews
May 21, 2007
Clint Boulton
Microsoft, China Translate Files in Open Source Microsoft today said it is funding an open source translator project between China's Unified Office Format and the Ecma Open XML file formats. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
InternetNews
August 12, 2009
Microsoft Blocked From Selling Word, Fined $290M A U.S. court yesterday slapped Microsoft with a $290 million fine and ordered it to cease selling versions of Microsoft Office Word, marking the latest fallout from a patent dispute with a smaller firm. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
Information Today
November 28, 2005
Richard W. Wiggins
British Library and Others Join Microsoft in Document Standards Effort Seeking to promote digital preservation of documents composed in Microsoft Office formats, the British Library and a number of other enterprises have joined Microsoft's effort to define a new standard for Office Open XML. mark for My Articles similar articles
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. mark for My Articles 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. mark for My Articles similar articles
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. mark for My Articles similar articles
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... mark for My Articles similar articles
PC World
June 22, 2001
Matt Berger
Microsoft Peeks Into the Future of Software Company's chief executive says packages apps are a thing of the past, and XML is a sign of things to come... mark for My Articles similar articles
JavaWorld
August 2000
Simon Brown
Encapsulate reusable functionality in JSP tags JavaServer Pages (JSP) are a great mechanism for delivering dynamic Web-based content. This article will show how easy it is to build, deploy, and use your own custom JSP tag, using the Servlet/JSP reference implementation, Tomcat. mark for My Articles similar articles
JavaWorld
October 2000
Michael Koch
Leverage legacy systems with a blend of XML, XSL, and Java As e-commerce becomes a focal point for companies scrambling to have a presence on the electronic frontier, incorporating those new ventures into the existing infrastructure becomes crucial. A few creative applications using XML and Java can give you a good solution... mark for My Articles similar articles
Financial Advisor
April 2007
Joel Bruckenstein
Advisor's Guide To Word 2007 Virtually every advisor in the U.S. uses Microsoft Word to some extent, so we all are impacted by the release of MS Word 2007. Here's what you need to know about the new release. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
Linux Journal
February 1, 2007
Marcel Gagne
Cooking with Linux - Words, Words, Words... When it comes to being understood and sharing information, it's not just about open source, it's about open standards. mark for My Articles similar articles
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. mark for My Articles similar articles
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. mark for My Articles similar articles
InternetNews
December 7, 2006
Michael Hickins
Microsoft Office Open XML Sparks Standards Fight The Ecma standards organization approved Microsoft's document format, opening the door for certification by ISO, which has already approved a competing standard. mark for My Articles similar articles
CIO
May 15, 2001
Scott Berinato
The Hype Stuff Will XML be the ultimate platform? Or will it be the next EDI? mark for My Articles similar articles
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... mark for My Articles similar articles
PC Magazine
September 18, 2003
Matthew P. Graven
Microsoft Office 2003: A New Strategy Depending on how you use the suite, the changes range anywhere from moderately useful to ground breaking. mark for My Articles similar articles
PC Magazine
November 16, 2005
Mendelson & Dragan
Microsoft Office 12 Beta 1: Extreme Makeover Office 12 will be the biggest update to Microsoft's flagship office suite in ten years. Find out just how big the changes will be. mark for My Articles similar articles
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. mark for My Articles similar articles
InternetNews
February 3, 2005
Clint Boulton
Gates Reaffirms Microsoft's Interoperability Pledge Bill Gates says Microsoft will work with the industry on XML-based Web services. mark for My Articles similar articles
InternetNews
June 2, 2005
Clint Boulton
Microsoft to Adopt XML Formats in Office 12 Microsoft said it will use XML technology as the default file formats for the next version of its productivity software, Office 12. mark for My Articles similar articles
D-Lib
October 2006
DLF-Aquifer Asset Actions Experiment: Demonstrating Value of Actionable URLs A report on a prototyping and demonstration experiment carried out by the DLF Aquifer Technology/Architecture Working Group. mark for My Articles similar articles
PC World
February 2006
Michael S. Lasky
A Smart New Office We tried out the first beta of Microsoft's major overhaul of its venerable office suite and for the most part, we liked what we saw. mark for My Articles similar articles
PC World
February 22, 2007
Luhn & Hart-Davis
Get Ready to Work With Office 2007's New Formats Office 2007's XML file formats can complicate migration and file sharing; be prepared. Also, tweak the suite's ribbon interface. mark for My Articles similar articles
Information Today
March 3, 2008
Hot Neuron Introduces Document Clustering Software Hot Neuron announced the release of version 1.0 of its Clustify document clustering software, aimed at helping corporations and law firms explore, organize, and tag large document sets. mark for My Articles similar articles
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. mark for My Articles similar articles