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

XPath Query with XML Tools on Atom
This section provides a tutorial example on how to use XML Tools package in Atom to run XPath query on any XML documents.
2022-10-01, ∼629🔥, 0💬

Web Browsers Not Supporting XML 1.1
This section provides a tutorial example showing that XML 1.1 is not supported in all 4 major Web browsers: Google Chrome, Mozilla Firefox, Microsoft IE and Apple Safari.
2022-10-01, ∼621🔥, 0💬

ATTLIST - Attribute List Declaration Statement
This section describes syntax formats of the ATTLIST statement, which is used to declare a list of attributes for the specified element. The ATTLIST statement specifies what is the name of the attribute, what is the data type, and what is the default value.
2022-10-01, ∼598🔥, 0💬

SAXParseException - 'xsi:noNamespaceSchemaLocation' Not Allowed
This section provides a tutorial example showing the SAXParseException that says Attribute 'xsi:noNamespaceSchemaLocation 'is not allowed when applying XSD schema validation on an XML DOM object.
2022-10-01, ∼590🔥, 0💬

Using Microsoft Edge as an XML Syntax Checker
This section provides a tutorial example on how to use Microsoft Edge as an XML file syntax checker. If there are syntax errors in an XML file, Edge will stop displaying the XML file at the first error location.
2022-10-01, ∼582🔥, 0💬

XML File Browsers
This chapter provides notes and tutorial examples on XML browsers. Topics include Using Web browsers, IE and Firefox, as XML browsers; Using XML browsers as an XML syntax checker; XML Spy and other XML browsers.
2022-10-01, ∼573🔥, 0💬

XML Element Transformation Chains - Complex Example
This section provides a tutorial example on how an XSL processor works through a more complex XSLT stylesheet to perform a transformation on an XML document tree in a transformation chain process.
2021-10-08, ∼571🔥, 1💬

💬 2021-10-08 fred flinstone: a meaningfull comment

The <?xml ...?> Processing Instruction
This section describes the 'xml' processing instruction, which is required at the top of XML files. 'xml' processing instruction must have the 'version' attribute.
2022-10-01, ∼554🔥, 0💬

DOMBrowser.java - DOM Interface Java Example
This section provides a tutorial example on how to parse an XML file and print it back in a tree format using DOM interface in Java - JDK 1.8.
2017-02-22, ∼542🔥, 1💬

💬 2017-02-22 fk: windows blocks dom

Using Internet Explorer as an XML Browser
This section provides a tutorial example on how to use IE (Internet Explorer) as an XML file browser. IE displays all elements in an XML file in a tree structure.
2022-10-01, ∼511🔥, 0💬

JSON-to-XML Conversion Rules
This section provides a simple set of JSON-to-XML Conversion Rules that preserves the structure of the original JSON document. You can build your own converter with those rules.
2022-10-01, ∼503🔥, 0💬

XML 1.1 Changes and Parsing Examples
This chapter provides notes and tutorial examples on XML 1.1 standard. Topics include introduction of major changes in XML 1.1; Java XML parser supports XML 1.1; characters from newer Unicode versions in XML names; control codes as character references; new end-of-line characters.
2022-10-01, ∼497🔥, 0💬

Viewing XML Documents in Source Code
This section provides a tutorial example on how to view XML documents in source code using XML Notepad 2007 default XSLT template.
2022-10-01, ∼495🔥, 0💬

XSD Validation and Error List
This section provides a tutorial example on how to perform XSD validation and view error list in XML Notepad 2007.
2022-10-01, ∼470🔥, 0💬

Control Codes Supported in XML 1.1
This section provides a tutorial example showing that more control codes are supported in XML 1.1 as character references.
2022-10-01, ∼459🔥, 0💬

Anonymous or Inline Data Types
This section describes the anonymous or inline data type, which is coded inside an 'element' or an 'attribute' statement to which the type is applied.
2022-10-01, ∼431🔥, 0💬

atom-xsltransform Package for Atom
This section describes atom-xsltransform package in Atom that allows you to transform XML Documents using XSL Stylesheets. But it requires an extra Java library with net.sf.saxon.Transform class.
2022-10-01, ∼421🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, ∼419🔥, 0💬

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

XSLT (XSL Transformations) Introduction
This chapter provides tutorial notes and example codes on XSLT (XSL Transformations). Topics include introduction to XSLT (XSL Transformations); syntax of stylesheet, template, apply-templates elements; including literal texts and XML elements in transformation output; calling a transformation insid...
2016-09-26, ∼412🔥, 1💬

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💬

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