翻訳と辞書
Words near each other
・ JsMath
・ JSmooth
・ JSN
・ JSO
・ JSOL
・ JSON
・ Json (rapper)
・ JSON Streaming
・ JSON Web Signature
・ JSON Web Token
・ JSON-LD
・ JSON-RPC
・ JSON-WSP
・ Json2Ldap
・ JSONiq
JsonML
・ JSONP
・ Jsoup
・ JSP
・ JSP model 1 architecture
・ JSP model 2 architecture
・ JSP Records
・ JsPHP
・ Jspx
・ Jspx-bay
・ JSR
・ JSR 168 Portlet Catalog
・ JSR 250
・ JSR 53
・ JSR 94


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

JsonML : ウィキペディア英語版
JsonML

JsonML, the JSON Markup Language is a lightweight markup language used to map between XML (Extensible Markup Language) and JSON (JavaScript Object Notation). It converts an XML document or fragment into a JSON data structure for ease of use within JavaScript environments such as a web browser, allowing manipulation of XML data without the overhead of an XML parser.
JsonML has greatest applicability in Ajax (Asynchronous JavaScript and XML) web applications. It is used to transport XHTML (eXtensible HyperText Markup Language) down to the client where it can be deterministically reconstructed into DOM (Document Object Model) elements. Progressive enhancement strategy can be employed during construction to bind dynamic behaviors to otherwise static elements.
JsonML can also be used as the underlying structure for creating intricate client-side templates called JBST (JsonML+Browser-Side Templates). Syntactically JBST looks like JSP (JavaServer Pages) or ASP.NET (Active Server Pages .NET) user controls. Interactive examples are available on the jsonml.org website.
==Syntax==
Conversion from XML to JsonML is partially reversible. XML Namespaces are handled by prepending the element name with the namespace prefix, e.g., <myns:myElement/> becomes ().

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「JsonML」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.