すべての生徒が宿題をする必要がある場合。xmlファイル間のrealtion
学生はファイルに要素が追加された宿題をします。
ファイル構造はどのようにする必要がありますか?
この構造が適切かどうか。
<students>
<student>
<name>
abc
</name>
<Practice>
<id>
1
</id>
</Practice>
<Practice>
<id>
2
</id>
</Practice>
<student>
<student>
<name>
def
</name>
<Practice>
<id>
4
</id>
</Practice>
<student>
</students>
練習と私は別々のファイルを入れますか?
あなたは何をしたいですか? –
ファイル構造はどのようにすればよいでしょうか? – user1263390
あなたは実習を避けることができないようにxmlでバリデーションをしますか? –