This is sxml-match.egg.info, produced by makeinfo version 4.7 from eggdoc-output.texi. INFO-DIR-SECTION The Algorithmic Language Scheme START-INFO-DIR-ENTRY * sxml-match.egg: (sxml-match.egg). Pattern matching of SXML END-INFO-DIR-ENTRY  File: sxml-match.egg.info, Node: Top, Next: About this egg, Up: (dir) sxml-match egg ************** Pattern matching of SXML Written by Jim Bender, packaged for Chicken by Reed Sheridan This manual corresponds to version 1.0a1, added missing dependency on syntax-case of the sxml-match extension library for Chicken Scheme. * Menu: * About this egg:: * Documentation:: * License:: * Index::  File: sxml-match.egg.info, Node: About this egg, Next: Documentation, Prev: Top, Up: Top 1 About this egg **************** * Menu: * Version history:: * Requirements:: * Usage::  File: sxml-match.egg.info, Node: Version history, Next: Requirements, Up: About this egg 1.1 Version history =================== `1.0a1, added missing dependency on syntax-case' `1.0a, portable syntax-case version'  File: sxml-match.egg.info, Node: Requirements, Next: Usage, Prev: Version history, Up: About this egg 1.2 Requirements ================ This egg requires the following extensions: `syntax-case'  File: sxml-match.egg.info, Node: Usage, Prev: Requirements, Up: About this egg 1.3 Usage ========= Load this egg like so: (require-extension sxml-match)(import sxml-matcher)  File: sxml-match.egg.info, Node: Documentation, Next: License, Prev: About this egg, Up: Top 2 Documentation *************** This egg provides syntax-case-like pattern matching of SXML From the original documentation: Compared to a standard s-expression pattern matcher, sxml-match provides the following benefits: * matching of SXML elements does not depend on any degree of normalization of the SXML * matching of SXML attributes (within an element) is under-ordered; the order of the attributes specified within the pattern need not match the ordering with the element being matched * all attributes specified in the pattern must be present in the element being matched; in the spirit that XML is 'extensible', the element being matched may include additional attributes not specified in the pattern. See the original documentation (http://celtic.benderweb.net/sxml-match/manual/index.html) for more information.  File: sxml-match.egg.info, Node: License, Next: Index, Prev: Documentation, Up: Top 3 License ********* This egg is released under the MIT License  File: sxml-match.egg.info, Node: Index, Prev: License, Up: Top Index ***** [index] * Menu:  Tag Table: Node: Top240 Node: About this egg646 Node: Version history834 Node: Requirements1058 Node: Usage1265 Node: Documentation1451 Node: License2493 Node: Index2650  End Tag Table