(David Schwartz) Prior to SQL Server 2008, SQLXML 4.0 was released with SQL Server and was installed by all SQL Server editions, except in SQL Server Express. Beginning with SQL Server 2008, the latest version of SQLXML is no longer included in SQL Server.
Tag: JSON / JAVA / XML
Using XQuery and VoiceXML
(Martin Brown) XQuery and VoiceXML are a perfect combination. XQuery provides a very simple and direct method to generate XML documents from other XML documents. Because you can pick and choose the different elements that you want from the source XML file, and format the output file in any way you w
XML data binding
(quintessens) According to Wikipedia refers XML data binding to the process of representing the information in an XML document as an object in computer memory. This allows applications to access the data in the XML from the object rather than using the DOM to retrieve the data from a direct represen
The elusive XPath nodeset serialization
(William Vambenepe) I have been involved in various capacity with five different specifications that define a GET (or GET-like) operation that takes as input an XPath expression used to pinpoint the subset of the XML document that should be retrieved (here is a quick history as of a couple of years
Internationalize your apps with XSLT
(Leonida Gianfagna, Dr. Stefano Borghetti and Dr. Antonio Perrone) To meet the needs of users worldwide, today’s Web applications often require internationalization. In this article, you’ll see an approach for client-side internationalization based on XSLT. This solution only requires that both the
AutoComplete for Silverlight TextBoxes
(Nikhil Kothari) Yesterday I blogged about using and creating behaviors in Silverlight. This post will walk you through an autocomplete behavior that will hopefully furher crystallize the behavior concept.
The XML Namespace Tax
(K. Scott Allen) While XML literal features in Visual Basic get all the love, the new XElement API for the CLR makes working with XML in C# a bit more fun, too. It’s a prime cut of functional programming spiced with syntactic sugar.
Service-orientation and object-orientation part I: A comparison of goals and concepts
(Thomas Erl) It’s no big secret that one of the primary influences of service-orientation has been the well established object-oriented design paradigm. Though there are distinct differences, there is also much common ground between these two design philosophies. In fact, if it wasn’t for the innova
Processing Linked Web Data with XSLT
(Uche Ogbuji) The Semantic Web is a grand vision for increasing the power of the web through better expression and management of context. Semantic Web developers are building a framework to open up and connect organized information, which takes advantage of many popular developments on the web, such
Upload and view images to/from an Oracle database using an XML Web Service
(matrika) In this article, I am going to describe how to upload and fetch images to/from an Oracle database using an XML web service. There is a certain condition where my web application needs to communicate with a far remote database server. Remote communication is one of the major aspects of web
