Skip to content Skip to sidebar Skip to footer

Yahoo Blueprint Apps

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

Solution 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

Post a Comment for "Yahoo Blueprint Apps"