Other News

Community

Schemarama

Most schema languages rely on regular grammars for specifying schema constraints, a fundamental paradigm in the design of these languages. The one exception is Schematron, produced by Rick Jelliffe. Schematron throws out the regular grammar approach, replacing it with a rule-based system that uses X

Community

XML and Java for E-Business

Message transfer of e-business applications struggled in the past due to incompatible component models such as CORBA and COM, as well as complex, competing message standards such as ANSI-X.12 or EDIFACT. XML lowers these traditional barriers because all you need for processing is an XML parser. XML

Community

JDOM, The Java DOM

Using XML with Java is amazingly simple: All you need is a JDK, some free class libraries, a text editor and some data to process. The Document Object Model (DOM) is a popular, standardized way of manipulating XML data. Java developers might prefer JDOM in the future,a more Java-oriented API for rea