Hi! Andy Wingo <wi...@pobox.com> skribis:
> I just pushed some changes to (sxml simple)'s xml->sxml. Basically it > has keyword arguments now that do most of what people have been > requesting for a while (non-significant whitespace, easier handling of > entities, declaration of namespaces). We can add handling of some > doctype fragments as well, perhaps (internal or external). Anyway here > are the docs; comments are welcome. This should not introduce any > incompatibilities. Excellent, thanks for doing this! > Parsed entities may be declared with the `#:entities' keyword > argument, or handled with the `#:default-entity-handler'. By default, > only the standard `<', `>', `&', `'' and `"' > entities are defined, as well as the `&#N;' and `&#xN;' (decimal and > hexadecimal) numeric character entities. This one should be of particular interest to ttn’s IXIN (among others.) Ludo’.