<< < 1 2 3 4 5 6 7 > >>   ∑:149  Sort:Rank

What Is SAX (Simple API for XML)
This section provides a quick introduction of SAX (Simple API for XML) - an Application Programming Interface (API) that allows applications to process XML files by handling events fired by the parser while it traverses the XML structure.
2022-10-01, 260🔥, 0💬

XSL (Extensible Stylesheet Language) Introduction
This chapter provides tutorial notes and example codes on XSL (Extensible Stylesheet Language). Topics include introduction to XSL (Extensible Stylesheet Language); a simple XSLT stylesheet to transform hello.xml to text output using IE as the transformation engine.
2022-10-01, 259🔥, 0💬

SAX (Simple API for XML) Programming Interface
This chapter provides tutorial notes and example codes on SAX (Simple API for XML). Topics include introduction to SAX programming interface; Original Java implementation of SAX; SAX 1.0 and 2.0 standards; Java example of parsing XML files using SAX; printing SAX parsing pattern.
2022-10-01, 257🔥, 0💬

XML-JSON Document Conversion
This chapter provides tutorial notes and example codes on XML-JSON Document Conversion. Topics include introduction to JSON document; XML-to-JSON conversion rules, tools, and programming library; JSON-to-XML conversion rules, tools, and programming library.
2022-10-01, 254🔥, 0💬

XSD (XML Schema Definition) Introduction
This chapter provides tutorial notes and example codes on XSD (XML Schema Definition). Topics include introduction to XSD (XML Schema Definition); using schema location attribute to associate a schema to an XML document; specifying XML elements, attributes and entities declaration statements inside ...
2022-10-01, 253🔥, 0💬

XML-to-JSON Conversion Module for Python
This section provides a tutorial example on how to use a 'xmltodict' conversion module to perform XML-to-JSON conversions in a Python script. The output JSON document is good, only if input XML document contains well structured data.
2022-10-01, 253🔥, 0💬

Major Changes in XML 1.1
This section describes major changes introduced in XML 1.1 comparing with XML 1.0.
2022-10-01, 252🔥, 0💬

DOM (Document Object Model) Programming Interface
This chapter provides tutorial notes and example codes on DOM (Document Object Model). Topics include introduction to DOM programming interface; Java implementation of DOM; DOM Core specifications; Java example of parsing XML files; printing DOM Node tree; building new Document objects; converting D...
2022-10-01, 249🔥, 0💬

Simple Element Types with Extended Data Types
This section describes simple element types using data types extended from XML Schema built-in data types. Data types can be extended with restrictions, union or list operations.
2022-10-01, 245🔥, 0💬

PHP Extensions for XML Manipulation
This chapter provides notes and tutorial examples on PHP extensions for XML Manipulation. Topics include using SimpleXML, and DOM extensions to build and load XML documents; using XML Parser and XMLReader extensions to parse XML documents; using XSL extension to transform XML documents.
2022-10-01, 245🔥, 0💬

Syntaxes of XSD Statements
This chapter provides tutorial notes and example codes on XSD statement syntax. Topics include using schema, element and attribute statements to declare target schemas, elements and attributes; list of XSD built-in datatypes; extending datatypes from existing datatypes.
2022-10-01, 242🔥, 0💬

XSLT Implementations in JDK
This section describes the Java implementation classes of XSLT in JDK. XSLT interfaces are defined in the javax.xml.transform package: TransformerFactory, Transformer, Source, Result. JDK 1.4 actually uses org.apache.xalan package for XSLT transformation.
2022-10-01, 242🔥, 0💬

Syntaxes of DTD Statements
This chapter provides tutorial notes and example codes on DTD statement syntax. Topics include using DOCTYPE to declare document type, using ELEMENT to declare elements, using ATTLIST to declare attribute list, using ENTITY to declare entities.
2022-10-01, 240🔥, 0💬

Java Implementation of XSLT
This chapter provides tutorial notes and example codes on Java implementation of XSLT. Topics include implementation interfaces and classes in JDK 1.4 for XSLT; simple XSLT transformation program written in Java.
2022-10-01, 239🔥, 0💬

Complex Element Types
This section describes complex element types declared by 'complexType' statements. A complex element type defines an element that has at least one child element or at least one attribute.
2022-10-01, 238🔥, 0💬

XSLT Elements as Programming Statements
This chapter provides tutorial notes and example codes on XSLT programming statements. Topics include introduction of XSLT elements: 'value-of', 'variable', 'for-each', 'if', and 'choose'; example XSLT templates with programming techniques of declaring variables, evaluating expressions, running loop...
2022-10-01, 233🔥, 0💬

Default Transformation Template
This section describes what the default transformation template, which is used by the XSL processor for elements that has no matching template defined in the stylesheet.
2022-10-01, 232🔥, 0💬

ELEMENT - Element Declaration Statement
This section describes syntax formats of the ELEMENT statement, which is used to declare an element in this document type. The ELEMENT statement specifies what is the name of the element, and what is structure of its content.
2022-10-01, 227🔥, 0💬

"apply-templates" - The Child Transformation Call Element
This section describes the 'apply-templates' element, which is used in the content of a 'template' element. The evaluation of an 'apply-templates' element is to perform a child transformation on some selected elements in the source XML document.
2022-10-01, 224🔥, 0💬

What Is XML
This section provides a quick introduction of XML (eXtensible Markup Language), a markup language for organizing information in text files.
2022-10-01, 223🔥, 0💬

Archived: Downloading and Installing Notepad++ 5.9
This section provides a tutorial example on how to download and install Notepad++ 5.9 on Windows system; and how to add the XML Tools Plugin in Notepad++.
2022-10-01, 219🔥, 0💬

XML File Syntax Rules
This section describes 6 syntax rules of an XML file. A valid and simple XML file is also provided.
2022-10-01, 217🔥, 0💬

Types of Information in XML Files
This section describes 6 types of information in an XML file: Processing Instruction, Comment, XML Element, Mixed Text, XML Entity, and CDATA Section.
2022-10-01, 215🔥, 0💬

Validating an XML Document against the Specified DTD Document Type
This chapter provides tutorial notes and example codes on XML validation against DTD document types. Topics include using DOM API and SAX to write Java programs to validate an XML document against the specified DTD document type.
2022-10-01, 215🔥, 0💬

<< < 1 2 3 4 5 6 7 > >>   ∑:149  Sort:Rank