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

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, ∼348🔥, 0💬

Using DOM Implementation Provided in JDK
This section provides a tutorial example on how to use the DOM interface included in JDK, which actually uses DOM implementation provided in the org.apache.crimson package.
2022-10-01, ∼340🔥, 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, ∼329🔥, 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, ∼328🔥, 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, ∼327🔥, 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, ∼326🔥, 0💬

XSD Schema Validator on XML DOM Object
This section provides a tutorial example on how to load a XSD schema, create an XSD validator and validate an XML DOM object.
2022-10-01, ∼326🔥, 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, ∼323🔥, 0💬

Unicode Characters Supported in XML 1.1 Names
This section provides a tutorial example showing that Unicode characters from higher versions are allowed in XML 1.1 names.
2022-10-01, ∼323🔥, 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, ∼321🔥, 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, ∼321🔥, 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, ∼317🔥, 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, ∼316🔥, 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, ∼314🔥, 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, ∼312🔥, 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, ∼311🔥, 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, ∼310🔥, 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, ∼298🔥, 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, ∼297🔥, 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, ∼297🔥, 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, ∼290🔥, 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, ∼289🔥, 0💬

Control and Generate XML Element in the Result
This chapter provides tutorial notes and example codes on output XML elements. Topics include controlling output format with the 'output' element; generating XML elements with literal XML elements, 'element' elements and/or 'copy' elements; copying everything from source to result.
2022-10-01, ∼288🔥, 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, ∼287🔥, 0💬

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