Editing Talk:XMBML Coding
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: | ||
=Suggestions, etc= | |||
*The '''<View id>''''s '''"root", "root_for_dex", "root_for_BDU", "tool_root", "shop_root", "shop_guest_root", "shop_staff_root", "root_arcade"''' refered as '''Target ID's''' is not an accurate definition... "root" and "root_for_dex" are different target ID's but "shop_root" and "shop_guest_root" are different boot modes of the same target ID... for this reason is used the concept of "XMB enviroments" but is an invented name, i have no idea if there is a more accurate definition in other parts of the firmware, documentation, whatever... if someone has a better idea please update the frontpage and erase this section here in talkpage --[[User:Sandungas|Sandungas]] ([[User talk:Sandungas|talk]]) 23:42, 23 January 2014 (EST) | |||
*An usefull trick to help documenting xml strings is to drag-and-drop all PS3 .xml files (from path '''dev_flash/vsh/resource/explore/xmb/''') to notepad++. Then use the search function in notepad++ (ctrl+F) to search for a text string and click in "find all in all opened documents" | *An usefull trick to help documenting xml strings is to drag-and-drop all PS3 .xml files (from path '''dev_flash/vsh/resource/explore/xmb/''') to notepad++. Then use the search function in notepad++ (ctrl+F) to search for a text string and click in "find all in all opened documents" | ||
*The View ID '''"root"''' usually is refered as the identifyer of a group of items that will be loaded by retail XMB, but not always, e.g: | *The View ID '''"root"''' usually is refered as the identifyer of a group of items that will be loaded by retail XMB, but not always, e.g: | ||
Line 22: | Line 21: | ||
*'''open_list''' | *'''open_list''' | ||
*'''yield''' | *'''yield''' | ||
etc... | |||