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
Functions for document building - developed and tested
Function and process for parsing and document building - developed and tested
Function to find nodes by list - developed and tested
Function to find nodes by string - open
