git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15291
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+<resource xmlns="http://www.wxwindows.org/wxxrc">
<object class="wxMenuBar" name="mainmenu">
<style>wxMB_DOCKABLE</style>
<object class="wxMenu" name="menu_file">
<object class="wxMenuBar" name="mainmenu">
<style>wxMB_DOCKABLE</style>
<object class="wxMenu" name="menu_file">
<style> are attributes, while neither <resource> nor either of <object>s is:
<?xml version="1.0" encoding="utf-8">
<style> are attributes, while neither <resource> nor either of <object>s is:
<?xml version="1.0" encoding="utf-8">
- <resource version="2.3.0.1">
+ <resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
<object class="wxPanel">
<style>wxSUNKEN_BORDER</style>
<object class="wxStaticText">
<object class="wxPanel">
<style>wxSUNKEN_BORDER</style>
<object class="wxStaticText">
2. Elementary description
-------------------------
2. Elementary description
-------------------------
-XRC resource file is a well-formed XML 1.0 document.
+XRC resource file is a well-formed XML 1.0 document. All elements of XRC file are
+from the http://www.wxwindows.org/wxxrc namespace.
The root node of XRC document must be <resource>. The <resource> node has
optional "version" property. Default version (in absence of the version
The root node of XRC document must be <resource>. The <resource> node has
optional "version" property. Default version (in absence of the version
Differences between versions are described within this document in paragraphs
entitled "Version Note".
Differences between versions are described within this document in paragraphs
entitled "Version Note".
+The <resource> node contains namespace declaration, too:
+
+ <resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
+
The <resource> node is only allowed to have <object> and <object_ref>
subnodes, all of which must have the "name" property.
The <resource> node is only allowed to have <object> and <object_ref>
subnodes, all of which must have the "name" property.
+<resource xmlns="http://www.wxwindows.org/wxxrc">
<object class="wxMenuBar" name="mainmenu">
<style>wxMB_DOCKABLE</style>
<object class="wxMenu" name="menu_file">
<object class="wxMenuBar" name="mainmenu">
<style>wxMB_DOCKABLE</style>
<object class="wxMenu" name="menu_file">