Problem in transferring data into html from xml.
Hi
All,
I am trying to create an html page which will contain the data of an XML file.The XML file has raw data but I need to put checkbox and filter condition for each data. This work should done by button click.The XMl file is given bellow.
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <employees>
- <employee>
- <attribute>
<element>EmployeeID</element>
<element>FirstName</element>
<element>LastName</element>
<element>Gender</element>
<element>Designation</element>
<element>Skill</element>
<element>JoinDate</element>
<element>ResignationDate</element>
<element>Reason</element>
<element>Status</element>
<element>DateOfBirth</element>
<element>PermanentAddress</element>
<element>PresentAddress</element>
<element>PhoneNo</element>
<element>MobileNo</element>
<element>OfficePhoneNo</element>
<element>EmailAddress</element>
<element>PersonalEmailAddress</element>
</attribute>
</employee>
</employees>
File name:- Employees.xml
I need to view the xml file like that each and every element will have a checkbox field and filter condition.
If anyone can give me some advice or code I shall be very glad.
__________________
somesh chaterjee
|