Re: [racket-users] Need advice on XML representation

2020-03-10 Thread Neil Van Dyke
Thank you, Tom. This document might help answer some of the understandable confusion behind Hendrik's question: https://www.neilvandyke.org/racket/sxml-intro/ A clarification on credit where it's due: John Clements did considerable work to clean up and document Oleg Kiselyov's various SXML pa

Re: [racket-users] Need advice on XML representation

2020-03-10 Thread Tom Gillespie
Hi Hendrik, I explored this question when I had to decide how to implement an exchange format for identifier metadata. SXML supports more of the standard, specifically for my use cases it was critical that I have support and representation for xml namespaces, which xexprs in racket do not have.