• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/XML/Filter/H25-Feb-2002-14373

t/H25-Feb-2002-4130

ChangesH A D25-Feb-2002140 106

MANIFESTH A D18-Dec-2001129 109

MANIFEST.SKIPH A D18-Dec-2001116 1413

Makefile.PLH A D22-Jan-2002364 1412

READMEH A D22-Jan-2002356 1612

README

1XML::Filter::XSLT
2=================
3
4A simple XSLT SAX2 filter. It uses any available XSLT processor
5on your system that we can use in some SAXy way. Currently this
6is just XML::LibXSLT (which we use to build a DOM tree), but we
7expect more processors will be added over time.
8
9INSTALLATION:
10
11 $ perl Makefile.PL
12 $ make
13 $ make test
14 $ su
15 $ make install
16