Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML->TXT

Status
Not open for further replies.

zekmek

Programmer
Jun 12, 2003
44
0
0
PT
Hi all,

I want to send a mail to my visitor after he does an action on my site... The mail type is HTML and in my function that sends the mail, i test what type of mail the visitor can receive... I would like to know if there is already a stylesheet that can transform an HTML type mail into a TXT type mail.

Thanks all
 
The input to xslt must be well-formed xml; html, however, is Not well-formed, unless you are talking about XHTML, which is. In any case, you can produce XML/HTML or Text from XSLT if the input document is XML.

Regards,
John
 
ok thanks but is there a style sheet that already exists for that ?
 
>> ok thanks but is there a style sheet that already exists for that ?

You need to do more studying on XML and related technologies. Your not clued in yet. ;-)

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top