From fe1bdf10a61ddc1f3455e5a9a22ca04a8f38eec2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 27 Dec 2001 18:06:52 +0000 Subject: [PATCH] removed obsolete docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/xrc/FORMAT.txt | 324 ------------------------------------- src/xrc/FORMAT.txt | 324 ------------------------------------- 2 files changed, 648 deletions(-) delete mode 100644 contrib/src/xrc/FORMAT.txt delete mode 100644 src/xrc/FORMAT.txt diff --git a/contrib/src/xrc/FORMAT.txt b/contrib/src/xrc/FORMAT.txt deleted file mode 100644 index 6d93b5d28b..0000000000 --- a/contrib/src/xrc/FORMAT.txt +++ /dev/null @@ -1,324 +0,0 @@ - - XML resources file format - =============================== - - 1. Basics ------------ - -XML resource is well-formed XML document, i.e. all tags are paired -and there is only one root node, which is always . - -In the following text, I will use standard XML terminology: - - - - - -Here, tag_one is a node (the word 'tag' refers to the type of the node), -prop1 and prop2 are properties and tag_two is a child node of tag_one. -Property's default value is the value that will be assigned to the property -if you do not specify it explicitly. - -I will use the term "primary node" to refer to nodes than represent controls, -dialogs etc. "Secondary nodes" are nodes used to store data: - - primary - Demo Dialog... secondary - 100,200d secondary - secondary - - - - -In the example above,