用于创建 XML 文档并通过电子邮件发送的 iPhone 应用程序
我正在为我们工作中的内部流程创建一个 iPad 应用程序。
我需要能够创建一个 xml 文件,该文件将包含用户在表单上的某些字段中输入的一些值。然后他们单击“提交”,这将弹出电子邮件表单(来自 MailComposeViewController),我想将创建的 xml 文件附加到他们将发送的这封电子邮件中。这可能吗?如果可以,怎么做?
提前致谢
Im creating an IPad app for an internal process we have in at work.
I need to be able to create an xml file which will be comprised of some values that the user enters into a some fields on a form. Than they click submit and this will than throw up the email form (from the MailComposeViewController) and i want to attach the xml file created to this email that they will send. Is this possible, if so, how?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我通过电子邮件发送 xml 地图数据的片段 --
用于构建 XML...我呃,我自己做的。这是我的一些方法
(如果您愿意,我很乐意向您发送整个课程,尽管可能有更推荐的构建 xml 的方法:))
希望这有助于为您指明正确的方向!
Here's a fragment where I send xml map data by email --
For building the XML... I uh, did it myself. Here's some of my methods
(I'd be happy to send you the whole class if you like, though there's perhaps a more recommended way to build xml :) )
Hope that helps point you in the right direction!