Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

XML, how does it work!?

Name: Anonymous 2010-11-22 19:41

How do i use it to mix C++, Java, C# & CSound?

Go.

Name: Anonymous 2010-11-22 21:38

XML files hold data formatted by tags.

<example>
  <data>
    hello
  </data>
</example>


You can name the tags anything you want, but some programs(like CSound) only read specific names.

Programming languages that have an XML parser can load XML files.  You can program it to except any tags you want.

If you want to mix these languages and program together, you can make an XML parser in each language that uses the same tags CSound does, that way they will all be compatible with each other.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List