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

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

Processing XML with Python Scripts
This chapter provides notes and tutorial examples on Python XML packages. Topics include introduction of built-in 'xml' packages; using xml.dom.minidom package to build new XML documents; parsing XML documents into DOM object trees; parsing XML documents using SAX event handlers.
2023-08-02, ∼383🔥, 1💬

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

XPath (XML Path) Language
This chapter provides tutorial notes and example codes on XPath (XML Path). Topics include introduction of XPath (XML Path); datatypes: Boolean, number, string and node set; evaluation context; expression and location path; using XPath in XSLT.
2022-10-01, ∼380🔥, 0💬

JSON-to-XML Conversion Library for Java
This section provides a tutorial example on how to use a 'JSON-java' conversion library offered by json.org to perform JSON-to-XML conversions in Java program. The output JSON document is good, only if input XML document contains well structured data.
2022-10-01, ∼373🔥, 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, ∼372🔥, 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, ∼367🔥, 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, ∼362🔥, 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, ∼362🔥, 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, ∼361🔥, 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, ∼356🔥, 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, ∼353🔥, 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, ∼346🔥, 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, ∼345🔥, 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, ∼345🔥, 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, ∼338🔥, 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, ∼336🔥, 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, ∼336🔥, 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, ∼334🔥, 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, ∼333🔥, 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, ∼332🔥, 0💬

Empty Element Types
This section describes the empty element type which can be used to define an XML element with no text content and at least one attribute.
2022-10-01, ∼326🔥, 0💬

XML Element Transformation Chains
This section provides a tutorial example on how an XSL processor uses a transformation chain to perform a transformation inside another transformation.
2022-10-01, ∼324🔥, 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, ∼316🔥, 0💬

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