Revision: guile-lib--wingo--0.1--patch-23 Archive: wingo@pobox.com--2004-main Creator: Andy Wingo Date: Thu Jun 17 07:13:43 WAT 2004 Standard-date: 2004-06-17 06:13:43 GMT Modified-files: ChangeLog src/sxml/simple.scm src/sxml/texinfo.scm src/sxml/texinfo/html.scm src/sxml/texinfo/named-tree-nodes.scm New-patches: wingo@pobox.com--2004-main/guile-lib--wingo--0.1--patch-23 Summary: Bugfixes, add @ignore Keywords: 2004-06-17 Andy Wingo * src/sxml/texinfo/named-tree-nodes.scm (stexi->named-tree-nodes): Make sure that the stexi for each node is headed by 'texinfo with a title. * src/sxml/texinfo/html.scm (add-ref-resolver!): New function, exported. (tag-replacements): Fix typo for cartouche. (rules): Add an xmlns on . * src/sxml/texinfo.scm (call-with-file-and-dir): Export. (texinfo-command-specs): Add a spec for @ignore. * src/sxml/simple.scm (sxml->string): New function, de-tags an sxml tree. Exported.