Thomas Lynch wrote on 07/29/2015 11:22 PM:

The most obvious difference between racket's xexpr and yours is the '@' as the head of the attributes list. Any idea where else I will see divergences?

You might not be able to implement a tool that works correctly with all conforming SXML, until you read Oleg's SXML spec. It is often helpful to assume that Oleg is smarter than all of us.

After you understand Oleg's stuff, there might be something in the implementation notes I posted that is a small bit of additional help.

Or, consider not doing these conversion kludges, after all, and just pick an HTML/XML representation and stick with that one exclusively. This problem does not rate the amount of energy being flung at it. Stupid engineering situations often beget stupid, the stupid can compound, and pretty soon we've all degenerated to smearing out code on the wall.

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to