Artifact Content
Not logged in

Artifact 3f5d8e5e3a556af734623242758dd5f702989a6b:



(library (sxml match)
  (export sxml-match sxml-match-let sxml-match-let*)
  (import (chezscheme)
	  (srfi private include))
  (include/resolve () "sxml/sxml-match.ss")

  (import sxml-matcher))