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

End-of-Line Characters Supported in XML 1.1
This section provides a tutorial example showing that two more end-of-line characters, #x85 and #x2028, are supported in XML 1.1.
2022-10-01, ∼426🔥, 0💬

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, ∼425🔥, 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, ∼421🔥, 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, ∼417🔥, 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, ∼417🔥, 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, ∼412🔥, 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, ∼412🔥, 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, ∼400🔥, 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, ∼398🔥, 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, ∼393🔥, 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, ∼386🔥, 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, ∼386🔥, 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, ∼385🔥, 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, ∼385🔥, 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, ∼384🔥, 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, ∼382🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼382🔥, 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, ∼381🔥, 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, ∼380🔥, 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, ∼376🔥, 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, ∼375🔥, 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, ∼370🔥, 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, ∼364🔥, 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, ∼360🔥, 0💬

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