XML to STP and back

Parsing into STP:
(cxml:parse #p"example.xml" (stp:make-builder))

Serializing back into XML:
(stp:serialize * (cxml:make-character-stream-sink *standard-output*))