On this page:
x-remove-whitespace
x-cdata-content

1 XML helpers: xml🔗ℹ

 (require libquiche/xml) package: libquiche

Functions for working with XML data

procedure

(x-remove-whitespace list)  xexpr?

  list : xexpr?
Removes " " elements from lists (Good for cleaning up xexprs generated from pretty-printed xmls)

procedure

(x-cdata-content cdata)  string?

  cdata : cdata?
Gets actual text content from a cdata, removing the "<![CDATA[...]]>" delimiter