Tag: JSON / JAVA / XML

Community

Unicode Secrets

(Uche Ogbuji) Poor understanding of Unicode is probably the biggest obstacle users face when trying to learn how to process XML, and Python users are no exception. In my experience, Unicode matters are the most common component in users’ cries for help with Python XML tools. In this article and

Community

Language gap

(Ken Young) In science fiction movies the difficulty of people speaking different languages is usually solved by some high-tech device that, when spoken into, instantly translates the words into the language of choice. Even beings from other planets suddenly seem to be able to speak as if they have

Community

SOA Made Real

(Rich Salz) In this column we’ll actually build a web service using the style, as well as the examples, from the previous column. Again, we’ll use Norm Walsh’s where in the world service. For grins, we’ll look at a C#/.NET client and a Python server.

Community

All about JAXP, Part 1

(Brett McLaughlin) The Java API for XML Processing (JAXP) lets you validate, parse, and transform XML using several different APIs. JAXP provides both ease of use and vendor neutrality. This article, the first of a two-part series introducing JAXP, shows you how to take advantage of the API’s parsin

Community

Managing XML data: XML catalogs

(Elliotte Harold) An old programmer’s adage states that any problem can be solved with an additional layer of indirection — an adage that is as true in XML as in any other field. Many problems that arise when loading schemas, DTDs, and stylesheets can be elegantly solved by introducing XML catalogs