1 2 3 4 5 6 > >>   Sort: Rank

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
2023-03-15, 1984👍, 4💬

💬 2023-03-15 Vanaja: Needful for M.Sc Students

💬 2017-11-07 amarendra: thanks for xml tutorials

💬 2017-04-09 Rajesh: Very nice..Thanks

💬 2016-02-10 Sanjay Kumar: This books looks very helpful for XML editing and validation against XSDs.

Building a New DOM Document Object
This section provides a tutorial example on how to build a new DOM Document object and print it out as DOM Node tree.
2023-02-13, 155👍, 1💬

💬 2023-02-13 Red: Thanks

XML Tools Plugin for Notepad++
This chapter provides notes and tutorial examples on XML Tools Plugin for Notepad++. Topics include downloading and installing Notepad++ and XML Tools Plugin; generating pretty print XML format; XSD validation; XSLT transformation.
2022-12-05, 166441👍, 68💬

💬 2022-12-03 Herong: Stuart, may be you need to set the output encoding as UTF-8: <xsl:output encoding="UTF-8" ...>

💬 2022-12-01 Stuart: The XML tools are great. I've just tried the XSL Transformation too for an XML-HTML transformation containing Arabic characters ...

💬 2019-09-10 xiaolu: Great tool

💬 2019-08-06 Took: Great

💬 2019-08-01 Thanh: nice

(More comments ...)

XML Tools Package for Atom
This section describes XML Tools package for Atom and shows how to install it and access its functionalities.
2022-10-01, 1325👍, 0💬

xml.dom.minidom for Building XML Document
This section provides a tutorial example on how to build a new XML document with Python xml.dom.minidom package.
2022-10-01, 1239👍, 0💬

Using Microsoft Edge as an XML Browser
This section provides a tutorial example on how to use Microsoft Edge as an XML file browser. Edge displays all elements in an XML file in a tree structure.
2022-10-01, 1011👍, 0💬

Web Browser Errors on Local XSL File
This section provides examples of Web browser errors on loading local XSL files from local XML documents. Newer versions of Chrome, Firefox and Safari consider this as security risks.
2022-10-01, 652👍, 0💬

Using Google Chrome as an XML Browser
This section provides a tutorial example on how to use Google Chrome as an XML file browser. Chrome displays all elements in an XML file in a tree structure.
2022-10-01, 610👍, 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, 517👍, 0💬

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, 471👍, 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, 402👍, 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, 360👍, 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, 358👍, 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, 330👍, 0💬

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, 325👍, 0💬

xml.sax for Parsing XML Document
This section provides a tutorial example on how to parse an existing XML document with SAX event handlers with Python xml.sax package.
2022-10-01, 316👍, 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, 299👍, 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, 280👍, 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, 279👍, 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, 279👍, 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, 277👍, 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.
2022-10-01, 275👍, 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, 272👍, 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, 270👍, 0💬

1 2 3 4 5 6 > >>   Sort: Rank