开发者

is it possible to send email as xml data with xslt?

is it p开发者_StackOverflow中文版ossible to send user and email in xml format that is formatted using xslt styles?


You can send any text in email. Doesn't matter if you formatted it via XSLT or any other way. You of course can send XML and an XSLT stylesheet with it, but this is not a very good idea.

You can't rely on the receiving client to be able to transform XML - most email clients do not have an XSLT processor built in (nor any understanding of XML). They are mostly text readers.

Use the resulting text of the transformation in your email, and you should be fine.

Of course, this is light in details, but so is your question.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