| | |
Here are some resources to get you started: The dW XML zone is your one-stop shop for XML resources. See www-106.ibm.com/developerworks/xml for everything you always wanted to know about XML. XML tools: developerWorks has "Fill your XML toolbox" articles that describe XML programming tools for a variety of languages: In addition to these articles, see David Mertz's review of Python XML tools in his article "Charming Python: Revisiting XML tools for Python" at www-106.ibm.com/developerworks/library/l-pxml.html. XML tutorials: Dozens of tutorials on XML topics are available on developerWorks; see http://www-105.ibm.com/developerworks/education.nsf/dw/xml-onlinecourse-bytitle for the latest list. IBM's jStart team: The jStart team works at very low cost to help customers build solutions using new technology (XML Web services, for example). In return, those customers agree to let IBM publicize their projects as a case studies. For more information, see ibm.com/software/jstart. XML standards: Here's an alphabetical list of all the XML standards mentioned in this tutorial. - DOM, the Document Object Model:
- HR-XML.org, the Human Resources XML Consortium: hr-xml.org
- JAXP, the Java API for XML: java.sun.com/xml/jaxp/
- JDOM, which doesn't stand for anything: jdom.org/
- SAX, the Simple API for XML: saxproject.org/
- SMIL, the Synchronized Multimedia Integration Language: www.w3.org/TR/smil20/
- SOAP, which used to stand for the Simple Object Access Protocol, but now officially doesn't stand for anything: w3.org/TR/SOAP/
- SVG, Scalable Vector Graphics: www.w3.org/TR/SVG/
- UDDI, the Universal Description, Discovery, and Integration Protocol: uddi.org
- WSDL, the Web Services Description Language: w3.org/TR/wsdl (no closing slash)
- XLink, the XML Linking Language: w3.org/TR/xlink/
- XML, the standard that started it all: w3.org/TR/REC-xml
- XML Digital Signatures: w3.org/TR/xmldsig-core/
- XML Encryption: w3.org/TR/xmlenc-core/
- XML Namespaces: w3.org/TR/REC-xml-names/
- XML Repository of DTDs and schemas: xml.org/xml/registry.jsp
- XML Schema:
- XPath, the XML Path Language: w3.org/TR/xpath (no closing slash)
- XPointer, the XML Pointer Language: www.w3.org/TR/xptr/
- XSL-FO, the Extensible Stylesheet Language for Formatting Objects: w3.org/TR/xsl/
- XSLT, the Extensible Stylesheet Language: w3.org/TR/xslt (no closing slash)
For more on JDOM, read these developerWorks articles:
|