Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Gosu (programming language): Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 14:47, 5 April 2011
edit
Milliway
(
talk
|
contribs
)
5
edits
No edit summary
← Previous edit
Revision as of 14:56, 5 April 2011
edit
undo
Milliway
(
talk
|
contribs
)
5
edits
No edit summary
Next edit →
Line 44:
XML
XML without a schema
<source lang="C">
var xml = new gw.xml.XmlElement( "root" )
xml.addChild( new gw.xml.XmlElement( "child" ) { :Text = "value" } )
xml.print()
</source>
XML using a schema
<source lang="C">