Link to home
Start Free TrialLog in
Avatar of sgs1970
sgs1970

asked on

from VB6 write to html file with style

Hi,
   I am developing a vb6 windows application. What I really need is to shop the content of a recorset in a browser
 
I have two approaches in mind
###1
  As I loop thru the recordset , the entries in the recorset are to be written to an xml file and then applying style from an XSL style  sheet  write to an HTML file  . (I have done this in vb.net)

###2
As I loop thru the recorset, the entries are directly written to the html file applying style from a CSS file


In anycase my idea is to show the contents of recordset on an html file applying a style.

 Can you help me?

   Sam
 
ASKER CERTIFIED SOLUTION
Avatar of azeemdigitalsoft
azeemdigitalsoft

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sgs1970
sgs1970

ASKER


 Hi,
   Is there really a way to have an XSL or CSS file . The advantage I seek is , the style can be changed later too without the source code

   Can you help me?
       sam
Avatar of sgs1970

ASKER


 Can Someone help me ?
Avatar of sgs1970

ASKER


 Hi,
  I accept azeemdigitalsoft 's answer , eventhough it  doesn't  meet  my requirment.

   Samson