:Q: Whats the difference between
{PHP, Perl, most other languages} and
Askemos' XSLT / NameSpaceDSSSL for web scripting?
:A: In most languages the resulting document
is constructed charachter by character from quoted strings
of the programming language.
This incures a lot of quoting and can produce invalid output.
In contrast in Askemos, the result is created as a document tree
from components of the input tree and syntax tree of
the running programm.
This safes typing, ungly code and ensures
at least well formed results.