IBM developerWorks resources: xml_pickle and Web rendering

webmasterbeta

New Member
Two IBM developerWorks articles on XML developments:http://www.ibm.com/developer/xml?opem&l=501,t=gr,p=dwhp'Pythonic' treatment of XML documents as objects---------------------------------------------------------------David Mertz, Ph.D. discuss some of the goals, decisions, and limitationsof the project to create a more seamless integration between XML and Python;and hopefully provide you with a set of useful modules and techniques thatpoint to easier ways to meet programming goals. All tools created as partof the project will be released to the public domain. David Mertz presentsthe xml_pickle module.<!-- m --><a class="postlink" href="http://www-4.ibm.com/software/developer/library/xml-matters1/?open&l=501,t=gr,p=XMLpytHow">http://www-4.ibm.com/software/developer ... =XMLpytHow</a><!-- m --> to render XML documents in popular Web browsers------------------------------------------------------------Here's a practical step-by-step explanation of how to display XML documentsin two popular browsers. The authors demonstrate the default display behaviorsof Internet Explorer 5.5 and Netscape 6.0 browsers and show how to applystylesheets for custom display. Details include sample code used to createdisplays of XML documents. After reading this article, you will be ableto set up your XML document for browser display using default and customdisplay approaches, avoiding common pitfalls in the process.<!-- m --><a class="postlink" href="http://www-4.ibm.com/software/developer/library/web-xml/?open&l=501,t=gr,p=XMLwebXML">http://www-4.ibm.com/software/developer ... =XMLwebXML</a><!-- m --> Lightweight Extractor--------------------------------------------------------------XLE allows a user to annotate a given DTD, then extract XML documents conformingto that DTD from underlying data sources.<!-- m --><a class="postlink" href="http://www.alphaworks.ibm.com/tech/xle?open&l=xml.g,t=gr,p=XMLext">http://www.alphaworks.ibm.com/tech/xle? ... r,p=XMLext</a><!-- m -->
 
Back
Top