(Frank Coyle) In part 1 of step 4, we looked at SAX and DOM parsers and found that SAX provided a simple way to extract data from streaming XML without incurring the high memory cost of building a DOM tree in memory. Another dimension of SAX is its ability to link handlers to create SAX filter chain
Tag: JSON / JAVA / XML
Enabling flexible distributed business processes with SOA – an illustration
(Krishnendu Kunti and Bijoy Majumdar) Service-oriented architectures holds the promise to radically change business processes by replacing tightly coupled proprietary interfaces and data formats with standards-based reusable business interfaces. Conventional business processes and roles tend to be d
Extreme Markup Languages
Extreme is an open marketplace of theories about markup and all the things that they support or that support them: the difficult cases in publishing, linguistics, transformation, searching, indexing, storage and retrieval, the things you wish you could do in XML so much that you’re thinking of creat
Creating documents over a subtree
(Neetu Rajpal) After my TLC session on XML Tools in Visual Studio a gentleman came up to me and asked me a question. He said that he deals with XML coming over the pipe and their usually isn’t an end-of-file character at the end of his email document. He was trying to figure out how he can create a
JSON on the Web, or: The Revenge of SML
(Simon St. Laurent) Back when XML seemed all new and shiny, suggestions that it might in fact be too large, too complicated, or even slightly broken went over rather badly. The xml-dev list rang with battles over whether further simplifications were a good idea (since we’d just lost all that SGML ca
Query Translation Scheme for Heterogeneous XML Data Sources
(Cindy X. Chen, George A. Mihaila, Sriram Padmanabhan and Isabelle M. Rouvellou) In order to formulate a meaningful XML query, a user must have some knowledge of the schema of the XML documents to be queried. The query will succeed only if the schema of the actual documents is consistent with the us
XLinq Part 1: Classes and Methods
(Thiru Thangarathinam) Nearly every .NET application needs to handle data that may reside in a wide range of data sources, from relational databases, to XML, to in-memory or disk-persisted objects. Although .NET Framework 2.0 exposes a number of classes to handle these types of data, it lacks a unif
Creating Forms in XML
(Jennifer Kyrnin) If you’ve been building Web pages for a while, chances are you have used, or are planning to use forms. HTML forms allow you to create dynamic pages that include information that your readers provide. They can also collect data from customers to provide services or ecommerce. But w
Retrieving settings in different XML configuration formats
(massivegas) We always use the regular app.config or web.config. But sometimes, we want our configuration files more flexible. Here’s a simple piece of code that will allow us to use more costumizable config files.
Behind the Scenes with XHTML
(Lee Underwood) In a previous article, we quickly touched on the requirements for proper XHTML coding, especially in relation to HTML 4.01. In this article, we’ll take a closer look at what some of those requirements are in relation to the head portion of the Web page. This is the portion of the doc
