extraneous information in etext output
I created an etext template to output data to a text file. It is working, except it is putting this at the beginning of the file:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type></HEAD>
<BODY><PRE>
Is there a way to remove this from the etext output?
0