⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme_example2.txt

📁 此程序演示了利用xml控件(当然也可以不通过xml控件)
💻 TXT
字号:
NHXML.EXE 

Version: v1.0
Date:    30jul2003

Author:  N. Haeck M.Sc.
         n.haeck@simdesign.nl

Copyright (c) 2001 - 2004 by N. Haeck


Features
========

Opening XML Files

Click on File->Open to select an XML file to analyse. Error messages will be displayed in the status bar if the file is not a valid XML file. If the file is valid, the status bar will show version, encoding and comments.

Saving XML Files

You can save any changes to the XML file by selecting File->Save. Select a valid filename in the File Save dialog box. If you do not select an extension then ".xml" is automatically attached.

XML Tree

This tab-page shows the XML nodes and their subnodes, as well as their values. You can browse the tree with your mouse or with the arrow keys.

XML Source

Click on this tab-page to see the source of the XML document in readable format

Attributes

This tab-page shows the attributes of each XML node. If you select "Single elements as attributes" then also the single elements will be shown here. You can distinguish between the two by their icon.

Options:

Single elements as attributes
Use this option to show the single elements (elements that have no sub-elements, and no attributes, only a value) in the  attribute list.

Hide single elements
Use this option to hide the single elements from the tree-list. Use together with "single elements as attributes".

Readable names for nodes
If checked, the names of nodes will not be displayed as capitals but as one capital followed by lowercase characters.

Compiling the example
=====================

If you want to compile this example you need:
1) Place XmlDocuments.dcu into the project folder
2) Install TVirtualTreeview (by Mike Liscke)

Then open the project file NHXML.DPR

Version History
===============

v2.0 (30jul2003)

Adapted to XmlDocuments.pas

v1.0 (16jul2001)

Initial release of testing software NHXML.EXE for XML Files

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -