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 - XML, XSLT, ebXML articles



Making XSLT style sheets from XSLT components
==============================================
XSLT style sheets can be used to dynamically transform XML to complex
presentation markup for browsers -- but if the presentation is complex, the
style sheet will be too. What's needed is some tool that can build complex
style sheets from simple components. Since XSLT is itself an XML, XSLT can
be manipulated with XSLT; style sheets can write style sheets. This article
shows how an XSLT style sheet that performs some particular runtime
transformation can be built from XSLT components.
http://www-106.ibm.com/developerworks/ibm/library/i-styles/?open&l=136,t=grdd,p=XSLTstsheets


xml_pickle and xml_objectify
=======================================
Since author David Mertz first introduced his handy utilities for
high-level Python handling of XML documents, users and readers have
contributed a number of extremely useful enhancements and suggestions. This
column presents some of the changes to his module suite, as well as some
tips on advanced aspects of using and customizing the modules. Code samples
demonstrate py_obj._XML attributes, node attributes treated as objects and
lists, py_obj magic attribute behavior, and more.
http://www-106.ibm.com/developerworks/xml/library/x-matters11?open&l=136,t=grx,p=XMLmtrs11


Understanding ebXML
===================
ebXML is a big project with a lot of pieces. This article outlines how the
pieces all fit together. This overview provides an introduction to the
ebXML concept and then looks a bit more specifically at the representation
of business processes, an important starting point for ebXML
implementations. Two bits of sample code demonstrate the
ProcessSpecification DTD and a package of collaborations.
http://www-106.ibm.com/developerworks/xml/library/x-ebxml/?open&l=136,t=grx,p=ebXML