Apr 15, 2003 #1 samsamito Programmer Apr 15, 2003 2 ES Hi, I got an ADO recordset where by using .save I store the data in a file with extension xml I now want to read the contents of that file to put them on an html file. Any ideas? Thanks,
Hi, I got an ADO recordset where by using .save I store the data in a file with extension xml I now want to read the contents of that file to put them on an html file. Any ideas? Thanks,
Apr 15, 2003 #2 palbano Programmer Oct 9, 1998 4,341 US You could create an XSLT file that contains the commands to translate the XML into a HTML format. Is that what you mean? -pete Upvote 0 Downvote
You could create an XSLT file that contains the commands to translate the XML into a HTML format. Is that what you mean? -pete
Apr 16, 2003 Thread starter #3 samsamito Programmer Apr 15, 2003 2 ES Hi Pete, Could you explain a bit more how to create the XSLT file with the commands to translate the XML into a HTML format? This is what I want in XML. <ENTIDADES> <ENTIDAD> <ENTID>71</ENTID> <RSocEnt>Javier Egeldín S.A.</RSocEnt> </ENTIDAD> <ENTIDAD> <ENTID>81</ENTID> <RSocEnt>Mercedes Benz S.A.</RSocEnt> </ENTIDAD> <ENTIDAD> <ENTID>91</ENTID> <RSocEnt>Ayuntamiento de Erandio</RSocEnt> </ENTIDAD> <ENTIDAD> <ENTID>101</ENTID> <RSocEnt>http://www.buscaminas.com</RSocEnt> </ENTIDAD> </ENTIDADES> Thanks, Upvote 0 Downvote
Hi Pete, Could you explain a bit more how to create the XSLT file with the commands to translate the XML into a HTML format? This is what I want in XML. <ENTIDADES> <ENTIDAD> <ENTID>71</ENTID> <RSocEnt>Javier Egeldín S.A.</RSocEnt> </ENTIDAD> <ENTIDAD> <ENTID>81</ENTID> <RSocEnt>Mercedes Benz S.A.</RSocEnt> </ENTIDAD> <ENTIDAD> <ENTID>91</ENTID> <RSocEnt>Ayuntamiento de Erandio</RSocEnt> </ENTIDAD> <ENTIDAD> <ENTID>101</ENTID> <RSocEnt>http://www.buscaminas.com</RSocEnt> </ENTIDAD> </ENTIDADES> Thanks,