Hi to all , Html <span> tag does not works in FireFox , but it works very well in Internet Explorer .
the below coding is one of my xml lab program called as " Embedding XML with HTML " . this is the code for xml and html . *sample.xml* ( save it as sample.xml) <?xml version="1.0"?> <studentdetails> <student> <name>arulalan</name> <class>mca</class> </student> <student> <name>nandha</name> <class>mba</class> </student> </studentdetails> *sample1.html* ( save it as sample1.html and put together in same folder which contains xml file) <html> <body> <xml id="student" src="sample.xml"></xml> <table Datasrc="#student" border="2"> <tr> <td><span datafld="name"></span></td> <td><span datafld="class"></span></td> </tr> </table> </body> </html> while opening sample1.html by browser , it has to show one Table which contains 4 data from sample.xml . arulalan mca nandha mba the above data is packed inside the table . This table is not display in Fire Fox 3.5 and older version also. I mean , html < span > tag doesn't works properly. for this purpose alone, i have to switch over windows in lab instead of using ubuntu . so , is there any solution having to solve this problem . ? -- நன்றி , அருளாளன் . த Kanchi Linux User Group Rocks ! http://kanchilug.wordpress.com My Experiments In Linux are here http://tuxworld.wordpress.com தக்கன தழைக்கும் ! _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
