If you are not too familiar with XML a great place to start learning about it would be this article.
Other than that, have you started this project or are you still planning?
My suggestion would be to sit down and write out the individual steps your program would need to perform. Obviously if you are not familiar with XML and/or AJAX then you probably will not think of everything. But at least you would have formed a general road map.
发布评论
评论(3)
如果您对 XML 不太熟悉,这篇文章是开始学习 XML 的好地方。
除此之外,你已经开始这个项目了还是还在计划中?
我的建议是坐下来写下您的程序需要执行的各个步骤。显然,如果您不熟悉 XML 和/或 AJAX,那么您可能不会想到所有的事情。但至少你会制定一个总体路线图。
此外,这个问题可能会帮助您入门。
If you are not too familiar with XML a great place to start learning about it would be this article.
Other than that, have you started this project or are you still planning?
My suggestion would be to sit down and write out the individual steps your program would need to perform. Obviously if you are not familiar with XML and/or AJAX then you probably will not think of everything. But at least you would have formed a general road map.
Additionally, this SO question may help you get started.
对于纯数据,您可能需要类似 IEM xmlrpc(包含在 Pd-extended 中)或 PuRest JSON 接收数据。
For Pure Data, you would probably need something like IEM xmlrpc (which is included in Pd-extended) or PuRest JSON to receive the data.
我发现处理很容易使用。查看 http://processing.org/reference/XMLElement.html 来读取 xml。
I'm finding processing easy to use. Check out http://processing.org/reference/XMLElement.html for reading xml.