[XML-SIG] Future plans

Dieter Maurer dieter@handshake.de
Sat, 1 Jan 1994 20:21:22 +0100 (CET)


Scott Hassan writes:
 > Dieter Maurer writes:
 > > Paul Prescod writes:
 > >  > Dieter, is there any chance that your work could turn into a Python
 > >  > parser for XPaths that could be used in place of the 4thought one?
 > > My parser is based on Scott Hassan's (mailto:hassan@cs.stanford.edu)
 > > PyBison package. This package has an unknown copying policy.
 > > 
 > 
 > I believe you are the only one I know of who is using PyBison for
 > something useful.  Although I haven't explicitly stated this, PyBison
 > has the same license as the Python license.  Copy at will.  :)
 Thank you!

 Maybe, we (Paul and me) can convince FourThought to turn
 their Bison grammar into a PyBison one, maybe with my little patch
 allowing to give the semantic functions an environment as
 additional parameter to support factory usage for object
 construction.


Dieter