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

Using Internet Explorer as an XML Syntax Checker
This section provides a tutorial example on how to use IE (Internet Explorer) as an XML file syntax checker. If there are syntax errors in an XML file, IE 10 (in compatibility mode) will stop displaying the XML file at the first error location.
2022-10-01, ∼409🔥, 0💬

XML Spy and Other XML Browsers
This section describes XML Spy as an XML browser. Other XML browsers are also included.
2022-10-01, ∼406🔥, 0💬

XML File Syntax
This chapter provides notes and tutorial examples on XML file syntax. Topics include types of information in XML file; syntax rules of XML file; 'xml' processing instruction; a simple XML sample file.
2022-10-01, ∼405🔥, 0💬

SAX Content Handler Interface
This section describes the SAX 1.0 and 2.0 standards. SAX defines 4 interfaces under the org.xml.sax package name: DocumentHandler, ErrorHandler, DTDHandler and EntityResolver.
2022-10-01, ∼403🔥, 0💬

"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, ∼358🔥, 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💬

"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, ∼357🔥, 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💬

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