Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

Hello, My web site is using the javascript function transformDocument but it looks like it doesn't working in version 6

  • 3 odpowiedzi
  • 6 osób ma ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od yarons

more options

Hello, My we site is using a lot of ajax, and I have a function transformDocument that it doesn't works in version 6.

Please help!!!

Hello, My we site is using a lot of ajax, and I have a function transformDocument that it doesn't works in version 6. Please help!!!

Wybrane rozwiązanie

For cross-reference, the corresponding thread is: ajax and transformDocument function • mozillaZine Forums. Assuming this is the XSLTProcessor method, transformDocument was removed from Firefox 6 and the new method is transformToDocument. There's an example here: Using the Mozilla JavaScript interface to XSL Transformations - MDN Docs.

Przeczytaj tę odpowiedź w całym kontekście 👍 1

Wszystkie odpowiedzi (3)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

Wybrane rozwiązanie

For cross-reference, the corresponding thread is: ajax and transformDocument function • mozillaZine Forums. Assuming this is the XSLTProcessor method, transformDocument was removed from Firefox 6 and the new method is transformToDocument. There's an example here: Using the Mozilla JavaScript interface to XSL Transformations - MDN Docs.

more options

Thanks a lot!!