From: Václav Slavík Date: Thu, 27 Dec 2001 18:06:52 +0000 (+0000) Subject: removed obsolete docs X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fe1bdf10a61ddc1f3455e5a9a22ca04a8f38eec2 removed obsolete docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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,