|
Subject: [xsl] LUA Table to XML via XSL From: Alain <alainb06@xxxxxxx> Date: Wed, 18 Feb 2009 07:39:38 +0100 |
o;?LuaTable = {
["Item1"] = 8.52,
["Item2"] = "String",
["Item3"] = {
["Child1"] = 4.5,
["Child2"] = {
["GranChild"] = "That's all folks!\n"
},
["Child3"] = "With UTF-8: en franC'ais",
}
} -- this is a comment<LuaTable> <Item1>8.52</Item1> <Item2>String</Item2> <Item3> <Child1>4.5</Child1> <Child2> <GranChild>That's all folks!\n</GranChild> </Child2> <Child3>With UTF-8: en franC'ais</Child3> </Item3> </LuaTable> <!-- this is a comment -->
Best Regards. Alain BENEDETTI
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Output in XML / HTML, dou, Michael Kay | Thread | Re: [xsl] LUA Table to XML via XSL, COUTHURES Alain |
| RE: [xsl] Output in XML / HTML, dou, Michael Kay | Date | Re: [xsl] LUA Table to XML via XSL, COUTHURES Alain |
| Month |