开发者

How do you display and edit XML in a webpage? [closed]

开发者 https://www.devze.com 2023-03-28 07:29 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

I want to generate some XML, display it in a web page, and allow the user to edit the xml if they want.

Is there a control / library / commonly accepted technique that would achieve these goals ?

I've seen a couple possible solutions but nothing has stood out, so I turn to the StackOverflow communit开发者_StackOverflow社区y to guide me to the best possible solution.

I don't have any technology limitations set here however I would like to remain in the HTML/Javascript or .NET technologies if possible.


I think you can edit XML files using the TreeView.

Take a look at this article:

http://aspalliance.com/1873_Edit_XML_Files_Using_ASPNET_TreeView_Control


Try to use editarea. See demo.


I have some experience with Xml Web Pad and I found it has pretty good features suitable for your needs.

0

精彩评论

暂无评论...
验证码 换一张
取 消