[XML-SIG] New parsers in 4XPath and 4XSLT

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 23 May 2001 22:29:06 +0200


> The new generated parsers in XPath and XSLT are now created in a more
> factory-ish method.  The parsers are now referenced from:
> xml.(xpath|xslt).parser   This allows for the changing of parsers easily.
> To create a runtime parser, call parser.new().  And to parse expressions
> simply use the parse() method on the created object.

Great! I hope I can look into that shortly.

Regards,
Martin