Figure 3 - uploaded by Raafat Al-Gburi
Content may be subject to copyright.
Source publication
A Location based service (LBS) field is of increasing interest towards healthcare facilities of smart environments and applications such as tracking, positioning, mobile computing, etc., in Information Technology (IT) world. Hospital (track a special patient); Museum (track a tourist); School (track a student); Kindergarten (track a kids), are exam...
Context in source publication
Context 1
... XML processing (parsing) is illustrate in fragment code as follows: ******************************************************************* // Here the code of the onMyload function start // ******************************************************************* .childNodes [0].nodeValue; // ****************************************************************** Briefly, we will be describe a parsing XML format represent as a tree structure as shown in Figure 3. Because we do not know how many clients are available, we need to use an array containing information of each client as a function onMyload () and define an client as array called clientArray providing the information of each client such as client id, floor numbers (level), x and y coordinates in meters and pixels as shown in fragment code as follows: Design and Implementation a tracking ...