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

SAXValidator.java - Validating XML with DTD using SAX
This section provides a tutorial example on how to use SAX API provided in JDK 1.4 to write a Java program to validate an XML document against the specified DTD document type.
2022-10-01, 620🔥, 0💬

"Hello world!" Example of XSLT
This section provides a tutorial example on how to a first XSLT stylesheet, hello.xls, to transform the original XML document, hello.xml. The Internet Explorer (IE) can be used as XSLT transformation program to apply the stylesheet and generate the resulting document.
2022-10-01, 619🔥, 0💬

Converting DOM Document Objects to XML Files
This section provides a tutorial example on how to convert DOM document objects into XML files using the XML transform package provided in JDK.
2022-10-01, 607🔥, 0💬

xml.dom.minidom for Parsing XML Document
This section provides a tutorial example on how to parse an existing XML document into DOM object tree with Python xml.dom.minidom package.
2022-10-01, 598🔥, 0💬

dictionary.xsd - A Sample XSD XML Schema File
This section provides a tutorial example of XSD XML Schema file, dictionary.xsd, using XSD statements: schema, element, attribute, simpleType, complexType, etc.
2022-10-01, 565🔥, 0💬

Using Apple Safari as an XML Browser
This section provides a tutorial example on how to use Apple Safari as an XML file browser. Safari displays all elements in an XML file in a tree structure.
2022-10-01, 557🔥, 0💬

XML-to-JSON 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 XML-to-JSON conversions in a Java program. The output JSON document is good, only if input XML document contains well structured data.
2022-10-01, 556🔥, 0💬

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

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, 520🔥, 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, 493🔥, 0💬

The &lt;?xml ...?&gt; 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, 463🔥, 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, 459🔥, 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, 455🔥, 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, 437🔥, 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, 419🔥, 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, 406🔥, 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, 396🔥, 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, 390🔥, 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, 388🔥, 0💬

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, 376🔥, 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, 355🔥, 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, 352🔥, 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, 348🔥, 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, 345🔥, 0💬

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