XML を生成するための UI を設計する最良の方法は何ですか?
この場合、生成された XML に少数の属性が含まれる可能性がありますが、これは確実ではありません。XML ファイルは、ビジネス条件に対応するために大きくなる場合があります。
そのような画面を設計する最良の方法は何ですか。私は2つのアプローチを考えています
1. Design a spread sheet which generates xml. Keep the excel as a download
link,ask the user to download it and generate the xml . (I have
seen this approach in a couple of web applications in internet)
[Will this work in a non-windows based OS'].
2. Start designing the UI the normal way(like providing a bunch a textboxes)
[Is this way even possible ?]
他のアプローチはありますか?