One way to do that is to use the AJAX mechanism to load the XML through a call to the server.
一种方法是使用AJAX机制通过到服务器的调用来加载XML。
In this article, I introduce you to five such widgets — some open source, some licensed - that communicate with the server through Ajax and XML.
在本文中,我将介绍五个这样的小部件——有些是开源的,有些是需要许可的——它们通过Ajax和XML与服务器通信。
Microformats should be one tool available for expression of rich content on the Web and should complement, rather than supplant, other such technologies like XML on the Web, and even Ajax.
微格式应该成为一个可用于在Web上表示丰富内容的工具,并且应该补充(而不是替代)一些其他的此类技术,例如Web上的XML甚至Ajax。
Plenty of Ajax applications work well without any XML code at all: They merely pass HTML or even plain text back and forth.
大量Ajax应用程序在没有任何XML代码时仍工作得很好:它们只来回传递HTML,甚至是纯文本。
The toolkit allows you to process JSON, XML, and text responses from Ajax services.
这个工具包允许您处理JSON、XML和来自Ajax服务的文本响应。
Ajax is a framework of UI capabilities and concepts driven by an XML-based request and response server invocation model.
Ajax是一个受基于XML的请求和响应服务器调用模型驱动的UI功能和概念的框架。
Using WebApp.Net in a static web site is really straightforward but using it in a dynamic environement may require a good understanding of Ajax and basic knowledge of XML.
在一个静态Web站点上使用WebApp.Net相当简单,但要想在动态环境中使用它,可能需要很好地理解Ajax和基本的XML知识。
Some Ajax application servers send back data in the form of XML. This is a huge improvement over HTML, but it is also suboptimal.
有些Ajax应用服务器以xml格式返回数据,比起html来,这是一个巨大的进步,但还不够理想。
Question: Can you suggest an appropriate strategy for managing the security of AJAX-based request for XML data through servlets, where the application is being developed as a portlet.
问:您可以推荐一种合适的策略,以便管理通过Servlet发出的基于Ajax的XML数据请求的安全性,其中应用程序开发为Portlet。
I'll highlight SQL, XML, and Ajax injection vulnerabilities as examples and show you how to fix them so you can guarantee uptime availability with a Service-Level Agreement (SLA).
我将重点以SQL、xml和ajax注入漏洞为例,说明如何修复它们,使您能够保证达到服务水平协议(SLA)中的正常运行时间。
This tutorial is recommended for XML and Ajax developers interested in creating data-driven Web services to provide data to their Ajax applications.
本教程适合于希望创建数据驱动的Web服务,为Ajax应用程序提供数据的xml和ajax开发人员。
For some reason, Ajax has become synonymous with XML, even though XML isn't strictly required.
出于某些原因,Ajax已成为XML的同义词,尽管XML不是绝对必要的。
These browsers use Ajax to communicate with the server to interchange XML data and then employ DHTML to navigate the XML and present it to the user.
这些浏览器使用Ajax与服务器通信来交换XML数据,然后利用DHTML在XML中导航并将数据显示给用户。
In more complex Web pages with more involved Ajax calls, the return data could be in the form of XML.
在较多涉及Ajax调用的一些更为复杂的Web页面内,返回的数据结果通常都是xml格式的。
But most of these Ajax applications use XML to transfer information to and from the server, so your application must be able to both parse and create XML data.
但是这些Ajax应用程序多数使用XML和服务器交换信息,因此应用程序必须能够解析和创建XML数据。
In other words, most people think XML is a core part of Ajax because they assume that the XMLHttpRequest object actually USES XML all the time.
换句话说,多数人之所以认为xml是ajax的核心组成部分,仅仅是因为他们想当然地以为XMLHttpRequest对象在任何时候都使用XML。
XML injection is more prevalent with the increased use of Ajax portals and Web services, both of which rely heavily on processing XML data streams.
随着Ajax门户和Web服务的使用增多(这两者都严重依赖于处理XML数据流),XML注入日益流行。
It will make sure the document extension and headers are all appropriate and well formed, and serve up all your breakfasts in Ajax-friendly XML.
它将确保文档扩展和标题恰当且形式良好,并且以ajax友好的xml形式显示您的全部早餐。
This makes XML the default choice for Ajax responses, so it's a good place to start.
这使XML成为Ajax响应的默认选择,所以我们从xml格式开始讨论。
In an Ajax application, you might want to extract the zip code from an XML document and query a database.
在Ajax应用程序中,可能需要从XML文档提取邮政编码和查询数据库。
Another issue we run into is that we don't always want or need to convert data to XML before we ship it off to our Ajax application.
我们遇到的另一个问题是不总是希望或需要在把数据装入Ajax应用程序之前将数据转换为XML。
Note that there are other commonly used alternatives for JSON in Ajax applications, such as XML and unformatted plain text.
注意,Ajax应用程序中还有一些其他常用的格式可以替代JSON,比如说XML和无格式的纯文本。
My first demonstration of building tables with Ajax is through the use of an XML request to the server over Ajax. The value of this technique is two-fold.
我的第一个使用Ajax构建表格的演示是,通过 Ajax向服务器发送XML请求,此技巧的价值是双重的。
Develop JSP files to handle adding and editing film entries by utilizing XML requests made by the Ajax client
开发JSP文件,通过使用Ajax客户机生成的请求添加和编辑电影条目
When the Ajax term was coined, the X in Ajax stood for XML. This was assumed to be the format for data being sent between browsers and servers.
最初创造术语Ajax时,其中的X代表XML,XML被认为是在浏览器和服务器之间传递数据的格式。
Even if Ajax clients could perform an open function, they cannot understand binary content, as Ajax is for XML or JSON (text-based) formats.
即便Ajax客户端能够执行open函数,也无法理解二进制内容,这是因为Ajax使用的是xml或json(基于文本)格式。
Within Ajax that method of encapsulation is XML, a worldwide and well used and understood standard that also has some problems and limitations.
在Ajax 中这种封装的方法就是XML。 XML 是一个易于使用和理解的全球性标准,不过它同时也存在着一些问题和局限。
It's no surprise, then, that XML is considered one of the core technologies that underlies Ajax.
因此,XML被认为是Ajax底层的核心技术之一就不足为奇了。
You'll keep the structure you used with the all Ajax version, since it was nicely formed XML and perfectly compatible with XForms.
任何Ajax版本都应保持这种结构,因为这是结构良好的XML并且完全兼容x Forms。
In fact, you'll see that in most Ajax applications, XML rarely makes an appearance at all.
实际上,您将看到在多数Ajax应用程序中xml很少出现。
应用推荐