dnl Zebra, Index Data Aps, 1995-2002
-dnl $Id: configure.in,v 1.52 2002-10-30 13:59:42 adam Exp $
+dnl $Id: configure.in,v 1.53 2002-11-08 13:23:52 adam Exp $
dnl
AC_INIT(include/zebraver.h)
AM_INIT_AUTOMAKE(idzebra,1.3.3)
doc/zebrahtml.dsl
doc/zebraprint.dsl
doc/zebraphp.dsl
+ doc/tkl.xsl
test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile
test/dmoz/Makefile
examples/Makefile examples/gils/Makefile examples/dinosauricon/Makefile
zebra.pdf
manpage.links
manpage.refs
-zebraidx.1
-zebrasrv.8
+*.8
+*.1
*.html
+*.tkl
*.dsl
+*.php
-## $Id: Makefile.am,v 1.17 2002-10-30 12:55:18 adam Exp $
+## $Id: Makefile.am,v 1.18 2002-11-08 13:23:52 adam Exp $
docdir=$(datadir)/doc/@PACKAGE@
SUPPORTFILES = \
zebrahtml.dsl.in \
zebraphp.dsl.in \
zebraprint.dsl.in \
+ tkl.xsl.in \
xml.dcl
XMLFILES = \
zebra.xml.in \
pdfjadetex zebra.tex
pdfjadetex zebra.tex
+index.tkl: $(XMLFILES) tkl.xsl
+ xsltproc tkl.xsl zebra.xml
+
gils.txt: gils.sgml
sgml2txt -f gils.sgml
<chapter id="introduction">
- <!-- $Id: introduction.xml,v 1.19 2002-10-20 14:02:03 mike Exp $ -->
+ <!-- $Id: introduction.xml,v 1.20 2002-11-08 13:23:52 adam Exp $ -->
<title>Introduction</title>
<sect1>
<sect2>
<title>NLI-Z39.50 - a Natural Language Interface for Libraries</title>
<para>
- Fernuniversität Hagen in Germany have developed a natural
+ Fernuniversität Hagen in Germany have developed a natural
language interface for access to library databases.
<ulink url="http://ki212.fernuni-hagen.de/nli/NLIintro.html"/>
In order to evaluate this interface for recall and precision, they
--- /dev/null
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+ <xsl:include href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/xhtml/chunk.xsl"/>
+
+ <xsl:variable name="use.id.as.filename">1</xsl:variable>
+ <xsl:variable name="html.ext">.tkl</xsl:variable>
+ <xsl:variable name="navig.showtitles">0</xsl:variable>
+ <xsl:param name="chunker.output.omit-xml-declaration" select="'yes'"/>
+
+<xsl:template name="chunk-element-content">
+ <xsl:param name="prev"/>
+ <xsl:param name="next"/>
+
+ <document>
+
+ <nonews>1</nonews>
+
+ <title>
+ <xsl:apply-templates select="." mode="object.title.markup"/>
+ </title>
+
+ <body>
+ <xsl:call-template name="body.attributes"/>
+ <xsl:call-template name="user.header.navigation"/>
+
+ <xsl:call-template name="header.navigation">
+ <xsl:with-param name="prev" select="$prev"/>
+ <xsl:with-param name="next" select="$next"/>
+ </xsl:call-template>
+
+ <xsl:call-template name="user.header.content"/>
+
+ <xsl:apply-imports/>
+
+ <xsl:call-template name="user.footer.content"/>
+
+ <xsl:call-template name="footer.navigation">
+ <xsl:with-param name="prev" select="$prev"/>
+ <xsl:with-param name="next" select="$next"/>
+ </xsl:call-template>
+
+ <xsl:call-template name="user.footer.navigation"/>
+ </body>
+ </document>
+</xsl:template>
+
+</xsl:stylesheet>
+
+