Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | XML | Tutorials & Tips

Results 41-60 of 82
RSS FAQs - Atom Feed File Structure and Elements
A collection of 15 FAQs on Atom feed file structure and elements. Clear answers are provided with tutorial samples on Atom feed documents and Atom entry documents; sub-elements of the feed and entry elements; generating contents for id, updated, and link sub-elements.
(0 ratings)
Reviews0
PriceFree
Views1279
RSS FAQs - Atom Feed Introduction and File Generation
A collection of 16 FAQs on Atom feed file standard. Clear answers are provided with tutorial samples on introduction to Atom feed file standard; various ways to generate Atom feeds; linking Atom feeds to Web pages.
(0 ratings)
Reviews0
PriceFree
Views942
RSS FAQs - Introduction to RSS Basics
A collection of 7 FAQs on RSS (Really Simple Syndication). Clear answers are provided with tutorial samples on introduction to Website syndication technology; RSS and Atom syndication file standards and versions.
(0 ratings)
Reviews0
PriceFree
Views1082
What is blog/website pinging? XML-RPC references.
The article you are going to read on this page refers to what is blog/website pinging and how it works. What is XML RPC, and why we use it to deliver pings to content update monitoring services such as Technorati. In this article you will also learn about how to get the best out of the pings that you send from different pinging services.
(0 ratings)
Reviews0
PriceFree
Views1621
XML - Elements, Attributes, Entities
In this tutorial you will learn about Elements, Anatomy of tags, Tag naming rules, Invalid tags, Valid tags, Root and child elements, Attributes, When Do I use Attributes? Entities, Character data sections, Comments and Processing instructions.
(0 ratings)
Reviews0
PriceFree
Views1349
Displaying an Image from an XML Element
This sample was generated in response to a question that was asked of me from my website. I thought that I would share it with the rest of the world. The question was: "I have been trying (without any luck) to create an XSL file that will create an HTML page that shows the picture (the location is in the tag). Do you have any ideas?"
(0 ratings)
Reviews0
PriceFree
Views1898
Two Tier Data Islands with Expanding/Collapsing Child elements
This snippet how to use XML Data Islands in IE to display XML that stores a parent-child relationship. It also demonstrates how you can expand/collapse child elements for a cleaner display of your data. Written by The Head Geek - Creator of XMLPitstop.com.
(0 ratings)
Reviews0
PriceFree
Views1506
Tip: Use data dictionary links for XML and Web services schemata
When designing XML and Web services schemata you will often (and ideally) reuse data elements defined in pre-existing standards. If so, it is extremely useful to include links to such standards, providing precise data dictionary references. In so doing, you make processing and maintenance easier to automate. This tip illustrates this practice.
(0 ratings)
Reviews0
PriceFree
Views1759
Get started with XPath
This tutorial introduces XPath and covers most aspects of it. It is aimed at people who do not know XPath or want a refresher. If you plan to use XSLT, you should take this tutorial first. You will learn: What XPath is, the syntax and semantics of the XPath language, how to use XPath location paths, how to use XPath expressions, how to use XPath functions, and how XPath relates to XSLT. XPath is a W3C standard. This tutorial covers version 1.0.
(0 ratings)
Reviews0
PriceFree
Views1601
Practical data binding: Get your feet wet in the real world
Data binding, although commonplace in today's world of Java technology and XML programming, is still largely misunderstood. This column throws out all the theoretical claptrap and focuses on the concepts you need to get started with data binding. You will understand the differences between general data binding and data binding in the XML world, as well as round-tripping, semantic equivalence, and what to look for in a data binding package.
(0 ratings)
Reviews0
PriceFree
Views1603
XML Matters: GUIs and XML configuration data
Over time, XML has permeated many niches. One area where XML is used increasingly is in the configuration of graphical user interfaces, especially in elements that are persistent but should not be fixed at compile-time. In this installment, David looks at the use of XML in Mac OS X's Aqua GUI, and in the K Desktop Environment (KDE) which is either standard or available in most modern Linux distributions.
(0 ratings)
Reviews0
PriceFree
Views1639
Tip: Extend JAX-RPC Web services using SOAP headers
In this article, the author examines how JAX-RPC SOAP handlers process SOAP message headers. Specifically, he shows how a handler adds a SOAP header to an outgoing message and how a corresponding handler removes the SOAP header from an incoming message. In addition, he presents the JAX-RPC programmatic configuration and deployment models as they relate to this topic.
(0 ratings)
Reviews0
PriceFree
Views1421
Use XML namespaces with care
XML namespaces are an imperfect solution to a difficult problem. From basic information architecture to difficulties with APIs, namespaces can open up rather painful gotchas if used carelessly. In this article, Uche Ogbuji covers some of the more important design principles which, if followed, can minimize problems with namespaces.
(0 ratings)
Reviews0
PriceFree
Views1768
Tip: Message Roundtripping: Java coding conventions
Java APIs for XML-Based Remote Procedure Call's (JAX-RPC's) Java-to-WSDL/WSDL-to-Java mapping rules do not try to preserve Java constructs during roundtripping. Many constructs are preserved, but not all. This tip describes, in particular, why following Java coding conventions is very important to maintaining the ability to roundtrip.
(0 ratings)
Reviews0
PriceFree
Views1679
A survey of XML standards, Part 4
The world of XML is vast and growing, with a huge variety of standards and technologies that interact in complex ways. It can be difficult for beginners to navigate the most important aspects of XML, and for users to keep track of new entries and changes in the space. XML is a basic syntax upon which you develop local and global vocabularies. Previous in-depth articles have presented the most important standards relating to XML. This fourth article, provides a detailed cross-reference of all covered standards.
(0 ratings)
Reviews0
PriceFree
Views2038
Solution Enabler
Solution Enabler is a framework for creating and deploying solutions locally or to remote machines with different operating systems. The framework helps to simplify the creation and deployment of software solutions by capturing detailed knowledge of a solution package deployed through a common installer.
(0 ratings)
Reviews0
PriceFree
Views1598
Thinking XML: XML Topic Maps by the book
Many artists independent of big media concerns seek to collaborate with others and make their work more widely available. They are often willing to offer less restrictive contractual terms than those that consumers have recently been forced to accept. Creative Commons, which Uche Ogbuji introduces in this article, seeks to address this need by providing a way to express copyright license terms that are both human-readable and machine-readable. The machine-readable form uses RDF and thus makes available the network effects that have been covered throughout this column.
(0 ratings)
Reviews0
PriceFree
Views1703
XML Matters: The RXP parser
posted byvoltroninParsing
RXP is a validating parser written in C that creates a non-DOM tree representation of XML documents. While RXP itself is not well documented -- and not for the faint of heart -- at least two excellent higher level APIs have been built on top of RXP: pyRXP, a Python binding; and LT XML, a collection of utilities and libraries. In this article, David introduces you to RXP, compares it with the expat parser, and briefly discusses pyRXP and LT XML as ways of taking advantage of the speed RXP has to offer without all of its complexity.
(0 ratings)
Reviews0
PriceFree
Views1768
XSLT Basics
A Sample Chapter from "Professional XSL". This chapter will provide you with enough information to start building useful XSLT stylesheets. I will introduce a number of the elements that make up the language, providing examples of their use. We will also look at a few of the functions built into the language and see how XSLT manages namespaces, whitespace and some other important issues.
(0 ratings)
Reviews0
PriceFree
Views1279
Specializing domains in DITA
In current approaches, DTDs are static. As a result, DTD designers try to cover every contingency and, when this effort fails, users have to force their information to fit existing types. The Darwin Information Typing Architecture (DITA) changes this situation by giving information architects and developers the power to extend a base DTD to cover their domains. This article shows you how to leverage the extensible DITA DTD to describe new domains of information.
(0 ratings)
Reviews0
PriceFree
Views972
Results 41-60 of 82