L
les
I have to create an xml file that will include a field that must be
base64 encoded. This field will be later displayed as a word doc, (it
will be given a .doc extension) although it is actually a databound
asp page showing a job description.
I think what I need to do is convert the asp page to a string of html,
then encode as base64, then insert to my xml.
Not sure if I'm going about this the right way. The data comes from
SQL 2000.
Any suggestions?
Thanks
Leslie
base64 encoded. This field will be later displayed as a word doc, (it
will be given a .doc extension) although it is actually a databound
asp page showing a job description.
I think what I need to do is convert the asp page to a string of html,
then encode as base64, then insert to my xml.
Not sure if I'm going about this the right way. The data comes from
SQL 2000.
Any suggestions?
Thanks
Leslie