Articles tagged: XML
Found 30 documents
- AJAX
- Archive/JXON JXON (lossless J avaScript X ML O bject N otation) is a generic name by which is defined the ...
- Archive/Mozilla/XML_in_Mozilla Mozilla has a relatively good support for XML. Several World Wide Web Consortium (W3C) ...
- Archive/The_Basics_of_Web_Services Summary: A current hot topic on the web right now are Web Services. This short guide will allow ...
- Archive/Web/E4X_tutorial This tutorial walks you through the basic syntax of E4X (EcmaScript for XML). With E4X, ...
- Archive/Web/E4X_tutorial/Introduction With E4X enabled, basic XML elements are valid syntax for variables. For instance
- Archive/Web/Writing_JavaScript_for_HTML In practise, very few XHTML documents are served over the Web with the correct MIME media type, ...
- 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 ...
- Glossary/XPath XPath is a query language that can access 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 ...
- Introduction_to_using_XPath_in_JavaScript This document describes the interface for using XPath in JavaScript internally, in extensions, ...
- Mozilla/Firefox/Releases/1.5 Based on the Gecko 1.8 engine, Firefox 1.5 improved its already best in class standards support, ...
- Mozilla/Tech/XML_Extras The XML Extras module contains several features that allow developers to treat XML as data i.e. ...
- Mozilla/Tech/XSLT_2.0 Although XSLT 2.0 is not natively supported in Firefox, it is possible via Saxon-B (Java) or, ...
- Transforming_XML_with_XSLT The separation of content and presentation is a key design feature of XML. The structure of an ...
- Transforming_XML_with_XSLT/An_Overview The eXtensible Stylesheet Language/Transform is a very powerful language, and a complete ...
- Transforming_XML_with_XSLT/For_Further_Reading https://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 ...
- 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. ...
- 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 ...
- Web/API/XPathExpression An XPathExpression is a compiled XPath query returned from document.createExpression(). It has a ...
- Web/Guide/HTML/The_Importance_of_Correct_HTML_Commenting When authoring HTML in standards mode, incorrectly formed comments can break your pages, ...
- 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 a dialect of XML for describing mathematical notation ...
- Web/SVG/Namespaces_Crash_Course As an XML dialect, SVG is namespaced. It is important to understand the concept of namespaces ...
- 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 ...