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

DTD (Document Type Definition) Introduction
This chapter provides tutorial notes and example codes on DTD (Document Type Definition). Topics include introduction to DTD (Document Type Definition); using DOCTYPE statement to define an XML document type; specifying XML elements, attributes and entities declaration statements inside or outside X...
2016-02-20, ∼1250🔥, 2💬

💬 2016-02-20 Herong: Samir, Which part is bogus?

💬 2016-02-20 Samir Vaghmar: This is bogus. This is great.

Validating an XML File against a XSD Schema
This section describes different ways to validate XML files against XSD schemas: using standalone XML validation tools, using on-line XML validators, and writing your own XML validation programs.
2022-10-01, ∼1221🔥, 0💬

DOMValidator.java - Validating XML with DTD using DOM
This section provides a tutorial example on how to use DOM 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, ∼1187🔥, 0💬

dictionary.xml - A Simple XML Sample File
This section provides a tutorial example of a simple XML sample file with two repeating elements in the root element.
2022-10-01, ∼1026🔥, 0💬

XSLTransformer.java - A Simple XSLT Transformation Program
This section provides a tutorial example on how to use the XSLT implementation in JDK 1.4 to write a simple XSLT transformation Java program.
2022-01-24, ∼991🔥, 2💬

JSON-to-XML Conversion Module for Python
This section provides a tutorial example on how to use a 'xmltodict' conversion module to perform JSON-to-XML conversions in a Python script. The output XML document is good, only if input XML document contains well structured data.
2022-10-01, ∼977🔥, 0💬

XML Plugin Packages for Atom Editor
This chapter provides notes and tutorial examples on XML Plugin Packages for Atom Editor. Topics include installing 'XML Tools' plugin package on Atom; running XPath queries with 'XML Tools'; trying atom-xsltransform plugin package.
2022-10-01, ∼911🔥, 0💬

Convert JSON Document to XML Document
This section provides a quick introduction on options of converting JSON documents to XML documents: using ready-to-run tools; calling conversion libraries; and implementing your own converter.
2021-05-24, ∼905🔥, 2💬

💬 2021-05-24 guest: Incredible post! I am really getting prepared to over this data, is exceptionally useful my companion. I am sharing related topi...

💬 2021-01-14 Albert: use this link for online conversion: https://wtools.io/convert-json-to-xm l

Convert XML Document to JSON Document
This section provides a quick introduction on options of converting XML documents to JSON documents: using ready-to-run tools; calling conversion libraries; and implementing your own converter.
2020-08-05, ∼901🔥, 1💬

💬 2020-08-05 krutik: Hii You can also use https://onlinexmltools.org/ for online xml converter like XML to JSON,YAML,CSV,BASE64,TSV,PlainText XML toM...

Creating XML Documents in Tree View
This section provides a tutorial example on how to create an XML document by inserting elements, attributes and text interactively in XML Notepad 2007 Tree View.
2022-10-01, ∼872🔥, 0💬

Validating an XML File against a DTD Document Type
This section describes different ways to validate XML files against DTD document types: using standalone XML validation tools, using on-line XML validators, and writing your own XML validation programs.
2023-11-21, ∼819🔥, 1💬

💬 2023-11-21 andrew: &lt;!ELEMENT Rodziny-bialek (HSP | GPCR)*> &lt;!ATTLIST Rodziny-bialek xmlns CDATA #IMPLIED> &lt;!ELEMENT HSP (Organ...

XML Files with Embedded DTD Statements
This section provides a tutorial example on how to include DTD statements inside XML files. Embedded DTD statements should appear after the 'xml' process instruction and before the root element.
2020-12-05, ∼806🔥, 2💬

"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, ∼783🔥, 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, ∼753🔥, 0💬

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

Copying Attributes and Texts
This section provides a tutorial example on how to use the 'copy' element to copy attributes, texts and other information from the source XML document to the result document.
2022-10-01, ∼750🔥, 0💬

Supporting XML 1.1 in Java and Higher
This section provides a tutorial example showing that Java supports XML 1.1 parsing.
2022-10-01, ∼746🔥, 0💬

What Is XML Notepad
This section describes XML Notepad, which is an XML file editor developed by Microsoft and offered as an open source freeware.
2021-07-27, ∼720🔥, 2💬

💬 2021-07-27 Herong: Looks like Microsoft has moved the software to https://microsoft.github.io/XmlNotep ad/. Thanks for reporting the issue.

💬 2021-07-24 q109876543210blastzoft@outlook.c: Link not active at Microsoft no longer

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, ∼714🔥, 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, ∼703🔥, 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, ∼702🔥, 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, ∼693🔥, 0💬

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

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