http://qs321.pair.com?node_id=243947


in reply to Re: Re: is XML too hard?
in thread is XML too hard?

xml-dev s-expression + xml-dev lisp has some good return results. For this example visist http://lists.xml.org/archives/xml-dev/200112/msg00438.html. Actual lisp programmers would know how to write the text bits as well.

(REALLYLONGNAME [with_a_property="aaa"] " some free form text " (ANOTHERLONGNAME "foo") " text text")

Replies are listed 'Best First'.
Re: Re: Re: Re: is XML too hard?
by zby (Vicar) on Mar 18, 2003 at 13:36 UTC
    OK - I was fooled by the unquoted 'foo' in the first example.