Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 4th, 2003, 01:26 PM
Registered User
 
Join Date: Jun 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Dynamic Email --> XML

Greetings! I am looking for a solution to send a dynamic
email using XML. I'd like for the email message to
contain a link to an XML document that sits on a server
and format the email based on that document. Has anyone
ever heard of way to do this?
 
Old June 4th, 2003, 03:38 PM
Registered User
 
Join Date: Jun 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to mc439
Default

If I understand what you are trying to accomplish I don't think it's possible. First let me paraphrase what I understand the questions to be through.

You want to send an email that contains an html href link which points to an xml page. You then want the xml to format the email like the xml document is some type of .ini file.

The problem with this logic is that email works like an ascii text document and is interpreted by the recieving client. Any XML documents referenced in the email is either just a link to the XML document or an attachment. Either way, the end user has recieved the email and it cannot be modified after it has been recieved.

It is entirely possible that I missed the point of your question and I am totally off base.
 
Old June 4th, 2003, 04:04 PM
Registered User
 
Join Date: Jun 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well, I think you've mostly got it. Do you ever remember a product called Zaplet? If not, here's a description: http://java.sun.com/features/2000/06/zaplets.html - this is essentially what I want to do. I'm working on an email news letter that will send out headlines, weather and traffic reports to subscribers. My goal is for the email to not become stale - so whenever it is opened it always shows the latest headlines. The email client would, of course, have to use HTML. But, all the tricks I've thought of have beend disabled as security risks in, at least, Outlook. I thought of doing a link to a dynamic javascript that writes the headlines in, but that is a no-no for security reasons. I also thought of using an Iframe, but that also is a no-no. It just seems like there should be some way to grab content off the Internet in an HTML email??





Similar Threads
Thread Thread Starter Forum Replies Last Post
Forms with XML > XSLT > XHTML kwilliams XSLT 0 October 27th, 2005 09:52 AM
Achitecture ? SQL -> XML -> ASP -> PDF or HTML Frm jstrong Classic ASP XML 0 July 9th, 2005 01:18 PM
Dynamic HTML <<Events>> babloo81 Javascript 2 December 29th, 2003 12:40 PM
asp(ado->xml) --->internet>--asp(xml->ado) moon XML 0 November 28th, 2003 09:27 AM
Form -> PHP -> email - how hard can it be?? Capt Jack Sparrow PHP How-To 7 October 6th, 2003 02:00 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.