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.

ఇంకా తెలుసుకోండి

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

ప్రత్యుత్తరాలన్నీ (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.