• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

XML + XSL = HTML 4 EMAIL ??

complete

Weaksauce
Joined
Aug 30, 2005
Messages
92
XML can do a very cool trick.

If you include the name of an XSL file in the XML file, you can produce what looks just like a formatted HTML file when you load the XML file into a browser.

The question I have is this. How would you actually produce an actual HTML file that can be sent as a formated email by using this XML and XSL combo?

Let me put it another way.

First of all, consider this. Email has the capacity to send HTML formated text.

Second of all, consider this. XML along with a stated XSL style sheet can be loaded into a browser to produce an HTML document (right?).

So can the same be said for an email message? If email is sophisticated to send and html file properly formatted and presented as if it was being viewed in a browser, can it also to the same with an xml file?

I imagine not. I would imagine that it could not pull off this trick. I imagine that the first order of business would be to use the xml and xsl files to produce the html file and then use that generated html file as the email.

So what code or tools can be used to produce this html file?
 
This probably has more to do with the particular email client being used to view the email than it does anything else. I could be wrong though.
 
Here is a follow-up question.

Let's look at the issue backwards going the other direction. Does there exist a tool or a 3rd party program that can take an HTML file and split it up into an XML and XSL file that will effectively display the same thing in a browser than the original HTML file?

Once I have decided how I want the HTML file to look, is there some sort of tool that will split an HTML document into an XML and XSL file that will display in a browser the same way as the HTML will?

I imagine that it might be a built-in feature for dreamweaver or some other web authoring tool. It shoule be, I think.

We masters must want to do this sort of thing from time to time.
 
Back
Top