XML: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
70 bytes added ,  9 January 2008
m
linking to Mikes articles
(New page: '''XML''' is a general purpose markup language. It is generally used to store data in a standard way and is useful for exachanging data. XML is commonly used as part of SOAP [[Web Se...)
 
m (linking to Mikes articles)
Line 31: Line 31:
   <customer id=2>
   <customer id=2>
The attribute ''id'' belongs to the ''customer'' element and the value of the attribute is 2.  Data stored in attributes are generally used to allow easy processing of the XML file.  In this example having an ''id'' element allows you to easily find the customer element using a [[FindNode]] function.
The attribute ''id'' belongs to the ''customer'' element and the value of the attribute is 2.  Data stored in attributes are generally used to allow easy processing of the XML file.  In this example having an ''id'' element allows you to easily find the customer element using a [[FindNode]] function.
==Using XML with Visual DataFlex==
*[[XML Logging]]
*[[XML Replay]]


==External Links==
==External Links==
1,134

edits

Navigation menu