Forum Moderators: open
I have a project where I am limited by HTML (I cannot use PHP but I still need to add dynamic content like news and announcements). It seemed to me that XML would provide a solution but then I noticed a problem: everything that I am doing works fine on Explorer but fails on Firefox.
Found a tutorial on w3schools com claiming to know how to make this solution crossbrowser. Copied their test code and tested on my servers. It still doesn't work with Firefox.
Have you experienced similar problems? Is there a solution?
Thank you!
Perhaps you could drop us a resonably brief code snippet showing what technique is failing in Firefox. The error messages in Firefox are unusually good, they should tell you on what line the error occurred.
I know a couple of javascript-based XML parsing techniques that could help, if I know in more detail what you're trying to accomplish