Richard Forth wrote: > Sorry everyone and thanks for your patience, I know this is more > coding than Linux-talk but it sort of related in a way because I need > to get this code working browser-independant, ie so I can use unbuntu > / firefox for the code development rather than windows and IE (or IE > over wine).
For AJAX I'd find a good AJAX library and use that (eg if I were integrating to a PHP script I'd find a PHP AJAX lib). That way all of the browser differences get taken out of the equation (because someone else did the hard work). For straight manipulation of XML I don't know but I would still expect there to be some libraries around somewhere. Cross-platform browser coding is a nightmare because of the different implementations. MS tends to be worse at following standards (because it can, as it has the biggest market share) but even FF and the others fall short of perfection. -- Mark Rogers // More Solutions Ltd (Peterborough Office) // 0845 45 89 555 Registered in England (0456 0902) at 13 Clarke Rd, Milton Keynes, MK1 1LG _______________________________________________ Peterboro mailing list [email protected] https://mailman.lug.org.uk/mailman/listinfo/peterboro
