• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            隨筆 - 505  文章 - 1034  trackbacks - 0
            <2006年10月>
            24252627282930
            1234567
            891011121314
            15161718192021
            22232425262728
            2930311234


            子曾經曰過:編程無他,唯手熟爾!

            常用鏈接

            留言簿(94)

            隨筆分類(649)

            隨筆檔案(505)

            相冊

            BCB

            Crytek

            • crymod
            • Crytek's Offical Modding Portal

            Game Industry

            OGRE

            other

            Programmers

            Qt

            WOW Stuff

            搜索

            •  

            積分與排名

            • 積分 - 914448
            • 排名 - 14

            最新隨筆

            最新評論

            閱讀排行榜

            評論排行榜


            學xml   http://www.w3schools.com/xml/default.asp

            我們游戲里界面和與界面有關的很多邏輯都是寫在xml里面的,其中邏輯使用lua寫,嵌在xml中,用xmlSpy編輯。

            xml中嵌入lua,比如
            <script>
            function max(a,b)
                if a 
            &gt; b then
                    return a;
                else
                    return b;
                end
            end
            </script>

            大于號   > 要寫成 &gt;  , 就是greater than的意思。同樣:
            小于號   <                &lt;            less than


            這樣子lua沒有高亮顯示,搞得我看起來很痛苦,晚上突發奇想,從*.lua文件里讀,就可以用LuaEdit來編輯了,那我就可以按F6來check syntax了,哈哈

            <script luafile="1" path="gui\haha.lua">
            </script>
            luafile 為 1,就讀path里的,為0就讀script節點的text,哈哈,爽!

            我從xml文件中把lua段粘貼到*.lua文件里時,忘了把&gt;之類的符號換成 > 等,導致我查了很久,老子還跟蹤到luabind和lua的源代碼里面去,靠!faint!
            幸虧LuaEdit有Check Syntax功能,幫助我檢查到了錯誤,深刻體會到了工具的好處,也更加堅信“人與動物的最大差別在于人類能夠制造工具并使用工具”!

            要是再整得能單步調試,那就爽歪歪了!



            All text in an XML document will be parsed by the parser.

            Only text inside a CDATA section will be ignored by the parser.


            Parsed Data

            XML parsers normally parse all the text in an XML document.

            When an XML element is parsed, the text between the XML tags is also parsed:

            <message>This text is also parsed</message>

            The parser does this because XML elements can contain other elements, as in this example, where the <name> element contains two other elements (first and last):

            <name><first>Bill</first><last>Gates</last></name>

            and the parser will break it up into sub-elements like this:

            <name>
                        <first>Bill</first>
                        <last>Gates</last>
                        </name>


            Escape Characters

            Illegal XML characters have to be replaced by entity references.

            If you place a character like "<" inside an XML element, it will generate an error because the parser interprets it as the start of a new element. You cannot write something like this:

            <message>if salary < 1000 then</message>

            To avoid this, you have to replace the "<" character with an entity reference, like this:

            <message>if salary &lt; 1000 then</message>

            There are 5 predefined entity references in XML:

            &lt; < less than
            &gt; > greater than
            &amp; & ampersand 
            &apos; ' apostrophe
            &quot; " quotation mark

            Note: Only the characters "<" and "&" are strictly illegal in XML. Apostrophes, quotation marks and greater than signs are legal, but it is a good habit to replace them.


            CDATA

            Everything inside a CDATA section is ignored by the parser.

            If your text contains a lot of "<" or "&" characters - as program code often does - the XML element can be defined as a CDATA section.

            A CDATA section starts with "<![CDATA[" and ends with "]]>":

            <script>
                        <![CDATA[
                        function matchwo(a,b)
                        {
                        if (a < b && a < 0) then
                        {
                        return 1
                        }
                        else
                        {
                        return 0
                        }
                        }
                        ]]>
                        </script>

            In the example above, everything inside the CDATA section is ignored by the parser.

            Notes on CDATA sections:

            A CDATA section cannot contain the string "]]>", therefore, nested CDATA sections are not allowed.

            Also make sure there are no spaces or line breaks inside the "]]>" string.


            posted on 2007-06-23 05:50 七星重劍 閱讀(2455) 評論(2)  編輯 收藏 引用 所屬分類: 亂七八糟

            FeedBack:
            # re: xml中嵌入lua 2007-06-25 11:45 yayv
            wow里不就這樣做的么
              回復  更多評論
              
            # re: xml中嵌入lua 2007-07-03 06:52 阿來
            @yayv
            最爽的就是后來我知道了wow居然是這么做的,真是"英雄所見略同"!哈哈   回復  更多評論
              
            久久亚洲AV成人无码软件| 国产精品免费福利久久| 久久久久99精品成人片牛牛影视| 久久精品国产91久久麻豆自制| 丁香五月综合久久激情| 伊色综合久久之综合久久| 99re久久精品国产首页2020| 亚洲国产精品无码久久青草| 国产成人精品免费久久久久| 美女久久久久久| 青草国产精品久久久久久| 久久精品这里热有精品| 思思久久99热只有频精品66| 国产V亚洲V天堂无码久久久| 欧美久久久久久精选9999| 欧美va久久久噜噜噜久久| 久久综合久久综合亚洲| 国产午夜精品久久久久九九电影| 欧美亚洲色综久久精品国产| 久久这里的只有是精品23| 久久精品成人免费看| 久久人人妻人人爽人人爽| 香港aa三级久久三级老师2021国产三级精品三级在| 97精品依人久久久大香线蕉97| 久久午夜福利电影| 国产一区二区精品久久岳| 久久综合九色综合精品| 久久夜色tv网站| 四虎国产精品免费久久久| 国产韩国精品一区二区三区久久| 久久亚洲精品成人av无码网站| 久久无码AV一区二区三区| 久久久午夜精品| 99久久做夜夜爱天天做精品| 亚洲国产成人久久一区久久| 国产精久久一区二区三区| 久久精品不卡| 一级a性色生活片久久无| 亚洲色大成网站www久久九| 狠狠色婷婷久久综合频道日韩| 无码人妻久久一区二区三区|