Editing CXML structure
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
== XML implicit structure Overview == | == XML implicit structure Overview == | ||
< | <source lang="cpp"> | ||
namespace cxml { | namespace cxml { | ||
class cxml : public Base { | class cxml : public Base { | ||
Line 271: | Line 271: | ||
download [http://www.file-upload.net/download-9995156/notification_settings_plugin.rar.html notification_settings_plugin.xml] from FW?? | download [http://www.file-upload.net/download-9995156/notification_settings_plugin.rar.html notification_settings_plugin.xml] from FW?? | ||
*Note: That xml below isn't perfect right now. Especially the values from <styletable> need to be corrected. I'll change the xml here as soon i finished the CXML Tool and got a nice correct xml written out. | *Note: That xml below isn't perfect right now. Especially the values from <styletable> need to be corrected. I'll change the xml here as soon i finished the CXML Tool and got a nice correct xml written out. | ||
< | <source lang="xml"> | ||
<?xml version="1.0" encoding="UTF-16"?> | <?xml version="1.0" encoding="UTF-16"?> | ||
<resource version="0.1" type="normal"> | <resource version="0.1" type="normal"> |