On CNET: Your car could run on sugar and tequila
85 Resources for

xml-data

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Integrating Portable XML Data With Portable C/C++ Code
XML is changing the world of information sharing and exchange. Because XML is a well-formed markup language, a programming technology is required in order to perform processing-related tasks such as parsing, generating, manipulating, and validating XML data. For that reason, C and C++ are commonly used for writing XML-based applications....
Tags: XML, XML-Data, C/C++, Programming Languages, Software Development, Software/Web Development
White papers
The Power of the Data View Web Part - Level 200
Displaying meaningful data from a variety of XML data sources can be complicated and it typically requires writing custom code. Microsoft Office FrontPage 2003 and Microsoft Windows SharePoint Services have developed a technology, captured in the Data View Web Part that makes the process of displaying XML data as easy...
Tags: Web, Microsoft Corp., XML-Data
Webcasts
MSDN Webcast: SQL Masterclass: The New XML Data Type (Level 300)
This webcast shows how to use the new XML data type to simplify development and application processes and scalability and how the XML data type represents a giant leap toward providing an open environment for extending the scalability and performance of the applications and system architectures.
Tags: Microsoft Developer Network, Webcast, Scalability, SQL, XML-Data
Webcasts
Austrian Broadcaster Gains High Availability With SQL Server 2005 Database Mirroring
Austrian Broadcasting Corporation Radio & Television (ORF) brings its audience great entertainment, including the extensive winter sports coverage. ORF needed to upgrade its relational database of sporting statistics to get support for XML data types and better integration with mobile devices. ORF deployed Microsoft SQL Server 2005 running on the...
Tags: Microsoft SQL Server, High Availability, Mirroring, Microsoft Corp., XML-Data, Microsoft SQL Server 2005, Broadcaster, Databases, Enterprise Software, Software, Data Management
Case studies
MSDN Webcast: Optimizing and Troubleshooting XML Applications at the Server (Level 300)
Microsoft SQL Server 2005 introduces a new data type called XML for storing and manipulating XML data at the server. This webcast looks at techniques for optimizing applications using XML data type by first examining the XML index mechanism and then showing how to design and use XML schemas in...
Tags: Microsoft Developer Network, Webcast, Server, Microsoft Corp., XML-Data, Microsoft SQL Server 2005, XML, Software/Web Development, Web Development
Webcasts
Correctors for XML Data
This paper shows how testers and correctors for regular trees can be used to estimate distances between a document and a set of DTSs, a useful operation to rank XML documents. The paper describes the implementation of a linear time corrector using the Xeroes parser and presents test data for...
Tags: XML-Data, Indian Institute Of Technology, XML, Software/Web Development, Web Development
White papers
How to Boost Performance of Your XML Data in DB2
Today, most XML content is stored either in file systems or in relational or pure XML databases. When stored in relational databases, the XML data is either shredded or stored as a single object. These methods have their advantages, but retrieving and updating this data can be expensive and time-consuming....
Tags: Performance, XML Database, XML-Data, IBM DB2, XML, Software/Web Development, Web Development
Webcasts
15 Best Practices for pureXML Performance in DB2
DB2 9 introduces pureXML support, which means that XML data is stored and queried in its inherent hierarchical format. To query XML data, DB2 offers two languages, SQL/XML and XQuery. Additionally, DB2 9 has sophisticated XML indexing capabilities and support for XML Schema validation. While most existing performance guidelines for...
Tags: Performance, pureXML, Best Practice, XML-Data, IBM DB2, DB2 9, Performance Management, XML, Databases, Enterprise Software, Human Resources, Workforce Management, Software/Web Development, Web Development, Software, Data Management
White papers 2008-01-16
Access XML data using LINQ to XML
I have covered the basics about .NET Language-Integrated Query (LINQ) and provided information on working with a SQL Server backend via LINQ. This article focuses on what I think is one of the more exciting aspects of the LINQ technology: working with XML. LINQ to XML offers a cleaner approach...
Tags: Microsoft Access, Node, Site, XML-Data, LINQ, System.Xml.Linq Namespace, XDocument, Site Element, Code Snippet, XML, Software/Web Development, Web Development, Tony Patton
Blog posts 2008-01-22
Managing Complex XML Data in Oracle XML DB 11g
Over the past few years, XML has emerged as the new standard for data transmission, and its use is becoming more prevalent as companies continue to adopt XML-based solutions. As more organizations begin to enforce XML standards for all data transmission, increasingly complex XML formats are emerging. These complex formats...
Tags: Oracle Corp., XML-Data, XML, Software/Web Development, Web Development
White papers 2007-12-01
XML in a Non-Unicode Database: Handle Code Page Conversion in XML Data in DB2 for Linux, UNIX, and Windows
This paper explains how to use the XML native data type in a non-Unicode database in DB2 Viper 2. The paper provide tips on how to avoid substitution characters, pointers for query structuring and character reference usage, and explanations of the new utility User-Defined Functions (UDFs) shipping with the product....
Tags: Linux, Microsoft Windows, XML-Data, Unix, IBM DB2, Databases, Storage, XML, Enterprise Software, Software, Data Management, Hardware, Software/Web Development, Web Development
White papers 2007-07-19
Programming With XML for DB2, Part 1: Understand the XML Data Model
A primary goal of XML is to make the application development process simple, cheap, portable, and of high quality. XML programming is bringing about the same kind of radical shift in the application development paradigm in this decade as object methodologies did in the last decade. In the first of...
Tags: Application Development, XML-Data, IBM DB2, Programming, IBM Corp., XML Programming, Software Development, Development Tools, XML, Software/Web Development, Web Development
White papers 2007-07-19
XMLTABLE by Example, Part 2: Common Scenarios for Using XMLTABLE With DB2 - Get the Most Out of This SQL/XML Function
The XMLTABLE function is a very versatile tool for processing XML data in SELECT and INSERT statements. In this paper, one will see how XMLTABLE can be deployed to split big XML documents into small ones, to perform simple XML shredding, or to produce a hybrid representation of your XML...
Tags: SQL, XML-Data, IBM DB2, XMLTABLE, XMLTABLE Function, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
White papers 2007-09-13
pureXML in DB2 9: Which Way to Query Your XML Data?
DB2 9 introduces pureXML support, which means that XML data is stored and queried in its inherent hierarchical format. To query XML data, DB2 offers two languages, SQL/XML and XQuery. One can use XQuery and SQL separately, but one can also use XQuery embedded in SQL and vice versa. This...
Tags: pureXML, XQuery, SQL, XML-Data, IBM DB2, DB2 9, XML, Databases, Enterprise Software, Software/Web Development, Web Development, Software, Data Management
White papers 2007-08-28
XMLTABLE by Example, Part 1: Retrieving XML Data in Relational Format - Harness the Power of This Useful SQL/XML Function in DB2
DB2 pureXML provides hierarchical storage for XML data and advanced XML query capabilities such as SQL/XML and XQuery. SQL/XML is a standardized extension of the SQL language so that XQuery or XPath can be embedded in SQL. This allows for integrated processing of XML and relational data, or conversion from...
Tags: SQL, XML-Data, IBM DB2, DB2 pureXML, XML, Programming Languages, Databases, Software/Web Development, Web Development, Software Development, Enterprise Software, Software, Data Management
White papers 2007-08-30
Generate Web Services for DB2 9 pureXML: A Proof of Concept Technique to Generate Bottom-Up Web Services for XML Data
Web services are important building blocks to achieve a Service-Oriented Architecture (SOA). As more and more applications move towards an SOA, often there is a need to expose application functionality as Web services. This paper shows how one can easily generate Web services using a simple Java class to insert...
Tags: Technique, Web, Web Service, SOA, XML-Data, IBM DB2, Web Services, Service-Oriented Architecture (SOA), Channel Management, Enterprise Software, Software, Marketing
White papers 2007-06-14
Use XML in DB2 SQL Stored Procedures: Access XML Data With Procedural Logic in DB2 9 for Linux, UNIX, and Windows
IBM DB2 9 for Linux, UNIX, and Windows adds major new XML functionality over and above prior DB2 releases. Before DB2 9, one could either store XML documents as LOBs or shred incoming XML data into relational tables, a process which required an add-on tool called XML Extender. However, DB2...
Tags: Linux, Microsoft Access, SQL, Microsoft Windows, XML-Data, Unix, IBM DB2, XML, Databases, Enterprise Software, Software/Web Development, Web Development, Software, Data Management
White papers 2007-01-18
IBM Workplace Forms V2.6 Integration With IBM DB2 V9: Leveraging the XML Capabilities of DB2 V9 in a Workplace Forms Solution
Traditionally, relational DBMSs stored XML data as a single column-row entity (such as CLOB, BLOB, or VARCHAR) or decomposed ("Shred") the XML data into multiple columns. These methods presented problems for many applications, including increased development and query complexity, difficulties in evolving schemas to address new business needs, and poor...
Tags: Workplace, IBM Workplace, DBMS, XML-Data, IBM DB2, IBM Corp., Integration, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
White papers 2007-03-20
XML Data Validation Using IBM DB2 Visual Studio 2005 .Net Add-In: Use DB2 XML Validation Technology
A repository, such as a relational database, provides the environment to securely share XML documents and XML schemas with authorized users. The authorized users have secure access to important XML documents and XML schemas at any time, from anywhere. By using a repository system that can contain one or more...
Tags: XML Schema, XML Document, RDBMS, XML-Data, IBM DB2, IBM Corp., XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
White papers 2006-11-30
Use WebSphere Federation Server Version 9.1 to Integrate XML Data
The new pureXML support available in WebSphere Federation Server Version 9.1 allows the user to integrate both local and remote XML store data. One can also use the new SQL/XML and XQuery languages to query XML data in the new applications. IBM WebSphere Federation Server provides the user with real-time,...
Tags: IBM WebSphere, Server, XML-Data, IBM Corp., IBM WebSphere Federation Server, Application Servers, XML, Middleware, Enterprise Software, Software, Software/Web Development, Web Development
White papers 2007-03-08

