Re: Puzzeling error message.
Axel Hecht <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Benoit Lefevre wrote: > Hello > > I'm trying to perform a XSLT transformation with the last version of > FireFox. > > Everything go fine until the transformation that return the following > error message : > > "Component returned failure code: 0x8060000e > [nsIXSLTProcessor.transformToDocument]" > > Could this error come from the mime type problem ? > > I'm loading my files locally, this shouldn't be a problem i guess, but > i'm not at > all familliar with mime type. > > Is there a way to get documentation about failure code ? > > I tryed to get informations about the styleNode stored in the exception, > but i > couldn't manage to find documentation about that kind of object. > > Thank you in advance for you help. > > Regards. > > Benoit Lefevre > > That should be a NS_ERROR_XPATH_BAD_EXTENSION_FUNCTION Seems like you have a problem with your stylesheet. Axel