Re: Puzzeling error message.
"Benoit Lefevre" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
In fact i was more interessed in documentation about error return code.
I finally found my problem using a dichotomic search.
It was due to to the use of a msxml:node-set. I agree, i could have
been reviewing the code first, especialy seeing the file size (< 200
lines) but i was too lazy yesterday to do it at 4am ;)
Now i'm trying to find out if it is possible to replace it with plain
"old"
xslt code.
Apparently it's not :(
Is Transformiix team planning to support all or part of exslt extentions
?
Another alternative to node-set for me would be to produce a text
output insted of an HTML one.
But i doubt the transformiix processor will parse the resulting text to
turn
it back to a DOM object before returning the result of the
transformation.
Do you know any object that could produce a DOM object from a string
to parse.
Regards
Benoit Lefevre.
"Martin Honnen" <[email protected]> a écrit dans le message de
news:[email protected]...
>
>
> Benoit Lefevre wrote:
>
>
> > 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]"
>
> Try to reduce the input XML and the stylesheet as far as possible to
> still reproduce the error and then post URLs of the XML and the
> stylesheet so that we can see what you are doing.
>
> --
>
> Martin Honnen
> http://JavaScript.FAQTs.com/