OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI - Updates to Apache/IBM parsers, XSLT for content mgmt



Summer 2001 updates to Apache and IBM parsers
==========================
New versions of the Apache XML Project's Xerces parsers released in June
support the W3C XML Schema Recommendation. The new Xerces for Java supports
essentially all of the XML Schema spec; Xerces for C++ implements a more
limited subset of XML Schema, an incremental step toward complete support
of the newly anointed specification that will in many cases take the place
of DTDs in XML development. IBM also released updates to the alphaWorks
parsers -- XML4C and XML4J -- that correspond to the Xerces parsers. A
table outlines the XML Schema features supported in this release of the
parsers.
http://www-106.ibm.com/developerworks/xml/library/x-parup?open&l=136,t=grx,p=xApache


Using XSLT for content management
==========================
This is the first installment of "Working XML", a column with companion
project code that demonstrates the evolution of full-fledged XML
applications. This column introduces XM (XSLT Make), a simple and
affordable Web publishing content-management solution that takes advantage
of XML and XSLT. Code samples show the development of a wrapper for the
XSLT to make it easy for a nonprogrammer to use. XM project code is
available by link.
http://www-106.ibm.com/developerworks/xml/library/x-wxxm/?open&l=136,t=grx,p=wrkgXML1