Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

plss help about XML lang.

Status
Not open for further replies.

panwee

Technical User
Feb 15, 2003
2
TH
who knows about this pls help

1. does xml have something work same as goto statement if yes what is it?
2. how is Scope of variable in xml ?
3. do XML got an aliase ? example of using ?
4. do XML allow programmer to manage memory?
5. do XML support concurrent execution? how?

thx a lot all guys
and sorry if i write in bad english grammar
 
The answer to all your questions is: No.

XML is a structured data storage medium, not a programming language. So there's no memory management, scoping of variables, etc. that you would see in C, VB, etc.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top