This XML file includes information such as employee name, department, and Social Security number. 这个XML文件包括了诸如员工名、部门和社会保险号码之类的信息。
The app only uses the employee name and department through an XPath query of the source file. 这个应用程序在对源文件进行的XPath查询中只使用了员工名和部门信息。
The code example below sets the employee name and department for a list item. 下面的代码实例为一个列表项设置职员姓名和部门。
The XQuery where clause contains the join condition, comparing the manager names with the employee name elements. XQuery的where子句包含连接条件,这些条件用于主管姓名与员工姓名(EN)元素的比较。
You realize it would be more useful to view the employee name in the results, but the employee names are located in a different table. 您意识到在结果中查看雇员姓名会更有用,但是雇员姓名位于另一个表中。