Have `sxml->xml' handle `*TOP*' nodes (bug #29260).
authorLudovic Courtès <ludo@gnu.org>
Tue, 11 May 2010 20:54:14 +0000 (22:54 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 11 May 2010 21:46:05 +0000 (23:46 +0200)
commitdf3f1090e8772a78206e6a5b65112fa66dbcd0af
treebd672e19b7dec081fdc54b8dae86431afd067966
parent384012a197ae388ad764234b20e2dbceb056b603
Have `sxml->xml' handle `*TOP*' nodes (bug #29260).

* module/sxml/simple.scm (universal-sxslt-rules): Add handler for
  `*TOP*'.  Suggested by Stefan Israelsson Tampe at
  <https://savannah.gnu.org/bugs/index.php?29260>.

* test-suite/Makefile.am (SCM_TESTS): Add `sxml.simple.test'.

* test-suite/tests/sxml.simple.test: New file.

* THANKS: Add Stefan.
THANKS
module/sxml/simple.scm
test-suite/Makefile.am
test-suite/tests/sxml.simple.test [new file with mode: 0644]