This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 3 tontu
  • 6 am na jafe-jafe bii
  • 1 view
  • i mujjee tontu mooy 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!!!

Saafara biñ tànn

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.

Jàng tontu lii ci fi mu bokk 👍 1

All Replies (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

Saafara yiñ Tànn

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!!