Javascript API for XSLTProcessor Object?
"RickG" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
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. ------------------------------------------------------ new XSLTProcessor() importStyleSheet(XMLDOM) transformToDocument(XMLDOM) XMLDOM ------------------------------------------------------ thx for any info, Rick