Yahoo Blueprint Apps

断了今生、忘了曾经 提交于 2019-12-11 07:04:27

问题


Since yahoo! closed support of all blueprint apps, is there any method to convert existing blueprint custom tags to standard html/x-html code? Any information on this regard will be helpful. Thanks


回答1:


XSLTForms and Orbeon Forms are based on the same XForms standard as Yahoo Blueprint:

Much of Blueprint's philosophy and syntax comes from XForms. We opted for a full declarative language because it was the only way we could effectively run on the wide range of devices out there, some of which have no scripting at all. By using declarative syntax, we can encapsulate and hide the scripting specifics. In some cases, the code could run on the phone, in other case, such as XHTML, we can put the logic on our servers. It's the perfect way to deal with the various environments and their capabilities.

Converting Blueprint apps to either of those formats is the simplest solution, since they output HTML.

References

  • Developers Are Go: Yahoo! Mobile Developer Platform

  • Yahoo Blueprint Platform

  • Mobile Web Development with Yahoo! Blueprint



来源:https://stackoverflow.com/questions/7117172/yahoo-blueprint-apps

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!