You have records of 50 employees in an XML document. You want to create a table from a group of XML nodes. Which method is best suited to convert data into HTML table rows?( )
Create a loop through for-each command
Create a row individually for each employee
The Internet Browser automatically creates HTML tables
None of the above