@ -271,7 +271,7 @@ Accessor functions for the individual pieces of a @racket[_txexpr].
]
@defproc[
(make-txexpr
(txexpr
[tag txexpr-tag?]
[attrs txexpr-attrs? @empty]
[elements txexpr-elements? @empty])
@ -279,15 +279,24 @@ txexpr?]
Assemble a @racket[_txexpr] from its parts. If you don't have attributes, but you do have elements, you'll need to pass @racket[empty] as the second argument. Note that unlike @racket[xml->xexpr], if the attribute list is empty, it's not included in the resulting expression.