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.

সহায়তা খুঁজুন

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.

আরও জানুন

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

  • 3 উত্তরসমূহ
  • 6 এই সমস্যাটি আছে
  • 1 দেখুন
  • শেষ জবাব দ্বারা 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!!!

সমাধান চয়ন করুন

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.

প্রেক্ষাপটে এই উত্তরটি পড়ুন। 👍 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

চয়ন করা সমাধান

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.