File: README

package info (click to toggle)
libxml-filter-xslt-perl 0.03-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 71; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
XML::Filter::XSLT
=================

A simple XSLT SAX2 filter. It uses any available XSLT processor
on your system that we can use in some SAXy way. Currently this
is just XML::LibXSLT (which we use to build a DOM tree), but we
expect more processors will be added over time.

INSTALLATION:

 $ perl Makefile.PL
 $ make
 $ make test
 $ su
 $ make install