Featured White Paper

Scalable, grid-enabled SOA using Oracle Coherence

Content Types

Blog posts (2 results)
Book chapters (2 results)
Case studies (1 results)
Discussion threads (2 results)
Download resources (1 results)
Q&A (1 results)
Software downloads (4 results)
Technical articles (32 results)
Webcasts (4 results)
White papers (36 results)

Refining Tags

XML (71 results)
Software/Web Development (44 results)
Web Development (41 results)
Software (32 results)
Enterprise Software (29 results)
Databases (25 results)
Data Management (25 results)
IBM DB2 (24 results)
XML Document (13 results)
Microsoft Corp. (10 results)
SQL (10 results)
Web (8 results)
XQuery (8 results)
Phillip Perkins (8 results)
IBM Corp. (7 results)
Software Development (7 results)
Web Development Zone Newsletter (6 results)
Microsoft SQL Server 2005 (6 results)
Microsoft SQL Server (6 results)
Server (6 results)
data island (5 results)
Programming Languages (4 results)
XSLT (4 results)
Edmond Woychowsky (4 results)
XML-Data Islands (4 results)
HTML (4 results)
Microsoft Access (4 results)
XPath (4 results)
Java (3 results)
DATAFLD (3 results)
Hardware (3 results)
pureXML (3 results)
Storage (3 results)
Microsoft Internet Explorer (3 results)
Sybase Inc. (3 results)
Microsoft ASP.NET (3 results)
Microsoft Windows (3 results)
Internet (3 results)
Linux (3 results)
integration (3 results)
XML-Data Island (3 results)
tool (3 results)
JavaScript (3 results)
Node (3 results)

TechRepublic Featured Jobs

Job Title/Location Posted
  • Powered by: Simply Hired
  • .


Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now
Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now

The Green Enterprise