<amz3>I have an idea for another video :) <amz3>I will explain how to create a static version of stackoverflow based on archive.org dumps <amz3>and move into building a dynamic version of it <amz3>this is simple stuff, but it might help people jump into Guile <daviid>is there a way to use ‑ in an sxml string? <daviid>or any &#... this is the non-breaking hyphen <spk121>I tried the naive (sxml->xml '(*TOP* (*PI* xml "version=\\"1.0\\"") (foo "‑"))) but it expands the ampersand as & <spk121>You can go full scheme and do (sxml->xml `(*TOP* (*PI* xml "version=\\"1.0\\"") (foo #\\x2011))) <spk121>#\\2011 being non-breaking hyphen <amz3>how do you test a procedure that is not public? ***shinra-chiron_ is now known as shinra-chiron