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

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

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

XML Files with Embedded XSD Statements
This section provides a tutorial example on how to include XSD statements inside XML files. Embedded or inline XSD statements should appear inside a parent element and before target elements the schema is applied to.
2021-11-17, 983🔥, 1💬

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, 966🔥, 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, 919🔥, 0💬

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, 885🔥, 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, 879🔥, 2💬

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, 783🔥, 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...

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, 774🔥, 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

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, 768🔥, 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, 713🔥, 1💬

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

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

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, 685🔥, 2💬

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, 659🔥, 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

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, 651🔥, 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, 648🔥, 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, 628🔥, 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, 627🔥, 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, 626🔥, 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, 611🔥, 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, 601🔥, 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, 569🔥, 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, 561🔥, 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, 561🔥, 0💬

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