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

"schema" - The Schema Declaration Statement
This section describes syntax formats of the 'schema' statement, which is the root element of an XSD schema document. 'schema' statement is used to declare an XML Schema.
2022-10-01, ∼402🔥, 0💬

XSLT Transformation and HTML View
This section provides a tutorial example on how to perform XSLT (Extensible Stylesheet Language Transformations) in XML Notepad 2007.
2022-10-01, ∼402🔥, 0💬

Using SAX Implementation in JDK
This section provides a tutorial example on how to use the SAX interface included in JDK 1.8, which actually uses SAX implementation provided by the org.apache.crimson package.
2022-10-01, ∼399🔥, 0💬

Validating XML Linked with XSD using XMLReader
This section provides a tutorial example on how to validate XML files that contain XSD location references with org.xml.sax.XMLReader class. It requires Xerces-J JAR files to be installed.
2022-10-01, ∼394🔥, 0💬

What Is DOM (Document Object Model)
This section provides a quick introduction of DOM (Document Object Model) - an Application Programming Interface (API) that represents an XML file as a document object.
2022-10-01, ∼382🔥, 0💬

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

Validating XML Documents Against Specified XML Schemas
This chapter provides tutorial notes and example codes on XML validation against XSD schemas. Topics include using JDK to load XSD file; creating Validator; validating XML DOM or SAX source objects; validating XML while parsing using XMLReader interface; installing Xerces-J package.
2022-10-01, ∼373🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼372🔥, 0💬

What Is DTD (Document Type Definition)
This section provides a quick introduction of DTD (Document Type Definition) - a language that can be used to define a document type for SGML or XML documents.
2022-10-01, ∼371🔥, 0💬

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

XML Files with Linked External DTD Files
This section provides a tutorial example on how to store DTD statements in an external file, which can be then linked to XML files. The external DTD file should also have the 'xml' process instruction.
2022-10-01, ∼364🔥, 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, ∼359🔥, 0💬

"element" and "attribute" - Constructing Output Elements
This section provides a tutorial example on how to generate transformation output in XML format. The second approach is to construct new elements using XSLT 'element' and 'attribute' elements in the transformation template.
2022-10-01, ∼359🔥, 0💬

What Is XSD (XML Schema Definition)
This section provides a quick introduction of XSD (XML Schema Definition) - a language that can be used to define a schema for XML documents.
2022-10-01, ∼358🔥, 0💬

Converting XML in Pretty Print Format
This section provides a tutorial example on how to convert XML documents into pretty print format using XML Notepad 2007.
2022-10-01, ∼358🔥, 0💬

"copy" - Copy Elements from Source to Result
This section provides a tutorial example on how to generate transformation output in XML format. The third approach is to copy elements using XSLT 'copy' elements in the transformation template to copy element from the source XML document to the result document.
2022-10-01, ∼357🔥, 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, ∼355🔥, 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, ∼355🔥, 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, ∼354🔥, 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, ∼348🔥, 1💬

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💬

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