CelWorkItemSimpleMarkupLanguage

Concept

The simple markup language is a lightweighted alternative to XML using a lisp-like notation and abandon attributes.

{customer:4711
  {first-name Testolf}
  {last-name Testermann}
  {address:privat
    {street 99th Testway}
    {zip 12345}
    {city Testcity}
    {country Testany}
  }
}

The CELSML provides functions to create documents, to parse strings into documents, and to find data. The parser is open for other handlers to process the data.

Status


CategoryTidelandCel

last edited 2007-10-07 16:24:28 by FrankMueller