SAX Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 37 articles & tutorials regarding "SAX".
- 31.) Using XPath with SOAP
- by Massimiliano Bigatti September 16, 2003 XPath is a language for addressing parts of an XML document, used most commonly by XSLT. There are various APIs for processing XPath. For the purposes of this article I will use the open source Jaxen API. Jaxen is a Java XPath engine that supports many XML parsing APIs, such as SAX, DOM4J, and DOM. It also supports namespaces, variables, and functions. XPath is useful when you need to extract some information from an XML document, such as a...
Found at XML.com
- 32.) XML Basics for Java Developers, Part 3
- In part three in this series of book excerpts on XML basics for Java developers from Learning Java, 2nd Edition , learn about the Document Object Model (DOM). DOM Related Reading Learning Java, 2nd Edition By Pat Niemeyer , Jonathan Knudsen Table of Contents Index Sample Chapter Read Online--Safari In the last section , we used SAX to parse an XML document and build a Java object model representing it. In that case, we created specific Java types for each of our complex elements. If we...
Found at O'Reilly Network
- 33.) XML Namespaces Support in Python Tools, Part 1
- by Uche Ogbuji March 10, 2004 I have covered a lot of tools for processing XML in Python. In general I have deferred discussion of each tool's handling of XML namespaces in order to stick to the basics in the individual treatments. In this article I start to examine the support for XML namespaces in these packages, with a look at SAX and DOM from the standard Python library. But first, a warning. XML namespaces are largely a matter of shrugging acceptance among most XML users, but they...
Found at XML.com
- 34.) Getting Started With Cocoon 2
- by Steve Punte July 10, 2002 Introduction Cocoon 2 , part of the Apache XML Project, is a highly flexible web publishing framework built from reusable components. Although reusability is an oft-touted quality of software frameworks, Cocoon stands out because of the simplicity of the interface between the components. Cocoon 2 uses XML documents, via SAX, as its intercomponent API. As long as a component accepts and emits XML, it works. The purpose of this article is to provide an...
Found at XML.com
- 35.) Manipulate XML Data Easily with Integrated Readers and Writers in the .NET Framework
- Dino Esposito This article assumes you're familiar with XML and the .NET Framework Level of Difficulty 1 2 3 Download the code for this article: Real-WorldXML.exe (120KB) SUMMARY In the .NET Framework, XmlTextReader and XmlTextWriter provide for XML-driven reading and writing operations. In this article, the author discusses the architecture of readers and how they relate to XMLDOM and SAX parsers. He also shows how to use readers to parse and validate XML documents, how to leverage...
Found at MSDN Online
- 36.) Does StAX Belong in Your XML Toolbox?
- By Jeff Ryan Go to page: 1 2 Next Introduction Whenever you get a new tool in your toolbox, you are anxious to use it. As you followed along the examples in my previous articles, " Does StAX Stack Up? " and " Delving Deeper Into StAX ," you may have noticed that StAX (Streaming API for XML) is a very developer-friendly API. You also might be a little confused over when to use StAX versus the other XML processing tools in your toolbox such as SAX (Simple API for XML), DOM (Document...
Found at developer.com
More articles & tutorials (Index of all articles & tutorials)
|
|