我们在名为“name”的数据库列中有这种类型的数据。我们已经在Java中的数组列表中获取了这些数据。
Mobile.
Mobile.Network.
Mobile.Network.Signal.Strength.
Mobile.Network.Signal.Range.
Mobile.Wattage.Power
Mobile.Wattage.Specification.
[此处移动设备是家长和网络& Wattage是Child,随后是Network& Wattage是Signal,Power& Sons的父母。瓦数等等......]
我们需要将其转换为XML,以便我们可以拥有这样的输出。
<Mobile>
<Network>
<Signal>
<Strength></Strength>
<Range></Range>
</Signal>
</Network>
<Wattage>
<Power></Power>
<Specification></Specification>
</Wattage>
</Mobile>
答案 0 :(得分:0)
XML是在XSD上构建的,其中包含数据。 我不了解您的输入需要在XML中添加哪些数据。
此外,你有一个XSD或只是想用DB上面的输入构建一个字符串