Sarissa Documentation

Sarissa is a JavaScript meta-API. It bridges the gap of DOM XML extentions between Internet Explorer and Mozilla (or Moz-based) browsers. It is an effort to provide a common interface for those extentions, bringing them closer to eachother.
Sarissa implements some of IE extentions for Mozilla. These are:

  • The xml property, which gives the serialized XML String of a DOM Object.
  • The HTMLElement.innerText property, which gives the text of a node with the tags stripped out
  • The DOMDocument.async property, which controls synchronous/asynchronous loading of XML documents

.

Related Posts