The simple way to insert XML code into an HTML file is to use the
* If the code appears in the current location , it's said to be inline.
Example
Embedding XML code inside an HTML File.
(html)
(xml id="msg")
In this example, XML code is embedded inside HTML code
* The efficient way is to create a file and import it. You can easily do so by using the SRC attribute of the XML tag.
Syntax
xml id="msg" src="example1.xml
xml
(/xml)(/xml)
Data Binding
Data binding involves mapping, synchronizing, and moving data from a data source, usually on a remote server, to an end user's local system where the user can manipulate the data. Using data binding means that after a remote server transmits data, the user can perform some minor data manipulations on their own local system. The remote server does not have to perform all the data manipulations nor repeatedly transmit variations of the same data.
*
Data binding involves moving data from a data source to a local system, and then manipulating the data, such as, searching, sorting, and filtering, it on the local system.
*
When you bind data in this way, you do not have to request that the remote server manipulate the data and then retransmit the results; you can perform some data manipulation locally.
*
In data binding, the data source provides the data, and the appropriate applications retrieve and synchronize the data and present it on the terminal screen.
*
If the data changes, the applications are written so they can alter their presentation to reflect those changes.
*
Data binding is used to reduce traffic on the network and to reduce the work of the Web server, especially for minor data manipulations.
*
Binding data also separates the task of maintaining data from the tasks of developing and maintaining binding and presentation programs.
Thanks .,
Note:I change SOme Syntax why Iwillnt Say Why :D
Bye :D
No comments:
Post a Comment