SXML is a way to write and process XML data in the form of S-expressions.

PropertyValue
dbpedia-owl:abstract
  • SXML is a way to write and process XML data in the form of S-expressions. Textual correspondence between SXML and XML for a sample XML snippet is shown below: XML SXML <tag attr1="value1" attr2="value2"> <nested>Text node</nested> <empty/> </tag> (tag) The following two observation can be drawn from the above example: Textual notations for XML and SXML are much alike; informally, SXML textually differs from XML in relying on round brackets instead of angular braces. Additionally, SXML is not only a straightforward textual notation for XML data, but also a primary data structure for a family of functional programming languages, thus providing an illustrative approach for processing XML data with a general-purpose programming language. Similarity between XML and S-expressions reified in SXML allows achieving close integration between XML data and programming language expressions, resulting in illustrativeness and simplicity of XML data processing for an application programmer.
  • SXMLは、XMLデータをS式の形式で記述、処理するための方法である。 SXMLとXMLの字句上の対応について、小さなサンプルのXMLを以下に示す: 上記の例から、以下の2つの点に気づくであろう: XMLとSXMLの字句上の表記は大変良く似ている: 非公式であるが、SXMLとXMLの字句上の違いは、山括弧の代わりに丸括弧を用いている点である。 加えて、SXMLは、XMLデータの単純な字句上の表記変換だけでなく、関数型プログラミング言語の一群のための第一級のデータ構造でもある。それゆえ、汎用のプログラミング言語でXMLデータを処理するの実例にもなる。 XMLと、SXMLの形式で表されたのS式とが似ている事により、XMLデータの表現とプログラム言語での表現との差が少ないシステム構築を達成可能とする。その結果、アプリケーションでのXMLデータの処理が、説明的で単純になる。
dbpedia-owl:wikiPageExternalLink
dbpprop:extension
  • .sxml, .scm
dbpprop:genre
dbpprop:mime
  • text/sxml
dbpprop:name
  • SXML
dbpprop:typeCode
  • TEXT
dbpprop:wikiPageUsesTemplate
dbpprop:wordnet_type
dcterms:subject
rdf:type
rdfs:comment
  • SXMLは、XMLデータをS式の形式で記述、処理するための方法である。 SXMLとXMLの字句上の対応について、小さなサンプルのXMLを以下に示す: 上記の例から、以下の2つの点に気づくであろう: XMLとSXMLの字句上の表記は大変良く似ている: 非公式であるが、SXMLとXMLの字句上の違いは、山括弧の代わりに丸括弧を用いている点である。 加えて、SXMLは、XMLデータの単純な字句上の表記変換だけでなく、関数型プログラミング言語の一群のための第一級のデータ構造でもある。それゆえ、汎用のプログラミング言語でXMLデータを処理するの実例にもなる。 XMLと、SXMLの形式で表されたのS式とが似ている事により、XMLデータの表現とプログラム言語での表現との差が少ないシステム構築を達成可能とする。その結果、アプリケーションでのXMLデータの処理が、説明的で単純になる。
  • SXML is a way to write and process XML data in the form of S-expressions.
rdfs:label
  • SXML
  • SXML
owl:sameAs
foaf:page
is dbpedia-owl:wikiPageRedirects of
is owl:sameAs of
is foaf:primaryTopic of