test/rusmarc/Makefile test/cddb/Makefile test/malxml/Makefile
test/mbox/Makefile
test/config/Makefile
- test/xelm/Makefile
test/dmoz/Makefile test/zsh/Makefile
test/marcxml/Makefile test/charmap/Makefile test/codec/Makefile
test/espec/Makefile
SUBDIRS=codec api filters xslt xpath malxml config usmarc dmoz \
- xelm cddb rusmarc zsh marcxml charmap mbox espec gils
+ cddb rusmarc zsh marcxml charmap mbox espec gils
+++ /dev/null
-Makefile
-Makefile.in
-*.mf
-*.log
-log
-*.LCK
-*~
-zebrasrv.pid
+++ /dev/null
-
-check_SCRIPTS = test.sh
-
-TESTS = $(check_SCRIPTS)
-
-EXTRA_DIST = zebra.cfg user.abs $(check_SCRIPTS) pop.xml strucc.xml
-
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<user xmlns="http://www.technomat.hu/Classic/" id="pop">\r
- <name>Peter Popovics</name>\r
- <description xml:lang="hu">Leiras</description>\r
- <description xml:lang="en">Description</description>\r
- <email>pop@technomat.hu</email>\r
- <url>http://www.technomat.hu/pop</url>\r
- <age>29</age>\r
-</user>\r
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>\r
-<user xmlns="http://www.technomat.hu/Classic/" id="strucc">\r
- <name>Strucc Emu</name>\r
- <description xml:lang="hu">Leiras</description>\r
- <description xml:lang="en" test="asd">Testit</description>\r
- <email>strucc@technomat.hu</email>\r
- <url>http://www.technomat.hu/strucc</url>\r
- <age>5</age>\r
-</user>\r
+++ /dev/null
-#!/bin/sh
-exit 0
+++ /dev/null
-name user
-
-attset bib1.att
-
-#xpath enable
-#xelm //des*/ Any:w
-#xelm //user/age !:n,ISBN:w
-#xelm //user/name !:p
-xelm //user/@id !:w,Doc-id:w,Any:w
-#xelm /user[@id="strucc"]/description[@xml:lang="en" and @test] !:w,Any:w
-
-#xelm ///description[@xml:lang="en"] !:w,Any:w
-
-#elm name name Any:p
-#elm age age Any:n
-
-
-xelm /@* !:w # all attributes
-xelm /* !:w # expression for all tags
+++ /dev/null
-# Simple zebra configuration file to demonstate the usage of xelm directive
-
-profilePath: ${srcdir:-.}/../../tab
-
-attset: bib1.att
-attset: explain.att
-
-# Specify record type
-recordType.xml: grs.xml
-#recordId: file
-
-memMax: 4
-
-storeKeys: 1
-storeData: 1