Yahoo Blueprint Apps

With yahoo! Closed support for all drawing applications, is there any method for converting existing custom tag tags to standard HTML / x-html code? Any information on this would be helpful. Thanks

+1
source share
1 answer

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

Most of Blueprint's philosophy and syntax comes from XForms. We chose the full declarative language, because it was the only way to work effectively on a wide range of devices, some of which have no scripts at all. Using declarative syntax, we can encapsulate and hide the specifics of scripts. In some cases, the code can work on the phone, in another case, for example, XHTML, we can put the logic on our servers. This is an ideal way to deal with various environments and their capabilities.

Converting Blueprint applications to any of these formats is the easiest solution since they output HTML.

References

+1
source

Source: https://habr.com/ru/post/980001/


All Articles