Java API for XML Processing (JAXP)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Writing SAX Filters by Anghel Leonard   - [Clicks: 16]
    Learn how using SAX filters can help improve your SAX parsing performance.
    http://javaboutique.internet.com/tutorials/sax/ - Oct, 2007
  • XML and Java technology: A return to basics by Brett McLaughlin   - [Clicks: 17]
    Brett McLaughlin revisits some XML basics, from document structure to the age-old attributes versus elements issue. You'll relearn how to optimize your XML and ensure it's in tip-top shape.
    http://www.ibm.com/developerworks/java/library/x-xjavaforum6.html - Oct, 2007
  • Understandable Code Is Prosperous Code by Todd Lauinger   - [Clicks: 4]
    If you're the only one who can understand the code, your program's not done. Work through an XML schema validation problem in Java to learn the importance of writing software that others can easily understand, support, and enhance.
    [Includes source code]
    http://www.devx.com/xml/Article/35577 - Oct, 2007
  • Step 1 in Multithreaded XML Transformations (and All Other Programs) by Todd Lauinger   - [Clicks: 6]
    Work through a common multithreaded XML transformation problem in Java. Along the way, you'll learn why getting a software program working is just Step 1 in a series of steps to produce good software.
    http://www.devx.com/xml/Article/34677 - May, 2007
  • Schema Validation with JAXP or JDOM by Deepak Vohra   - [Clicks: 32]
    Schema validation is one surefire way to maximize the data trasnferring capabilities of any XML document. Learn how to use two different schema validation APIs.
    http://javaboutique.internet.com/tutorials/jdomjaxp/ - Mar, 2007
  • Java JAXP, Creating Graphics Using Java and SVG by Richard G. Baldwin   - [Clicks: 15]
    Learn how to write servlets to produce SVG code that will be rendered in graphic form by an SVG-compatible browser. Also see how write your own SVG graphics library to eliminate or at least alleviate the requirement to write raw XML code or raw JAXP DOM code, making it possible for you to produce SVG output simply by making Java method calls.
    http://www.developer.com/java/other/article.php/3655506 - Jan, 2007

[Top]