Opentopia Directory Encyclopedia Tools

Encyclopedia: XML...

Encyclopedia : X : XM : XML (96 articles)



 

XML-RPC
XML-RPC is a remote procedure call protocol which uses XML to encode its calls and HTTP as a transport mechanism. It is a very simple protocol, defining only a handful of data types and commands, and the entire description can be printed on two pages of paper. This is in stark contrast to most RPC s..
XMLBeans
XMLBeans is a Java-to-XML binding framework which is part of the Apache Software Foundation XML project. Contents 1 Description1.1 What Makes XMLBeans Different1.2 Objective1.3 APIs2 Example3 History4 See also5 External links Description XMLBeans is a tool..
Xmlenc
The xmlenc library is a stream-based XML output library for the Java programming language. Main design goals are performance, simplicitity and pureness. It claims to be the fastest XML output library for Java. External links [xmlenc Homepage] ..
XMLGUI
XMLGUI is a KDE framework for designing the user interface of an application using XML, using the idea of actions. In this framework, the programmer designs various actions that his application can implement, with several actions defined for the programmer by the KDE framework, such as opening a fi..
XmlHack
The correct title of this } is }}}. The initial letter is capitalized due to [Naming conventions #Lower case first lettertechnical restrictions]. xmlHack from SysOnyx, Inc., is a lightweight XML editor. Designed for the XML developer, xmlHack is a powerful text editor with some additional..
XMLHttpRequest
XMLHttpRequest (XHR) is an API that can be used by JavaScript, JScript, VBScript and other web browser scripting languages to transfer and manipulate XML data to and from a web server using HTTP, establishing an independent connection channel between a web page's Client-Side and Server-Side. The da..
XMLize
XMLize is a handy PHP class for parsing XML documents into an array. External links [Official site] ..
XMLSerializer
A class in .NET Framework, which is used to serialize classes in XML Format ..
XMLSpy
XMLSpy is an integrated development environment (IDE) for XML from Altova. XMLSpy allows computer programmers to create XML-based and Web services applications. Altova XMLSpy includes multiple views and editing features for accomplishing the following: XML instance document creation and editingVis..
XMLTerm
XMLTerm is both a command line "terminal", like an Xterm, and also a web page, like the one displayed by your browser. XMLterm adds powerful hypertext and graphical capabilities to the Xterm-like terminal interface through its use of the extensible markup language (XML), which is a generic specifica..
XMLTV
XMLTV is a set of computer programs to process television program listings, in order to allow managing TV viewing; it stores listings in XML format. There are backends to download listings for several countries, as well as filter programs and Perl libraries to process listings. It is maintained on t..
XMLVend
XMLVend is an attempt to create an interoperable standard for the sales of electricity between vendors and clients. It is an application of Web Services to facilitate trade between various different types of devices. External links NRS project website: http://nrs.eskom.co.za/xmlvend/docs/default.as..
XML and MIME
Contents 1 A Summary of XML and Media Types (MIME)2 Where are MIME Types Used?3 XML does not \"have\" a MIME Type!4 What is the Purpose of a MIME Type?5 How does Data get Assigned a MIME Type?6 Can Data be Assigned a Wrong MIME Type?7 Browsers use MIME Type to ..
XML appliance
An XML appliance is a separate computer system with deliberately narrow functionality that exchanges XML messages with other computer systems. XML appliances secure, accelerate and route XML so enterprises can cost-effectively realize its full potential for messaging and service oriented archi..
XML Base
XML Base is a W3C recommendation, that proposes a facility for defining base URIs for parts of XML documents. XML Base recommendation was adopted on 2001-06-27. External links [XML Base W3C Recommendation] ..
XML database
There are two major classes of XML database. XML-enabled. These simply map all XML to a traditional database (e.g. relational).Native XML (NXD) The internal model of such databases is based on XML and the fundamental unit of storage is an XML document.Note: 'XML-enabled' implies that the database..
XML data binding
XML data binding refers 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 representation of the XML itself. An XML dat..
XML editor
An XML editor is a markup language editor with added functionality to facilitate the editing of XML. This could be done in plain text in a text editor such as Vim, with all the code visible. Specific XML editors, however, have facilties like word-completion and menus and buttons for tasks that are c..
XML Enabled Directory
XML Enabled Directory (XED) is a framework for managing objects represented using the Extensible Markup Language (XML). XED builds on X.500 and LDAP directory services technologies. XED was originally designed in 2003 by Steven Legg of eB2Bcom (formerly of Adacel Technologies) and Daniel Prager of..
XML Enabled Networking
XML Enabled Networking provides an abstraction layer that exists alongside the traditional Internet Protocol (IP) network. This layer addresses the security, incompatibility and latency issues encumbering XML messages, web services and service oriented architectures (SOAs). Contents 1 Histo..
XML Encoding Rules
XML Encoding Rules (XER) are a set of ASN.1 encoding rules for producing an XML-based verbose textual transfer syntax for data structures described in ASN.1. A variant of XER called Canonical XML Encoding Rules (CXER) is also defined for uses where the encodings have to be preserved, such as securi..
XML Encryption
XML Encryption is a specification that defines how to encrypt the content of an XML element. It's recommended by the W3C. External links [W3C info][XML Encryption Toolkit][XML Security Library] ..
XML firewall
An XML firewall is a specialized firewall used to provide security for XML messaging such as Web services. XML firewalls are types of XML appliances that are separated from internal computer systems and frequently reside in an organization's DMZ. XML Firewall Vendors Layer 7 TechnologiesForum Syste..
XML for Analysis
XML for Analysis (abbreviated as XMLA) is the industry standard for data access in analytical systems, such as OLAP and Data Mining. XMLA is based on other industry standards such as XML, SOAP and HTTP. XMLA is maintained by XMLA Council with Microsoft, Hyperion and SAS being the official XMLA Counc..
XML Information Set
XML Information Set (Infoset) is a W3C recommendation. Infoset specification provides a consistent set of definitions for use in other specifications that need to refer to the information in a well-formed XML document. An XML document has an information set if it is well-formed and satisfies the n..
XML Interface for Network Services
XML Interface for Network Services (XINS) is an open source technology for definition and implementation of internet applications, which enforces a specification-oriented approach. Contents 1 Specification-oriented approach2 Components of the XINS technology3 Specifications4 R..
XML Metadata Interchange
The XML Metadata Interchange (XMI) is an OMG standard for exchanging metadata information via Extensible Markup Language (XML). It can be used for any metadata whose metamodel can be expressed in Meta-Object Facility (MOF). The most common use of XMI is as an interchange format for UML models, altho..
XML Namespace
An XML Namespace is a W3C standard for providing uniquely named elements and attributes in an XML instance. An XML instance may contain element or attribute names from more than one XML vocabulary. If each vocabulary is given a namespace then the ambiguity between identically named elements or attri..
XML Paper Specification
The XML Paper Specification (XPS), formerly codenamed "Metro" and subsuming the Next Generation Print Path (NGPP) marketing concept, is Microsoft's initiative to integrate document creation and viewing into its Windows operating system. The specification itself describes the formats and rules for di..
XML pipeline
In computer science, an XML Pipeline is formed when XML (Extensible Markup Language) processes, sometimes called XML transformations, are connected together. For instance, given a two transformations T1 and T2, the two can be connected together so that an input XML document is transformed by T1 and..
XML Professional Publisher (XPP)
XML Professional Publisher (XPP) is a standards-based, high performance, content formatting and publishing application for the automatic composition, transformation, and rendering of XML content into high-quality output in PostScript and PDF format. XPP can also format other fielded data, such as da..
XML Protocol
The XML Protocol ("XMLP") is a standard being developed by the W3C XML Protocol Working Group to the following guidelines, outlined in the group's charter: An envelope for encapsulating XML data to be transferred in an interoperable manner that allows for distributed extensibility.A convention for ..
XML Resource
XML ResourCe (XRC) is a type of XML file that provides a platform independent way of describing windows in a GUI. See wxWidgets ..
XML Sapiens
[XML Sapiens] – a paradigm of the managed sites building, a way for the independent aspects’ effective integration: data, design, and functionality. This integration can be achieved by means of input of 3 basic meta-objects into the document: container of managed content for the cer..
XML Schema
This article is about the W3C's XML Schema language. For information on XML schema languages in general, see XML schema. XML Schema, published as a W3C Recommendation in May 2001, is one of several XML schema languages. It was the first separate schema language for XML to achieve Recommendation sta..
XML schema
This article is about XML schemas in general. For information on the W3C-recommended schema language for XML, see XML Schema. An XML schema is a description of a type of XML document, typically expressed in terms of constraints on the structure and content of documents of that type, above and beyon..
XML Schema Definition
An XML Schema Definition (XSD) is an instance of an XML schema written in the W3C's XML Schema language. An XSD defines a type of XML document in terms of constraints upon what elements and attributes may appear, their relationship to each other, what types of data may be in them, and other things. ..
XML Script
XML Script are two unrelated XML technologies. The former (XML Script) is an XML transformation language, while the later (XML-Script) is a [Microsoft technology] preview for scripting web browsers - think of it as an XML version of ECMA JavaScript. Microsoft is expected to rename their ..
XML Signature
XML Signature (also called "XMLDsig") is a W3C recommendation that defines an XML syntax for digital signatures. Functionally, it has much in common with PKCS#7 but is more extensible and geared towards signing XML documents. It is used by various Web technologies such as SOAP, SAML, and others. XM..
XML transformation language
An XML to XML transformation An XML transformation language is a computer language designed specifically to transform an input XML document into an output XML document which satisfies some specific goal. There are two special cases of transformation: XML to XML : the output document is an XML..
XML tree
XML documents have a hierachial structure and can conceptually be interpreted as a tree structure, called an XML tree. This tree structure can not be divided into just root, nodes and leaves as normal tree structures. Unfortunately there is no consensus on the terminology used on XML Trees, however ..
XML User Interface
The XML User Interface (XUI) is a Java and XML framework for building rich client, desktop and mobile applications. The framework can save much of the code typically needed to build an application with consequent savings in development time, maintenance costs and hence results in greater stability. ..
XM Liquid Metal
XM Liquid Metal (or XMLM for short) is a channel on XM Satellite Radio. The channel plays a variety of hard metal from yesterday and today. The channel has been with XM Radio since day one, and has gone through a few phases since. Online Banishment XM Liquid Metal was part of the basic service s..
XM Live
XM Live is a part-time satellite radio channel which plays select special events and shows for XM Satellite Radio. Some special events are broadcast in XM HD Surround, which is a 5.1 surround sound audio/CD quality stereo feed. XM Live broadcasts musical events, concerts, sporting events, and weekl..

 


From Wikipedia, the Free Encyclopedia. Article contents subject to the GNU Free Documentation License.


Search Titles
0123456789
ABCDEFGHIJ
KLMNOPQRST
UVWXYZ?