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

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.
2023-04-05, 167449👍, 69💬

💬 2023-04-05 Marcin: great tool

💬 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

(More comments ...)

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, 2055👍, 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, 176👍, 1💬

💬 2023-02-13 Red: Thanks

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, 1776👍, 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, 1764👍, 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, 1231👍, 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, 867👍, 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, 856👍, 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, 644👍, 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, 622👍, 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, 524👍, 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, 499👍, 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, 481👍, 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, 464👍, 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, 427👍, 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, 410👍, 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, 383👍, 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, 376👍, 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, 366👍, 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, 352👍, 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, 348👍, 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, 343👍, 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, 338👍, 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, 336👍, 0💬

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