|
Features details
GET/POST requests
dhtmlxAjax library includes methods for making both GET and POST crossbrowser AJAX requests.
Asynchronous/Synchronous modes of loading
Although, asynchronous request is native for AJAX, sometimes it is necessary to load data in synchronous mode - when javascript code processing is stopped and waits for response from the server. dhtmlxAjax library gives developers the ability to use both modes.
XPath
v.2.0 of dhtmlxAjax library gives developers the crossbrowser ability to use XPath without complex efforts. See dhtmlxAjax documemntation and samples for more details.
XSL Transformation
There is no more problem to transform one XML into another, or XML into HTML. dhtmlxAjax library provides an easy crossbrowser way of transforming an XML document with XSL. See dhtmlxAjax documemntation and samples for more details.
Serialization
dhtmlxAjax implements an easy crossbrowser way of transforming XML document into XML string.

- XPath
- XSLT
