W
Willem
Ian Collins wrote:
) Malcolm McLean wrote:
)> The alternative to using xml is to declare a specific syntax, as used by
)> the Microsoft resource compiler, which pre-dates xml.
)
) Or use a simple, well known and supported format such as JSON. My
) "full" JSON parser is about 200 lines of code.
YAML is also a very good choice, a better choice if you want user-editability.
The big problem with XML is that it's a *markup* language, never meant for
and not very suited for data transport. The mind boggles as to why it
became the defacto standard.
SaSW, Willem
--
Disclaimer: I am in no way responsible for any of the statements
made in the above text. For all I know I might be
drugged or something..
No I'm not paranoid. You all think I'm paranoid, don't you !
#EOT
) Malcolm McLean wrote:
)> The alternative to using xml is to declare a specific syntax, as used by
)> the Microsoft resource compiler, which pre-dates xml.
)
) Or use a simple, well known and supported format such as JSON. My
) "full" JSON parser is about 200 lines of code.
YAML is also a very good choice, a better choice if you want user-editability.
The big problem with XML is that it's a *markup* language, never meant for
and not very suited for data transport. The mind boggles as to why it
became the defacto standard.
SaSW, Willem
--
Disclaimer: I am in no way responsible for any of the statements
made in the above text. For all I know I might be
drugged or something..
No I'm not paranoid. You all think I'm paranoid, don't you !
#EOT