前景提要
HDC调试需求开发(15万预算),能者速来!>>>
xml文件如下:
<?xml version="1.0" encoding="utf-8"?>
<populationList>
<country>
<name>china</name>
<value>14</value>
</country>
<country>
<name>america</name>
<value>5</value>
</country>
<country>
<name>england</name>
<value>1</value>
</country>
</populationList>
数据源配置如下:
报表如下:
预览报表:
为什么符合该XPath的数据有3笔,但是报表中只能查询出一笔?