1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/sxml
Andy Wingo e10c250928 add #:doctype-handler to xml->sxml
* module/sxml/simple.scm (read-internal-doctype-as-string): New helper.
  (xml->sxml): Add #:doctype-handler argument.

* doc/ref/sxml.texi (Reading and Writing XML): Document
  #:doctype-handler.  Fix some other examples, and fix the default value
  of #:declare-namespaces?.

* test-suite/tests/sxml.simple.test: Add all tests from the manual
  here.
2013-01-30 15:29:18 +01:00
..
ssax
upstream ssax: treat *DEFAULT* as a fallback handler in entity alist 2013-01-28 10:52:47 +01:00
apply-templates.scm
fold.scm Remove `fold' from (sxml fold). 2010-04-09 00:32:14 +02:00
match.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
simple.scm add #:doctype-handler to xml->sxml 2013-01-30 15:29:18 +01:00
ssax.scm quick fix to ssax.scm 2013-01-30 13:55:59 +01:00
sxml-match.ss sxml-match: Handle multiple-value returns. 2010-05-26 23:41:23 +02:00
transform.scm
xpath.scm