Talk:XMBML Coding Examples: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with " ==Others that doesnt worths a page== ===Disabling icons for "XMB in-game" mode=== {{Boxcode|content=<syntaxhighlight lang="xml"> <?xml version="1.0" encoding="UTF-8"?> <!...")
 
Line 7: Line 7:
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
   
   
<!-- ORIGINAL, is not linked to an attribute table -->
<!-- ORIGINAL, the query is not linked to an attribute table -->
<XMBML version="1.0">
<XMBML version="1.0">
         <View id="root">
         <View id="root">
Line 20: Line 20:
</XMBML>
</XMBML>
   
   
<!-- HIDDEN INGAME, has been needed to create an attribute table, containing the attribute to disable the query ingame -->
<!-- HIDDEN INGAME, the query has been linked to an attribute table, containing the attribute to disable the query ingame -->
<XMBML version="1.0">
<XMBML version="1.0">
         <View id="root">
         <View id="root">

Revision as of 03:56, 11 October 2015

Others that doesnt worths a page

Disabling icons for "XMB in-game" mode

Code Sample