• <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久久免费国产精精品| A级毛片无码久久精品免费| 精品久久久久久国产免费了| 久久久久人妻一区二区三区 | 久久人人爽人人爽人人片av高请| 亚洲av日韩精品久久久久久a| 成人资源影音先锋久久资源网| 欧美精品一区二区精品久久| 亚洲国产成人精品无码久久久久久综合 | 国产精品久久久久久久久鸭| 国产精品嫩草影院久久| 亚洲狠狠婷婷综合久久蜜芽| 久久av免费天堂小草播放| 亚洲国产美女精品久久久久∴| 久久人人爽人人爽人人AV东京热| 久久久久这里只有精品| 国产精品视频久久久| 久久久久久久女国产乱让韩| 久久露脸国产精品| 久久本道伊人久久| 久久精品中文无码资源站| 久久久精品国产| 四虎影视久久久免费| 久久久久成人精品无码| 久久人人爽人人爽人人片AV麻豆| 成人综合伊人五月婷久久| 亚洲国产日韩欧美综合久久| 亚洲午夜精品久久久久久人妖| 7777精品伊人久久久大香线蕉| 精品视频久久久久| 91精品国产色综久久| 99久久国产热无码精品免费| 精品人妻伦九区久久AAA片69| 亚洲国产精品一区二区三区久久 | 久久久精品国产亚洲成人满18免费网站| 久久丫精品国产亚洲av不卡| 久久久噜噜噜久久中文福利| 国产精品一区二区久久国产| 国内精品人妻无码久久久影院 |