(John Liu) I just got home from the Sydney .NET User Group tonight, where they talked about SilverLight and Flex in a session focused on RIA.
Tag: JSON / JAVA / XML
Are you using a real XML parser?
(Boris Kolpackov) Recently there’s been a bunch of announcements of new XML parsers that claim to be very fast, very small or both. I also see a lot of people get very enthusiastic about using them in their applications. Just the other day I got an email from a user asking if it was possible to use
Tip of the Month: Getting XML Formatted Device Details
(Chet) Zenoss provides a variety of tools to help you integrate it into other tools. Commonly used are the REST, XML-RPC and Python APIs. Another less-used option is XML. This can be very useful as a read-only integration point because you can get all of the data you need in a single simple transact
XmlSearch() Ignores CDATA Sections In ColdFusion XPath
(Ben Nadel) I ran into a really weird problem today. I was working on an event based XML parser (along the lines of the SAX parser, but way dumbbed down) and couldn’t seem to get CDATA sections to be returned in my XPath. CDATA is an escape notation that ensure that a block of text is not parsed as
How to Write an XML Schema
(Jennifer Kyrnin) When XML first came out, there were DTDs (Document Type Definitions) that defined what the XML was going to look like and how it worked. But DTDs were written in yet another format than XML and so if you wanted to write XML applications you had to learn XML and how to write a DTD.
XLinq’n in the new world – Speed comparison with Xml/XPath
(Derik Whittaker) In Part 4 of this little mini-series we will examine the speed differences between XLinq and Xml/XPath.
Implement Semantic Web standards in your Web site
(Rob Crowther) With Yahoo’s recent announcement that they will implement support of Semantic Web standards in their search engine, the benefits that the Semantic Web has for your site have never been clearer. In addition to the existing benefits such as your structured content giving you a free, ope
Creating ordered elements in XML
(Jim Kring) XML doesn’t inherently support element ordering. So, if you have XML that looks like this (below), you can’t deterministically say that the element with “foo” data comes before element with “bar” data.
Web Services For Ecologists
(Andrew Birt and Rahul Ravikumar) This article describes the creation of an ATL Web Service (Visual Studio 2008 IDE) and a Web Service client (ASP.NET). The ultimate goal is to describe a simple, efficient and repeatable methodology to integrate legacy C++ code (mathematical models and analyses) i
Displaying a Microsoft Project XML file using Diagrammer for .NET, WPF and LinQ (Part 1)
(Emmanuel Tissandier) Diagrammer for .NET 1.5 introduces a set of new WPF controls that can present information as a graph display made of nodes and links. In this post, I will show how you can use these controls to display the content of a Microsoft Project XML file. We will use .NET 3.5 and Linq t
