(Jagadish Chaterjee) This article mainly focuses on reading XML documents in several ways using Visual Basic.NET 2005. Topics discussed include the XMLReader and XSLT, among others.
Tag: JSON / JAVA / XML
XML Matters: MochiKit
(David Mertz) MochiKit is a useful and high-level library for JavaScript. MochiKit takes its main inspiration from Python, and from the many conveniences the Python standard library offers; but on the side it also smooths over the inconsistencies among browser versions. MochiKit.DOM is a particularl
Step By Step: Why XML Pipelines Make Sense
(Kurt Cagle) As usual, I’ve been busy the last couple of weeks, working mainly on a new JavaScript template library that I hope will simplify a lot of the pain of XML development, at least on Firefox. I’ve discovered the same truth that other JavaScript practitioners are coming to realize – if you s
Reporting XSLT compilation errors in .NET
(Oleg Tkachenko) Reporting errors in XSLT stylesheets is a task that almost nobody gets done right. Including me – error reporting in nxslt sucks in a big way. Probably that’s because I’m just lazy bastard. But also lets face it – XslCompiledTransform API doesn’t help here.
Typed XML programmer — What’s your scale of typing?
(Ralf Lämmel) “Typed XML programmer, where have you have been in the last few weeks?” This series of blog posts has been stuck because I attended a bunch of conferences and workshops, and I was really busy with an incubation project on typed XML programming (see later in this series). I admit that I
The OpenAjax Technology Vision: Accelerating Customer Success with AJAX
(Jon Ferraiolo) One would think that an industry would slow down as it matures, but the Web has proven to be just the opposite. Innovations are happening at breakneck speed. Companies have to move faster than ever to keep up and survive.
People are reflecting on XML after 10 years
(Mike Champion) Although XML wasn’t officially released as a W3C Recommendation until February 1998, the effort that led to it began about 10 years ago. One recent anniversary is the first public working draft released on November 14, 1996. Another is its first public presentation at the SGML 19
How do I… Transfer and store data from an XML document in a relational database?
(Edmond Woychowsky) Between AJAX, Web services and just plain XML there is a plethora of information going to and fro. Yes, XML really makes it easy to move data from here to there and from there to here. While this is really great it totally ignores the fact that eventually the data needs to be sto
How to get line number for a node in XSLT
(Oleg Tkachenko) It’s surprisingly easy in .NET 2.0. Obviously it can’t be done with pure XSLT, but an extension function returning line number for a node takes literally two lines. The trick is to use XPathDocument, not XmlDocument to store source XML to be transformed.
AJAX Tips and Tricks
(Kris Hadlock) If you’re developing in AJAX, author Kris Hadlock has a few tricks you can use to avoid common issues and speed up your AJAX development time. This article shows you how to prevent cached AJAX requests, debug AJAX code with FireBug, and create a database connection.
