我将来自csv的数据存储在String []中,但是单个索引包含许多值 例如: - [0]有John Smith Jane Doe Jaan Lepp FooBar。因此,当我将其解析为XML时,它会为这4个值创建4个上下文。如何在单个运动员节点中传递所有名称?
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Athletes>
<Name>John Smith</Name>
<Athletes>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Athletes>
<Name>Jane Doe</Name>
<Athletes>