summaryrefslogtreecommitdiff
path: root/doc/ref/sxml.texi
AgeCommit message (Collapse)AuthorFilesLines
2021-09-20doc: Fix wrong @uref argument order.Ludovic Courtès1-2/+2
* doc/ref/sxml.texi (SXML): Fix @uref argument order.
2020-05-27doc: Fix typos in the manual.Jan Synacek1-1/+1
* doc/ref/api-control.texi: * doc/ref/r6rs.texi: * doc/ref/sxml.texi: Fix typos. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-19Fix typo in fold-layout documentationAndy Wingo1-2/+2
* doc/ref/sxml.texi (SXML Tree Fold): Fix minor typo. Fixes https://bugs.gnu.org/26188.
2016-07-25doc: Do not gender the programmer.Ricardo Wurmus1-1/+1
* doc/ref/api-foreign.texi: Replace "his" with "their". * doc/ref/sxml.texi: Likewise.
2016-05-22doc: Fix menu order for SXML.Ludovic Courtès1-9/+9
* doc/ref/sxml.texi (SXML): Add missing quotes in example. Fix node order in menu.
2016-05-22doc: Add SXPath documentation from sourcesRicardo Wurmus1-35/+267
Fixes <http://bugs.gnu.org/19478>. * doc/ref/sxml.texi (SXPath): Add procedure documentation from sources. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-03-10excise use of "iff" in the manualJason Earl1-7/+2
* doc/ref/api-compound.texi: * doc/ref/api-control.texi: * doc/ref/api-data.texi: * doc/ref/api-macros.texi: * doc/ref/api-modules.texi: * doc/ref/api-procedures.texi: * doc/ref/api-scheduling.texi: * doc/ref/api-smobs.texi: * doc/ref/api-undocumented.texi: * doc/ref/api-utility.texi: * doc/ref/compiler.texi: * doc/ref/intro.texi: * doc/ref/scheme-using.texi: * doc/ref/sxml.texi: * doc/ref/web.texi: Change uses of "iff" to "if, otherwise". Fixes bug 10302.
2013-01-30add #:doctype-handler to xml->sxmlAndy Wingo1-9/+43
* 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-28xml->sxml argument can be a port or a stringAndy Wingo1-30/+23
* module/sxml/simple.scm (xml->sxml): Allow the optional arg to be a port or a string. * doc/ref/sxml.texi (Reading and Writing XML): Update docs.
2013-01-28make (sxml simple)'s xml->sxml more capableAndy Wingo1-2/+108
* module/sxml/simple.scm (xml->sxml): Add #:namespaces, #:declare-namespaces?, #:entities, #:default-entity-handler, and #:trim-whitespace? arguments. * doc/ref/sxml.texi (Reading and Writing XML): Document the new options.
2013-01-28begin rewriting SXML docsAndy Wingo1-447/+498
* doc/ref/sxml.texi (SXML): Reorder and begin rewriting. Fix formatting throughout, provide a new introduction, and the beginning of proper SSAX documentation. * doc/ref/sxml-match.texi: * doc/ref/texinfo.texi: * doc/ref/web.texi: Update references to new node names.
2013-01-16an end to the generated-documentation experimentAndy Wingo1-0/+733
* doc/ref/statprof.texi: * doc/ref/sxml.texi: * doc/ref/texinfo.texi: New files, containing the documentation that was previously generated from source and rendered into standard-library.texi. The documentation is still horrible, but at least now it is user-editable.