File: README.Debian

package info (click to toggle)
aolserver4-nsxml 1.5-2.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 168 kB
  • sloc: ansic: 1,651; tcl: 112; makefile: 70
file content (17 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
nsxml for AOLserver 4 in Debian
-------------------------------

In order to use this module you need to add a couple of lines to your nsd configuration files
(eg the default one is /etc/aolserver4/aolserver4.tcl).

In the section which starts with 'ns_section "ns/server/${servername}/modules"', add:

	ns_param nsxml nsxml.so

and restart AOLserver with /etc/init.d/aolserver4 restart.
After you have enabled the module, your Tcl scripts have access to the libxml2 library.
A brief tutorial in order to use this module is at

http://www.fifthgate.org/articles/aolserver/xml/ns_xml_doc.html

-- Francesco P. Lovergine <frankie@debian.org>