Re: Javascript API for XSLTProcessor Object?
Emmanouil Batsis <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
RickG wrote: > Hi All, > I was just wondering if there was an simple API document for this object. > The one tiny example only shows creating the object and two methods. > Didn't know if there was as other methods/properties. I suppose you got the examples from the "using XSLT in js" page [1]. The API link is at the bottom and points to [2]. BTW, sarissa[3] also implements most of the XSLTProcessor for IE ;-). [1] http://www.mozilla.org/projects/xslt/js-interface.html [2] http://lxr.mozilla.org/seamonkey/source/content/xsl/public/nsIXSLTProcessor.idl [3] http://sarissa.sourceforge.net/ hth, Manos