A simple XML tree generator. Example: var g = newElement("myTag") g.add newText("some text") g.add newComment("this is comment") var h ...
確定! 回上一頁