Articles tagged: XML
Found 34 documents.
- AJAX
- Archive/Web/E4X ECMAScript for XML (E4X) is a programming language extension that adds native XML support to ...
- Archive/Web/E4X/Processing_XML_with_E4X First introduced in JavaScript 1.6, E4X introduces a native XML object to the JavaScript language, ...
- Archive/Web/E4X_tutorial This tutorial walks you through the basic syntax of E4X (EcmaScript for XML). With E4X, programmers ...
- Archive/Web/E4X_tutorial/Introduction With E4X enabled, basic XML elements are valid syntax for variables. For instance
- Glossary/MathML MathML (an XML application) is an open standard for representing mathematical expressions in ...
- Glossary/XML eXtensible Markup Language (XML) is a generic markup language specified by the W3C. The IT industry ...
- Glossary/XPath XPath is a language used for accessing sections and content in an XML document.
- Glossary/XQuery XQuery is a computer language for updating, retrieving, and calculating data in XML databases.
- Glossary/XSLT eXtensible Stylesheet Language Transformations (XSLT) is a declarative language used to convert XML ...
- Introduction_to_using_XPath_in_JavaScript This document describes the interface for using XPath in JavaScript internally, in extensions, and ...
- JXON JXON (lossless J avaScript X ML O bject N otation) is a generic name by which is defined the ...
- Mozilla/Firefox/Releases/1.5 Based on the Gecko 1.8 engine, Firefox 1.5 improved its already best in class standards support, ...
- The_Basics_of_Web_Services Summary: A current hot topic on the web right now are Web Services. This short guide will allow you ...
- Transforming_XML_with_XSLT The separation of content and presentation is a key design feature of XML. The structure of an XML ...
- Transforming_XML_with_XSLT/An_Overview The eXtensible Stylesheet Language/Transform is a very powerful language, and a complete discussion ...
- Transforming_XML_with_XSLT/For_Further_Reading http://www.amazon.com/XSLT-Programme.../dp/0764543814
- Using_XML_Data_Islands_in_Mozilla Internet Explorer had an "XML Data Islands" feature that allows Web authors include XML data inline ...
- Using_XPath XPath is a language for addressing parts of an XML document. It is a W3C recommendation.
- Web/API/Document_object_model/How_to_create_a_DOM_tree This page describes how to use the DOM Core API in JavaScript to create and modify DOM objects. It ...
- Web/API/DOMParser DOMParser can parse XML or HTML source stored in a string into a DOM Document. DOMParser is ...
- Web/API/XMLHttpRequest/Using_XMLHttpRequest XMLHttpRequest makes sending HTTP requests very easy. You simply create an instance of the object, ...
- Web/Guide/HTML/The_Importance_of_Correct_HTML_Commenting When authoring HTML in standards mode, incorrectly formed comments can break your pages, resulting ...
- Web/Guide/Parsing_and_serializing_XML The Web platform provides the following objects for parsing and serializing XML:
- Web/MathML Mathematical Markup Language (MathML) is an application of XML markup language for describing ...
- Web/SVG/Namespaces_Crash_Course As an XML dialect, SVG is namespaced. It is important to understand the concept of namespaces and ...
- Web/SVG/Namespaces_Crash_Course/Example In this example, we use XHTML, SVG, JavaScript, and the DOM to animate a swarm of "motes". These ...
- Web/XPath XPath stands for XML Path Language. It uses a non-XML syntax to provide a flexible way of ...
- Writing_JavaScript_for_XHTML In practise, very few XHTML documents are served over the Web with the correct MIME media type, ...
- XML_Extras The XML Extras module contains several features that allow developers to treat XML as data i.e. not ...
- XML_Introduction Summary: This article introduces the 'eXtensible Markup Language' (XML) and tells of its uses.
- XML_in_Mozilla Mozilla has a relatively good support for XML. Several World Wide Web Consortium (W3C) ...
- XPathExpression An XPathExpression is a compiled XPath query returned from document.createExpression(). It has a ...
- XSLT_2.0 Although XSLT 2.0 is not natively supported in Firefox, it is possible via Saxon-B (Java) or, more ...

