Hi
I was wondering how I can embed an XML file created by excel into a
html. w3schools describes it for an XML file, and I am able to do
their method, except with XMLs that come from excel. This is probably
due to the fact that the lowest level data's ID is the same for all.
Ie each datavalue in an excel XML is IDed 'Cell', whereas in more
common XML files each value has a different dataid (as seen in the w3
examples). The examples below do not require one to know how many rows
there are in advance. I also would need this feature for columns. The
xml file that comes from excel cannot (in my problem there are
actually hundreds of them) be modified, since it is machine generated
and not under my control. With data islands, the solution then need
not be compatible with firefox, since data islands is MS IE's thing,
but a solution with higher compatibility, even not necessarily
including data islands is welcome too, although I do not want to have
a 'script' solution.
I previously tried it with CSS, if you have access to newsgroups, its
posted in comp.infosystems.www.authoring.html on 7/5/06.
Thanks
http://www.w3schools.com/xml/xml_data_island.asp
http://www.w3schools.com/xml/xml_applications.asp |