(Susan Jackson and Hannah Parker) This tutorial offers an insight into the new Call Control XML (CCXML) language. This language enhances the telephony industry by allowing development of call control functionality, irrespective of the base proprietary telephony system. (R)
Tag: JSON / JAVA / XML
Create 3D representations with XSLT and SVG
(Nicholas Chase) In part 4 of this series on analyzing data with XSLT, the MindMap Research Team realized that the cognitive data they’re analyzing might be easier to understand if represented in the 3D space for which it is intended. The team decides to use XSLT to transform it into a 3D graph so c
SimpleXML
(James Murray) Learn an easy way to parse XML and putput it the way you want by using the simpleXML extensions in PHP5. Murray outlines the 3 main elements of an XML document and how to replace them with your own non-template data and how to build an array of all the tags put in the document.
HOWTO: Retrieve XML Data with an XPath Query in an ASP Client
This article demonstrates how to retrieve an eXtensible Markup Language (XML) data stream from a SQL Server 2000 mapping schema by using an XPath query for an Active Server Pages (ASP) client. The sample also allows you to test XPath queries against the mapping schema. Two methods are used to sho
Writing XML Using OPENXML
OPENXML is a Transact-SQL keyword that provides a rowset over in-memory XML documents. OPENXML is a rowset provider similar to a table or a view. OPENXML allows access to XML data as if it is a relational rowset by providing a rowset view of the internal representation of an XML document. The record
Integrating Portable XML Data with Portable C/C++ Code
(Zhaoqing Wang and Harry H. Cheng) XML is changing the world of information sharing and exchange. The XML standard allows users to clearly define their own data and documents in an open, platform-, vendor-, and language-neutral manner for tasks such as electronic data interchange, data management, a
Trickledown Namespaces?
(John E. Simpson) Why aren’t my namespaces being inherited? Some time ago I read something about namespace declarations which said, “The namespace declaration given for the current element is also valid for all its children and descendants.”
Populate Table Control dynamically from DataReader according to format given in an XML file
(Muhammad Musa Ali) I have to use a datareader which will be passed to my method by some other method. It contains the records that a certain search brought. I have to display the results of that search into a given asp:Table control. I do not know anything about the fields of the records contained
Working XML: UML, XMI, and code generation, Part 3
The third article on UML modeling and XML further refines the conversion stylesheet with the introduction of stereotypes and tags. These are extension mechanisms for UML that are used to store implementation information in the model. The last two installments of the Working XML column have explo
Java interview questions
What are synchronized methods and synchronized statements? Synchronized methods are methods that are used to control access to an object. For example, a thread only executes a synchronized method after it has acquired the lock for the method’s object or class. Synchronized statements are similar to
