Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jul 2004 17:23:56 +0200 (CEST)
From:      Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68821: [NEW PORT] textproc/exslt: Community initiative extensions to XSLT
Message-ID:  <200407081523.i68FNuPi074120@arabica.esil.univ-mrs.fr>
Resent-Message-ID: <200407081530.i68FUKna043056@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68821
>Category:       ports
>Synopsis:       [NEW PORT] textproc/exslt: Community initiative extensions to XSLT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 08 15:30:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Herve Quiroz
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD arabica.esil.univ-mrs.fr 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #3: Thu May  6 20:17:47 CEST
>Description:
EXSLT is a community initiative to provide extensions to XSLT. The extensions
are broken down into a number of modules, listed below. We are trying to
encourage the implementers of XSLT processors to use these extensions, so that
your stylesheets can be more portable. If your XSLT processor doesn't support a
particular extension, you will packages that you can use to provide functions
or templates for your stylesheets.

- Common: common, basic extension elements and functions. 
- Math: facilities to do with maths. 
- Sets: facilities to do with set manipulation. 
- Functions: allow users to define their own functions for use in expressions
  and patterns in XSLT. 
- Dates and Times: date and time-related extension elements and functions. 
- Strings: facilities to do with string manipulation. 
- Regular Expressions: facilities to do with regular expressions. 
- Dynamic: dynamic evaluation of strings containing XPath expressions. 
- Random: facilities to do with randomness. 

WWW:	http://www.exslt.org/

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- exslt-2003.10.24.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	exslt
#	exslt/pkg-descr
#	exslt/Makefile
#	exslt/pkg-plist
#	exslt/distinfo
#
echo c - exslt
mkdir -p exslt > /dev/null 2>&1
echo x - exslt/pkg-descr
sed 's/^X//' >exslt/pkg-descr << 'END-of-exslt/pkg-descr'
XEXSLT is a community initiative to provide extensions to XSLT. The extensions
Xare broken down into a number of modules, listed below. We are trying to
Xencourage the implementers of XSLT processors to use these extensions, so that
Xyour stylesheets can be more portable. If your XSLT processor doesn't support a
Xparticular extension, you will packages that you can use to provide functions
Xor templates for your stylesheets.
X
X- Common: common, basic extension elements and functions. 
X- Math: facilities to do with maths. 
X- Sets: facilities to do with set manipulation. 
X- Functions: allow users to define their own functions for use in expressions
X  and patterns in XSLT. 
X- Dates and Times: date and time-related extension elements and functions. 
X- Strings: facilities to do with string manipulation. 
X- Regular Expressions: facilities to do with regular expressions. 
X- Dynamic: dynamic evaluation of strings containing XPath expressions. 
X- Random: facilities to do with randomness. 
X
XWWW:	http://www.exslt.org/
END-of-exslt/pkg-descr
echo x - exslt/Makefile
sed 's/^X//' >exslt/Makefile << 'END-of-exslt/Makefile'
X# New ports collection makefile for:	exslt
X# Date created:		2004-07-08
X# Whom:			Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	exslt
XPORTVERSION=	2003.10.24
XCATEGORIES=	textproc
XMASTER_SITES=	http://www.exslt.org/
XDISTNAME=	all-${PORTNAME}
X
XMAINTAINER=	herve.quiroz@esil.univ-mrs.fr
XCOMMENT=	Community initiative extensions to XSLT
X
XUSE_ZIP=	yes
XNO_WRKSUBDIR=	yes
XNO_BUILD=	yes
X
XFILES=		base.css date dyn exsl func howto.html index.html math random regexp set str
X
Xdo-install:
X	@${ECHO_MSG} -n ">> Installing stylesheets and documentation in ${DATADIR}..."
X	@${MKDIR} ${DATADIR}
X.for A_FILE in ${FILES}
X	@${ECHO_MSG} -n " ${A_FILE}"
X	@${CP} -r ${WRKSRC}/${A_FILE} ${DATADIR}/
X.endfor
X	@${CHOWN} -h -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}
X	@${ECHO_MSG} " [ DONE ]"
X
X# Maintainer target
Xx-generate-plist: extract
X	@cd ${WRKSRC} && \
X	  ${FIND} ${FILES} -type f | ${SORT} -r | ${SED} 's|^|%%DATADIR%%/|' && \
X	  ${FIND} ${FILES} -type d | ${SORT} -r | ${SED} 's|^|@dirrm %%DATADIR%%/|' && \
X	  ${ECHO_CMD} "@dirrm %%DATADIR%%"
X
X.include <bsd.port.mk>
END-of-exslt/Makefile
echo x - exslt/pkg-plist
sed 's/^X//' >exslt/pkg-plist << 'END-of-exslt/pkg-plist'
X%%DATADIR%%/str/str.xsl
X%%DATADIR%%/str/str.xml
X%%DATADIR%%/str/str.html
X%%DATADIR%%/str/index.html
X%%DATADIR%%/str/functions/tokenize/str.tokenize.xsl
X%%DATADIR%%/str/functions/tokenize/str.tokenize.xml
X%%DATADIR%%/str/functions/tokenize/str.tokenize.template.xsl
X%%DATADIR%%/str/functions/tokenize/str.tokenize.msxsl.xsl
X%%DATADIR%%/str/functions/tokenize/str.tokenize.js
X%%DATADIR%%/str/functions/tokenize/str.tokenize.html
X%%DATADIR%%/str/functions/tokenize/str.tokenize.function.xsl
X%%DATADIR%%/str/functions/tokenize/str.tokenize.data.1.xml
X%%DATADIR%%/str/functions/tokenize/str.tokenize.1.xsl
X%%DATADIR%%/str/functions/tokenize/index.html
X%%DATADIR%%/str/functions/tokenize/base.css
X%%DATADIR%%/str/functions/split/str.split.xsl
X%%DATADIR%%/str/functions/split/str.split.xml
X%%DATADIR%%/str/functions/split/str.split.template.xsl
X%%DATADIR%%/str/functions/split/str.split.html
X%%DATADIR%%/str/functions/split/str.split.function.xsl
X%%DATADIR%%/str/functions/split/index.html
X%%DATADIR%%/str/functions/split/base.css
X%%DATADIR%%/str/functions/replace/str.replace.xsl
X%%DATADIR%%/str/functions/replace/str.replace.xml
X%%DATADIR%%/str/functions/replace/str.replace.template.xsl
X%%DATADIR%%/str/functions/replace/str.replace.html
X%%DATADIR%%/str/functions/replace/str.replace.function.xsl
X%%DATADIR%%/str/functions/replace/index.html
X%%DATADIR%%/str/functions/replace/base.css
X%%DATADIR%%/str/functions/padding/str.padding.xsl
X%%DATADIR%%/str/functions/padding/str.padding.xml
X%%DATADIR%%/str/functions/padding/str.padding.template.xsl
X%%DATADIR%%/str/functions/padding/str.padding.msxsl.xsl
X%%DATADIR%%/str/functions/padding/str.padding.js
X%%DATADIR%%/str/functions/padding/str.padding.html
X%%DATADIR%%/str/functions/padding/str.padding.function.xsl
X%%DATADIR%%/str/functions/padding/str.padding.data.1.xml
X%%DATADIR%%/str/functions/padding/str.padding.1.xsl
X%%DATADIR%%/str/functions/padding/index.html
X%%DATADIR%%/str/functions/padding/base.css
X%%DATADIR%%/str/functions/encode-uri/str.encode-uri.xsl
X%%DATADIR%%/str/functions/encode-uri/str.encode-uri.xml
X%%DATADIR%%/str/functions/encode-uri/str.encode-uri.msxsl.xsl
X%%DATADIR%%/str/functions/encode-uri/str.encode-uri.js
X%%DATADIR%%/str/functions/encode-uri/str.encode-uri.html
X%%DATADIR%%/str/functions/encode-uri/index.html
X%%DATADIR%%/str/functions/encode-uri/base.css
X%%DATADIR%%/str/functions/decode-uri/str.decode-uri.xsl
X%%DATADIR%%/str/functions/decode-uri/str.decode-uri.xml
X%%DATADIR%%/str/functions/decode-uri/str.decode-uri.msxsl.xsl
X%%DATADIR%%/str/functions/decode-uri/str.decode-uri.js
X%%DATADIR%%/str/functions/decode-uri/str.decode-uri.html
X%%DATADIR%%/str/functions/decode-uri/index.html
X%%DATADIR%%/str/functions/decode-uri/base.css
X%%DATADIR%%/str/functions/concat/str.concat.xsl
X%%DATADIR%%/str/functions/concat/str.concat.xml
X%%DATADIR%%/str/functions/concat/str.concat.msxsl.xsl
X%%DATADIR%%/str/functions/concat/str.concat.js
X%%DATADIR%%/str/functions/concat/str.concat.html
X%%DATADIR%%/str/functions/concat/str.concat.data.1.xml
X%%DATADIR%%/str/functions/concat/str.concat.1.xsl
X%%DATADIR%%/str/functions/concat/index.html
X%%DATADIR%%/str/functions/concat/base.css
X%%DATADIR%%/str/functions/align/str.align.xsl
X%%DATADIR%%/str/functions/align/str.align.xml
X%%DATADIR%%/str/functions/align/str.align.template.xsl
X%%DATADIR%%/str/functions/align/str.align.msxsl.xsl
X%%DATADIR%%/str/functions/align/str.align.js
X%%DATADIR%%/str/functions/align/str.align.html
X%%DATADIR%%/str/functions/align/str.align.function.xsl
X%%DATADIR%%/str/functions/align/str.align.data.1.xml
X%%DATADIR%%/str/functions/align/str.align.1.xsl
X%%DATADIR%%/str/functions/align/index.html
X%%DATADIR%%/str/functions/align/base.css
X%%DATADIR%%/str/base.css
X%%DATADIR%%/set/set.xsl
X%%DATADIR%%/set/set.xml
X%%DATADIR%%/set/set.html
X%%DATADIR%%/set/index.html
X%%DATADIR%%/set/functions/trailing/set.trailing.xsl
X%%DATADIR%%/set/functions/trailing/set.trailing.xml
X%%DATADIR%%/set/functions/trailing/set.trailing.template.xsl
X%%DATADIR%%/set/functions/trailing/set.trailing.result.1.xml
X%%DATADIR%%/set/functions/trailing/set.trailing.html
X%%DATADIR%%/set/functions/trailing/set.trailing.function.xsl
X%%DATADIR%%/set/functions/trailing/set.trailing.data.1.xml
X%%DATADIR%%/set/functions/trailing/set.trailing.1.xsl
X%%DATADIR%%/set/functions/trailing/index.html
X%%DATADIR%%/set/functions/trailing/base.css
X%%DATADIR%%/set/functions/leading/set.leading.xsl
X%%DATADIR%%/set/functions/leading/set.leading.xml
X%%DATADIR%%/set/functions/leading/set.leading.template.xsl
X%%DATADIR%%/set/functions/leading/set.leading.result.1.xml
X%%DATADIR%%/set/functions/leading/set.leading.html
X%%DATADIR%%/set/functions/leading/set.leading.function.xsl
X%%DATADIR%%/set/functions/leading/set.leading.data.1.xml
X%%DATADIR%%/set/functions/leading/set.leading.1.xsl
X%%DATADIR%%/set/functions/leading/index.html
X%%DATADIR%%/set/functions/leading/base.css
X%%DATADIR%%/set/functions/intersection/set.intersection.xsl
X%%DATADIR%%/set/functions/intersection/set.intersection.xml
X%%DATADIR%%/set/functions/intersection/set.intersection.template.xsl
X%%DATADIR%%/set/functions/intersection/set.intersection.result.1.xml
X%%DATADIR%%/set/functions/intersection/set.intersection.html
X%%DATADIR%%/set/functions/intersection/set.intersection.function.xsl
X%%DATADIR%%/set/functions/intersection/set.intersection.data.1.xml
X%%DATADIR%%/set/functions/intersection/set.intersection.1.xsl
X%%DATADIR%%/set/functions/intersection/index.html
X%%DATADIR%%/set/functions/intersection/base.css
X%%DATADIR%%/set/functions/has-same-node/set.has-same-node.xsl
X%%DATADIR%%/set/functions/has-same-node/set.has-same-node.xml
X%%DATADIR%%/set/functions/has-same-node/set.has-same-node.template.xsl
X%%DATADIR%%/set/functions/has-same-node/set.has-same-node.result.1.xml
X%%DATADIR%%/set/functions/has-same-node/set.has-same-node.html
X%%DATADIR%%/set/functions/has-same-node/set.has-same-node.function.xsl
X%%DATADIR%%/set/functions/has-same-node/set.has-same-node.data.1.xml
X%%DATADIR%%/set/functions/has-same-node/set.has-same-node.1.xsl
X%%DATADIR%%/set/functions/has-same-node/index.html
X%%DATADIR%%/set/functions/has-same-node/base.css
X%%DATADIR%%/set/functions/distinct/set.distinct.xsl
X%%DATADIR%%/set/functions/distinct/set.distinct.xml
X%%DATADIR%%/set/functions/distinct/set.distinct.template.xsl
X%%DATADIR%%/set/functions/distinct/set.distinct.result.1.xml
X%%DATADIR%%/set/functions/distinct/set.distinct.html
X%%DATADIR%%/set/functions/distinct/set.distinct.function.xsl
X%%DATADIR%%/set/functions/distinct/set.distinct.data.1.xml
X%%DATADIR%%/set/functions/distinct/set.distinct.1.xsl
X%%DATADIR%%/set/functions/distinct/index.html
X%%DATADIR%%/set/functions/distinct/base.css
X%%DATADIR%%/set/functions/difference/set.difference.xsl
X%%DATADIR%%/set/functions/difference/set.difference.xml
X%%DATADIR%%/set/functions/difference/set.difference.template.xsl
X%%DATADIR%%/set/functions/difference/set.difference.result.1.xml
X%%DATADIR%%/set/functions/difference/set.difference.html
X%%DATADIR%%/set/functions/difference/set.difference.function.xsl
X%%DATADIR%%/set/functions/difference/set.difference.data.1.xml
X%%DATADIR%%/set/functions/difference/set.difference.1.xsl
X%%DATADIR%%/set/functions/difference/index.html
X%%DATADIR%%/set/functions/difference/base.css
X%%DATADIR%%/set/base.css
X%%DATADIR%%/regexp/regexp.xsl
X%%DATADIR%%/regexp/regexp.xml
X%%DATADIR%%/regexp/regexp.html
X%%DATADIR%%/regexp/index.html
X%%DATADIR%%/regexp/functions/test/regexp.test.xsl
X%%DATADIR%%/regexp/functions/test/regexp.test.xml
X%%DATADIR%%/regexp/functions/test/regexp.test.result.1.xml
X%%DATADIR%%/regexp/functions/test/regexp.test.msxsl.xsl
X%%DATADIR%%/regexp/functions/test/regexp.test.js
X%%DATADIR%%/regexp/functions/test/regexp.test.html
X%%DATADIR%%/regexp/functions/test/regexp.test.data.1.xml
X%%DATADIR%%/regexp/functions/test/regexp.test.1.xsl
X%%DATADIR%%/regexp/functions/test/index.html
X%%DATADIR%%/regexp/functions/test/base.css
X%%DATADIR%%/regexp/functions/replace/regexp.replace.xsl
X%%DATADIR%%/regexp/functions/replace/regexp.replace.xml
X%%DATADIR%%/regexp/functions/replace/regexp.replace.result.1.xml
X%%DATADIR%%/regexp/functions/replace/regexp.replace.msxsl.xsl
X%%DATADIR%%/regexp/functions/replace/regexp.replace.js
X%%DATADIR%%/regexp/functions/replace/regexp.replace.html
X%%DATADIR%%/regexp/functions/replace/regexp.replace.data.1.xml
X%%DATADIR%%/regexp/functions/replace/regexp.replace.1.xsl
X%%DATADIR%%/regexp/functions/replace/index.html
X%%DATADIR%%/regexp/functions/replace/base.css
X%%DATADIR%%/regexp/functions/match/regexp.match.xsl
X%%DATADIR%%/regexp/functions/match/regexp.match.xml
X%%DATADIR%%/regexp/functions/match/regexp.match.result.1.xml
X%%DATADIR%%/regexp/functions/match/regexp.match.msxsl.xsl
X%%DATADIR%%/regexp/functions/match/regexp.match.js
X%%DATADIR%%/regexp/functions/match/regexp.match.html
X%%DATADIR%%/regexp/functions/match/regexp.match.data.1.xml
X%%DATADIR%%/regexp/functions/match/regexp.match.1.xsl
X%%DATADIR%%/regexp/functions/match/index.html
X%%DATADIR%%/regexp/functions/match/base.css
X%%DATADIR%%/regexp/base.css
X%%DATADIR%%/random/random.xsl
X%%DATADIR%%/random/random.xml
X%%DATADIR%%/random/random.html
X%%DATADIR%%/random/index.html
X%%DATADIR%%/random/functions/random/random.random.xsl
X%%DATADIR%%/random/functions/random/random.random.xml
X%%DATADIR%%/random/functions/random/random.random.html
X%%DATADIR%%/random/functions/random/index.html
X%%DATADIR%%/random/functions/random/base.css
X%%DATADIR%%/random/functions/random-sequence/random.random-sequence.xsl
X%%DATADIR%%/random/functions/random-sequence/random.random-sequence.xml
X%%DATADIR%%/random/functions/random-sequence/random.random-sequence.html
X%%DATADIR%%/random/functions/random-sequence/index.html
X%%DATADIR%%/random/functions/random-sequence/base.css
X%%DATADIR%%/random/base.css
X%%DATADIR%%/math/math.xsl
X%%DATADIR%%/math/math.xml
X%%DATADIR%%/math/math.html
X%%DATADIR%%/math/index.html
X%%DATADIR%%/math/functions/tan/math.tan.xsl
X%%DATADIR%%/math/functions/tan/math.tan.xml
X%%DATADIR%%/math/functions/tan/math.tan.msxsl.xsl
X%%DATADIR%%/math/functions/tan/math.tan.js
X%%DATADIR%%/math/functions/tan/math.tan.html
X%%DATADIR%%/math/functions/tan/index.html
X%%DATADIR%%/math/functions/tan/base.css
X%%DATADIR%%/math/functions/sqrt/math.sqrt.xsl
X%%DATADIR%%/math/functions/sqrt/math.sqrt.xml
X%%DATADIR%%/math/functions/sqrt/math.sqrt.template.xsl
X%%DATADIR%%/math/functions/sqrt/math.sqrt.msxsl.xsl
X%%DATADIR%%/math/functions/sqrt/math.sqrt.js
X%%DATADIR%%/math/functions/sqrt/math.sqrt.html
X%%DATADIR%%/math/functions/sqrt/math.sqrt.function.xsl
X%%DATADIR%%/math/functions/sqrt/index.html
X%%DATADIR%%/math/functions/sqrt/base.css
X%%DATADIR%%/math/functions/sin/math.sin.xsl
X%%DATADIR%%/math/functions/sin/math.sin.xml
X%%DATADIR%%/math/functions/sin/math.sin.msxsl.xsl
X%%DATADIR%%/math/functions/sin/math.sin.js
X%%DATADIR%%/math/functions/sin/math.sin.html
X%%DATADIR%%/math/functions/sin/index.html
X%%DATADIR%%/math/functions/sin/base.css
X%%DATADIR%%/math/functions/random/math.random.xsl
X%%DATADIR%%/math/functions/random/math.random.xml
X%%DATADIR%%/math/functions/random/math.random.msxsl.xsl
X%%DATADIR%%/math/functions/random/math.random.js
X%%DATADIR%%/math/functions/random/math.random.html
X%%DATADIR%%/math/functions/random/index.html
X%%DATADIR%%/math/functions/random/base.css
X%%DATADIR%%/math/functions/power/math.power.xsl
X%%DATADIR%%/math/functions/power/math.power.xml
X%%DATADIR%%/math/functions/power/math.power.template.xsl
X%%DATADIR%%/math/functions/power/math.power.msxsl.xsl
X%%DATADIR%%/math/functions/power/math.power.js
X%%DATADIR%%/math/functions/power/math.power.html
X%%DATADIR%%/math/functions/power/math.power.function.xsl
X%%DATADIR%%/math/functions/power/index.html
X%%DATADIR%%/math/functions/power/base.css
X%%DATADIR%%/math/functions/min/math.min.xsl
X%%DATADIR%%/math/functions/min/math.min.xml
X%%DATADIR%%/math/functions/min/math.min.template.xsl
X%%DATADIR%%/math/functions/min/math.min.result.5.xml
X%%DATADIR%%/math/functions/min/math.min.result.2.xml
X%%DATADIR%%/math/functions/min/math.min.result.1.xml
X%%DATADIR%%/math/functions/min/math.min.js
X%%DATADIR%%/math/functions/min/math.min.html
X%%DATADIR%%/math/functions/min/math.min.function.xsl
X%%DATADIR%%/math/functions/min/math.min.data.5.xml
X%%DATADIR%%/math/functions/min/math.min.data.2.xml
X%%DATADIR%%/math/functions/min/math.min.data.1.xml
X%%DATADIR%%/math/functions/min/math.min.5.xsl
X%%DATADIR%%/math/functions/min/math.min.4.xsl
X%%DATADIR%%/math/functions/min/math.min.3.xsl
X%%DATADIR%%/math/functions/min/math.min.2.xsl
X%%DATADIR%%/math/functions/min/math.min.1.xsl
X%%DATADIR%%/math/functions/min/index.html
X%%DATADIR%%/math/functions/min/base.css
X%%DATADIR%%/math/functions/max/math.max.xsl
X%%DATADIR%%/math/functions/max/math.max.xml
X%%DATADIR%%/math/functions/max/math.max.template.xsl
X%%DATADIR%%/math/functions/max/math.max.result.5.xml
X%%DATADIR%%/math/functions/max/math.max.result.2.xml
X%%DATADIR%%/math/functions/max/math.max.result.1.xml
X%%DATADIR%%/math/functions/max/math.max.html
X%%DATADIR%%/math/functions/max/math.max.function.xsl
X%%DATADIR%%/math/functions/max/math.max.data.5.xml
X%%DATADIR%%/math/functions/max/math.max.data.2.xml
X%%DATADIR%%/math/functions/max/math.max.data.1.xml
X%%DATADIR%%/math/functions/max/math.max.5.xsl
X%%DATADIR%%/math/functions/max/math.max.4.xsl
X%%DATADIR%%/math/functions/max/math.max.3.xsl
X%%DATADIR%%/math/functions/max/math.max.2.xsl
X%%DATADIR%%/math/functions/max/math.max.1.xsl
X%%DATADIR%%/math/functions/max/index.html
X%%DATADIR%%/math/functions/max/base.css
X%%DATADIR%%/math/functions/lowest/math.lowest.xsl
X%%DATADIR%%/math/functions/lowest/math.lowest.xml
X%%DATADIR%%/math/functions/lowest/math.lowest.template.xsl
X%%DATADIR%%/math/functions/lowest/math.lowest.result.5.xml
X%%DATADIR%%/math/functions/lowest/math.lowest.result.2.xml
X%%DATADIR%%/math/functions/lowest/math.lowest.result.1.xml
X%%DATADIR%%/math/functions/lowest/math.lowest.html
X%%DATADIR%%/math/functions/lowest/math.lowest.function.xsl
X%%DATADIR%%/math/functions/lowest/math.lowest.data.5.xml
X%%DATADIR%%/math/functions/lowest/math.lowest.data.2.xml
X%%DATADIR%%/math/functions/lowest/math.lowest.data.1.xml
X%%DATADIR%%/math/functions/lowest/math.lowest.5.xsl
X%%DATADIR%%/math/functions/lowest/math.lowest.4.xsl
X%%DATADIR%%/math/functions/lowest/math.lowest.3.xsl
X%%DATADIR%%/math/functions/lowest/math.lowest.2.xsl
X%%DATADIR%%/math/functions/lowest/math.lowest.1.xsl
X%%DATADIR%%/math/functions/lowest/index.html
X%%DATADIR%%/math/functions/lowest/base.css
X%%DATADIR%%/math/functions/log/math.log.xsl
X%%DATADIR%%/math/functions/log/math.log.xml
X%%DATADIR%%/math/functions/log/math.log.msxsl.xsl
X%%DATADIR%%/math/functions/log/math.log.js
X%%DATADIR%%/math/functions/log/math.log.html
X%%DATADIR%%/math/functions/log/index.html
X%%DATADIR%%/math/functions/log/base.css
X%%DATADIR%%/math/functions/highest/math.highest.xsl
X%%DATADIR%%/math/functions/highest/math.highest.xml
X%%DATADIR%%/math/functions/highest/math.highest.template.xsl
X%%DATADIR%%/math/functions/highest/math.highest.result.5.xml
X%%DATADIR%%/math/functions/highest/math.highest.result.2.xml
X%%DATADIR%%/math/functions/highest/math.highest.result.1.xml
X%%DATADIR%%/math/functions/highest/math.highest.html
X%%DATADIR%%/math/functions/highest/math.highest.function.xsl
X%%DATADIR%%/math/functions/highest/math.highest.data.5.xml
X%%DATADIR%%/math/functions/highest/math.highest.data.2.xml
X%%DATADIR%%/math/functions/highest/math.highest.data.1.xml
X%%DATADIR%%/math/functions/highest/math.highest.5.xsl
X%%DATADIR%%/math/functions/highest/math.highest.4.xsl
X%%DATADIR%%/math/functions/highest/math.highest.3.xsl
X%%DATADIR%%/math/functions/highest/math.highest.2.xsl
X%%DATADIR%%/math/functions/highest/math.highest.1.xsl
X%%DATADIR%%/math/functions/highest/index.html
X%%DATADIR%%/math/functions/highest/base.css
X%%DATADIR%%/math/functions/exp/math.exp.xsl
X%%DATADIR%%/math/functions/exp/math.exp.xml
X%%DATADIR%%/math/functions/exp/math.exp.msxsl.xsl
X%%DATADIR%%/math/functions/exp/math.exp.js
X%%DATADIR%%/math/functions/exp/math.exp.html
X%%DATADIR%%/math/functions/exp/index.html
X%%DATADIR%%/math/functions/exp/base.css
X%%DATADIR%%/math/functions/cos/math.cos.xsl
X%%DATADIR%%/math/functions/cos/math.cos.xml
X%%DATADIR%%/math/functions/cos/math.cos.msxsl.xsl
X%%DATADIR%%/math/functions/cos/math.cos.js
X%%DATADIR%%/math/functions/cos/math.cos.html
X%%DATADIR%%/math/functions/cos/index.html
X%%DATADIR%%/math/functions/cos/base.css
X%%DATADIR%%/math/functions/constant/math.constant.xsl
X%%DATADIR%%/math/functions/constant/math.constant.xml
X%%DATADIR%%/math/functions/constant/math.constant.template.xsl
X%%DATADIR%%/math/functions/constant/math.constant.js
X%%DATADIR%%/math/functions/constant/math.constant.html
X%%DATADIR%%/math/functions/constant/math.constant.function.xsl
X%%DATADIR%%/math/functions/constant/index.html
X%%DATADIR%%/math/functions/constant/base.css
X%%DATADIR%%/math/functions/atan2/math.atan2.xsl
X%%DATADIR%%/math/functions/atan2/math.atan2.xml
X%%DATADIR%%/math/functions/atan2/math.atan2.msxsl.xsl
X%%DATADIR%%/math/functions/atan2/math.atan2.js
X%%DATADIR%%/math/functions/atan2/math.atan2.html
X%%DATADIR%%/math/functions/atan2/index.html
X%%DATADIR%%/math/functions/atan2/base.css
X%%DATADIR%%/math/functions/atan/math.atan.xsl
X%%DATADIR%%/math/functions/atan/math.atan.xml
X%%DATADIR%%/math/functions/atan/math.atan.msxsl.xsl
X%%DATADIR%%/math/functions/atan/math.atan.js
X%%DATADIR%%/math/functions/atan/math.atan.html
X%%DATADIR%%/math/functions/atan/index.html
X%%DATADIR%%/math/functions/atan/base.css
X%%DATADIR%%/math/functions/asin/math.asin.xsl
X%%DATADIR%%/math/functions/asin/math.asin.xml
X%%DATADIR%%/math/functions/asin/math.asin.msxsl.xsl
X%%DATADIR%%/math/functions/asin/math.asin.js
X%%DATADIR%%/math/functions/asin/math.asin.html
X%%DATADIR%%/math/functions/asin/index.html
X%%DATADIR%%/math/functions/asin/base.css
X%%DATADIR%%/math/functions/acos/math.acos.xsl
X%%DATADIR%%/math/functions/acos/math.acos.xml
X%%DATADIR%%/math/functions/acos/math.acos.msxsl.xsl
X%%DATADIR%%/math/functions/acos/math.acos.js
X%%DATADIR%%/math/functions/acos/math.acos.html
X%%DATADIR%%/math/functions/acos/index.html
X%%DATADIR%%/math/functions/acos/base.css
X%%DATADIR%%/math/functions/abs/math.abs.xsl
X%%DATADIR%%/math/functions/abs/math.abs.xml
X%%DATADIR%%/math/functions/abs/math.abs.msxsl.xsl
X%%DATADIR%%/math/functions/abs/math.abs.js
X%%DATADIR%%/math/functions/abs/math.abs.html
X%%DATADIR%%/math/functions/abs/index.html
X%%DATADIR%%/math/functions/abs/base.css
X%%DATADIR%%/math/base.css
X%%DATADIR%%/index.html
X%%DATADIR%%/howto.html
X%%DATADIR%%/func/index.html
X%%DATADIR%%/func/func.xml
X%%DATADIR%%/func/func.html
X%%DATADIR%%/func/elements/script/index.html
X%%DATADIR%%/func/elements/script/func.script.xml
X%%DATADIR%%/func/elements/script/func.script.html
X%%DATADIR%%/func/elements/script/base.css
X%%DATADIR%%/func/elements/result/index.html
X%%DATADIR%%/func/elements/result/func.result.xml
X%%DATADIR%%/func/elements/result/func.result.html
X%%DATADIR%%/func/elements/result/base.css
X%%DATADIR%%/func/elements/function/index.html
X%%DATADIR%%/func/elements/function/func.function.xml
X%%DATADIR%%/func/elements/function/func.function.result.6.xml
X%%DATADIR%%/func/elements/function/func.function.result.5.xml
X%%DATADIR%%/func/elements/function/func.function.result.4.xml
X%%DATADIR%%/func/elements/function/func.function.result.3.xml
X%%DATADIR%%/func/elements/function/func.function.result.2.xml
X%%DATADIR%%/func/elements/function/func.function.result.1.xml
X%%DATADIR%%/func/elements/function/func.function.html
X%%DATADIR%%/func/elements/function/func.function.data.6.xml
X%%DATADIR%%/func/elements/function/func.function.data.5.xml
X%%DATADIR%%/func/elements/function/func.function.data.4.xml
X%%DATADIR%%/func/elements/function/func.function.data.3.xml
X%%DATADIR%%/func/elements/function/func.function.data.2.xml
X%%DATADIR%%/func/elements/function/func.function.data.1.xml
X%%DATADIR%%/func/elements/function/func.function.6.xsl
X%%DATADIR%%/func/elements/function/func.function.5.xsl
X%%DATADIR%%/func/elements/function/func.function.4.xsl
X%%DATADIR%%/func/elements/function/func.function.3.xsl
X%%DATADIR%%/func/elements/function/func.function.2.xsl
X%%DATADIR%%/func/elements/function/func.function.1.xsl
X%%DATADIR%%/func/elements/function/base.css
X%%DATADIR%%/func/base.css
X%%DATADIR%%/exsl/index.html
X%%DATADIR%%/exsl/functions/object-type/index.html
X%%DATADIR%%/exsl/functions/object-type/exsl.object-type.xml
X%%DATADIR%%/exsl/functions/object-type/exsl.object-type.result.1.xml
X%%DATADIR%%/exsl/functions/object-type/exsl.object-type.html
X%%DATADIR%%/exsl/functions/object-type/exsl.object-type.data.1.xml
X%%DATADIR%%/exsl/functions/object-type/exsl.object-type.1.xsl
X%%DATADIR%%/exsl/functions/object-type/base.css
X%%DATADIR%%/exsl/functions/node-set/index.html
X%%DATADIR%%/exsl/functions/node-set/exsl.node-set.xml
X%%DATADIR%%/exsl/functions/node-set/exsl.node-set.result.2.xml
X%%DATADIR%%/exsl/functions/node-set/exsl.node-set.result.1.xml
X%%DATADIR%%/exsl/functions/node-set/exsl.node-set.html
X%%DATADIR%%/exsl/functions/node-set/exsl.node-set.data.2.xml
X%%DATADIR%%/exsl/functions/node-set/exsl.node-set.data.1.xml
X%%DATADIR%%/exsl/functions/node-set/exsl.node-set.2.xsl
X%%DATADIR%%/exsl/functions/node-set/exsl.node-set.1.xsl
X%%DATADIR%%/exsl/functions/node-set/base.css
X%%DATADIR%%/exsl/exsl.xsl
X%%DATADIR%%/exsl/exsl.xml
X%%DATADIR%%/exsl/exsl.html
X%%DATADIR%%/exsl/elements/document/index.html
X%%DATADIR%%/exsl/elements/document/exsl.document.xml
X%%DATADIR%%/exsl/elements/document/exsl.document.html
X%%DATADIR%%/exsl/elements/document/base.css
X%%DATADIR%%/exsl/base.css
X%%DATADIR%%/dyn/index.html
X%%DATADIR%%/dyn/functions/sum/index.html
X%%DATADIR%%/dyn/functions/sum/dyn.sum.xml
X%%DATADIR%%/dyn/functions/sum/dyn.sum.html
X%%DATADIR%%/dyn/functions/sum/base.css
X%%DATADIR%%/dyn/functions/min/index.html
X%%DATADIR%%/dyn/functions/min/dyn.min.xml
X%%DATADIR%%/dyn/functions/min/dyn.min.html
X%%DATADIR%%/dyn/functions/min/base.css
X%%DATADIR%%/dyn/functions/max/index.html
X%%DATADIR%%/dyn/functions/max/dyn.max.xml
X%%DATADIR%%/dyn/functions/max/dyn.max.html
X%%DATADIR%%/dyn/functions/max/base.css
X%%DATADIR%%/dyn/functions/map/index.html
X%%DATADIR%%/dyn/functions/map/dyn.map.xml
X%%DATADIR%%/dyn/functions/map/dyn.map.html
X%%DATADIR%%/dyn/functions/map/base.css
X%%DATADIR%%/dyn/functions/evaluate/index.html
X%%DATADIR%%/dyn/functions/evaluate/dyn.evaluate.xml
X%%DATADIR%%/dyn/functions/evaluate/dyn.evaluate.html
X%%DATADIR%%/dyn/functions/evaluate/base.css
X%%DATADIR%%/dyn/functions/closure/index.html
X%%DATADIR%%/dyn/functions/closure/dyn.closure.xml
X%%DATADIR%%/dyn/functions/closure/dyn.closure.html
X%%DATADIR%%/dyn/functions/closure/base.css
X%%DATADIR%%/dyn/dyn.xml
X%%DATADIR%%/dyn/dyn.html
X%%DATADIR%%/dyn/base.css
X%%DATADIR%%/date/index.html
X%%DATADIR%%/date/functions/year/index.html
X%%DATADIR%%/date/functions/year/date.year.xsl
X%%DATADIR%%/date/functions/year/date.year.xml
X%%DATADIR%%/date/functions/year/date.year.template.xsl
X%%DATADIR%%/date/functions/year/date.year.html
X%%DATADIR%%/date/functions/year/date.year.function.xsl
X%%DATADIR%%/date/functions/year/date.msxsl.xsl
X%%DATADIR%%/date/functions/year/date.js
X%%DATADIR%%/date/functions/year/base.css
X%%DATADIR%%/date/functions/week-in-year/index.html
X%%DATADIR%%/date/functions/week-in-year/date.week-in-year.xsl
X%%DATADIR%%/date/functions/week-in-year/date.week-in-year.xml
X%%DATADIR%%/date/functions/week-in-year/date.week-in-year.template.xsl
X%%DATADIR%%/date/functions/week-in-year/date.week-in-year.html
X%%DATADIR%%/date/functions/week-in-year/date.week-in-year.function.xsl
X%%DATADIR%%/date/functions/week-in-year/date.msxsl.xsl
X%%DATADIR%%/date/functions/week-in-year/date.js
X%%DATADIR%%/date/functions/week-in-year/base.css
X%%DATADIR%%/date/functions/week-in-month/index.html
X%%DATADIR%%/date/functions/week-in-month/date.week-in-month.xsl
X%%DATADIR%%/date/functions/week-in-month/date.week-in-month.xml
X%%DATADIR%%/date/functions/week-in-month/date.week-in-month.template.xsl
X%%DATADIR%%/date/functions/week-in-month/date.week-in-month.html
X%%DATADIR%%/date/functions/week-in-month/date.week-in-month.function.xsl
X%%DATADIR%%/date/functions/week-in-month/date.msxsl.xsl
X%%DATADIR%%/date/functions/week-in-month/date.js
X%%DATADIR%%/date/functions/week-in-month/base.css
X%%DATADIR%%/date/functions/time/index.html
X%%DATADIR%%/date/functions/time/date.time.xsl
X%%DATADIR%%/date/functions/time/date.time.xml
X%%DATADIR%%/date/functions/time/date.time.template.xsl
X%%DATADIR%%/date/functions/time/date.time.html
X%%DATADIR%%/date/functions/time/date.time.function.xsl
X%%DATADIR%%/date/functions/time/date.msxsl.xsl
X%%DATADIR%%/date/functions/time/date.js
X%%DATADIR%%/date/functions/time/base.css
X%%DATADIR%%/date/functions/sum/index.html
X%%DATADIR%%/date/functions/sum/date.sum.xsl
X%%DATADIR%%/date/functions/sum/date.sum.xml
X%%DATADIR%%/date/functions/sum/date.sum.html
X%%DATADIR%%/date/functions/sum/date.msxsl.xsl
X%%DATADIR%%/date/functions/sum/date.js
X%%DATADIR%%/date/functions/sum/base.css
X%%DATADIR%%/date/functions/seconds/index.html
X%%DATADIR%%/date/functions/seconds/date.seconds.xsl
X%%DATADIR%%/date/functions/seconds/date.seconds.xml
X%%DATADIR%%/date/functions/seconds/date.seconds.html
X%%DATADIR%%/date/functions/seconds/date.msxsl.xsl
X%%DATADIR%%/date/functions/seconds/date.js
X%%DATADIR%%/date/functions/seconds/base.css
X%%DATADIR%%/date/functions/second-in-minute/index.html
X%%DATADIR%%/date/functions/second-in-minute/date.second-in-minute.xsl
X%%DATADIR%%/date/functions/second-in-minute/date.second-in-minute.xml
X%%DATADIR%%/date/functions/second-in-minute/date.second-in-minute.template.xsl
X%%DATADIR%%/date/functions/second-in-minute/date.second-in-minute.html
X%%DATADIR%%/date/functions/second-in-minute/date.second-in-minute.function.xsl
X%%DATADIR%%/date/functions/second-in-minute/date.msxsl.xsl
X%%DATADIR%%/date/functions/second-in-minute/date.js
X%%DATADIR%%/date/functions/second-in-minute/base.css
X%%DATADIR%%/date/functions/parse-date/index.html
X%%DATADIR%%/date/functions/parse-date/date.parse-date.xsl
X%%DATADIR%%/date/functions/parse-date/date.parse-date.xml
X%%DATADIR%%/date/functions/parse-date/date.parse-date.html
X%%DATADIR%%/date/functions/parse-date/date.msxsl.xsl
X%%DATADIR%%/date/functions/parse-date/date.js
X%%DATADIR%%/date/functions/parse-date/base.css
X%%DATADIR%%/date/functions/month-name/index.html
X%%DATADIR%%/date/functions/month-name/date.msxsl.xsl
X%%DATADIR%%/date/functions/month-name/date.month-name.xsl
X%%DATADIR%%/date/functions/month-name/date.month-name.xml
X%%DATADIR%%/date/functions/month-name/date.month-name.template.xsl
X%%DATADIR%%/date/functions/month-name/date.month-name.html
X%%DATADIR%%/date/functions/month-name/date.month-name.function.xsl
X%%DATADIR%%/date/functions/month-name/date.js
X%%DATADIR%%/date/functions/month-name/base.css
X%%DATADIR%%/date/functions/month-in-year/index.html
X%%DATADIR%%/date/functions/month-in-year/date.msxsl.xsl
X%%DATADIR%%/date/functions/month-in-year/date.month-in-year.xsl
X%%DATADIR%%/date/functions/month-in-year/date.month-in-year.xml
X%%DATADIR%%/date/functions/month-in-year/date.month-in-year.template.xsl
X%%DATADIR%%/date/functions/month-in-year/date.month-in-year.html
X%%DATADIR%%/date/functions/month-in-year/date.month-in-year.function.xsl
X%%DATADIR%%/date/functions/month-in-year/date.js
X%%DATADIR%%/date/functions/month-in-year/base.css
X%%DATADIR%%/date/functions/month-abbreviation/index.html
X%%DATADIR%%/date/functions/month-abbreviation/date.msxsl.xsl
X%%DATADIR%%/date/functions/month-abbreviation/date.month-abbreviation.xsl
X%%DATADIR%%/date/functions/month-abbreviation/date.month-abbreviation.xml
X%%DATADIR%%/date/functions/month-abbreviation/date.month-abbreviation.template.xsl
X%%DATADIR%%/date/functions/month-abbreviation/date.month-abbreviation.html
X%%DATADIR%%/date/functions/month-abbreviation/date.month-abbreviation.function.xsl
X%%DATADIR%%/date/functions/month-abbreviation/date.js
X%%DATADIR%%/date/functions/month-abbreviation/base.css
X%%DATADIR%%/date/functions/minute-in-hour/index.html
X%%DATADIR%%/date/functions/minute-in-hour/date.msxsl.xsl
X%%DATADIR%%/date/functions/minute-in-hour/date.minute-in-hour.xsl
X%%DATADIR%%/date/functions/minute-in-hour/date.minute-in-hour.xml
X%%DATADIR%%/date/functions/minute-in-hour/date.minute-in-hour.template.xsl
X%%DATADIR%%/date/functions/minute-in-hour/date.minute-in-hour.html
X%%DATADIR%%/date/functions/minute-in-hour/date.minute-in-hour.function.xsl
X%%DATADIR%%/date/functions/minute-in-hour/date.js
X%%DATADIR%%/date/functions/minute-in-hour/base.css
X%%DATADIR%%/date/functions/leap-year/index.html
X%%DATADIR%%/date/functions/leap-year/date.msxsl.xsl
X%%DATADIR%%/date/functions/leap-year/date.leap-year.xsl
X%%DATADIR%%/date/functions/leap-year/date.leap-year.xml
X%%DATADIR%%/date/functions/leap-year/date.leap-year.template.xsl
X%%DATADIR%%/date/functions/leap-year/date.leap-year.html
X%%DATADIR%%/date/functions/leap-year/date.leap-year.function.xsl
X%%DATADIR%%/date/functions/leap-year/date.js
X%%DATADIR%%/date/functions/leap-year/base.css
X%%DATADIR%%/date/functions/hour-in-day/index.html
X%%DATADIR%%/date/functions/hour-in-day/date.msxsl.xsl
X%%DATADIR%%/date/functions/hour-in-day/date.js
X%%DATADIR%%/date/functions/hour-in-day/date.hour-in-day.xsl
X%%DATADIR%%/date/functions/hour-in-day/date.hour-in-day.xml
X%%DATADIR%%/date/functions/hour-in-day/date.hour-in-day.template.xsl
X%%DATADIR%%/date/functions/hour-in-day/date.hour-in-day.html
X%%DATADIR%%/date/functions/hour-in-day/date.hour-in-day.function.xsl
X%%DATADIR%%/date/functions/hour-in-day/base.css
X%%DATADIR%%/date/functions/format-date/index.html
X%%DATADIR%%/date/functions/format-date/date.msxsl.xsl
X%%DATADIR%%/date/functions/format-date/date.js
X%%DATADIR%%/date/functions/format-date/date.format-date.xsl
X%%DATADIR%%/date/functions/format-date/date.format-date.xml
X%%DATADIR%%/date/functions/format-date/date.format-date.template.xsl
X%%DATADIR%%/date/functions/format-date/date.format-date.html
X%%DATADIR%%/date/functions/format-date/date.format-date.function.xsl
X%%DATADIR%%/date/functions/format-date/base.css
X%%DATADIR%%/date/functions/duration/index.html
X%%DATADIR%%/date/functions/duration/date.msxsl.xsl
X%%DATADIR%%/date/functions/duration/date.js
X%%DATADIR%%/date/functions/duration/date.duration.xsl
X%%DATADIR%%/date/functions/duration/date.duration.xml
X%%DATADIR%%/date/functions/duration/date.duration.template.xsl
X%%DATADIR%%/date/functions/duration/date.duration.html
X%%DATADIR%%/date/functions/duration/date.duration.function.xsl
X%%DATADIR%%/date/functions/duration/base.css
X%%DATADIR%%/date/functions/difference/index.html
X%%DATADIR%%/date/functions/difference/date.msxsl.xsl
X%%DATADIR%%/date/functions/difference/date.js
X%%DATADIR%%/date/functions/difference/date.difference.xsl
X%%DATADIR%%/date/functions/difference/date.difference.xml
X%%DATADIR%%/date/functions/difference/date.difference.template.xsl
X%%DATADIR%%/date/functions/difference/date.difference.html
X%%DATADIR%%/date/functions/difference/date.difference.function.xsl
X%%DATADIR%%/date/functions/difference/base.css
X%%DATADIR%%/date/functions/day-of-week-in-month/index.html
X%%DATADIR%%/date/functions/day-of-week-in-month/date.msxsl.xsl
X%%DATADIR%%/date/functions/day-of-week-in-month/date.js
X%%DATADIR%%/date/functions/day-of-week-in-month/date.day-of-week-in-month.xsl
X%%DATADIR%%/date/functions/day-of-week-in-month/date.day-of-week-in-month.xml
X%%DATADIR%%/date/functions/day-of-week-in-month/date.day-of-week-in-month.template.xsl
X%%DATADIR%%/date/functions/day-of-week-in-month/date.day-of-week-in-month.html
X%%DATADIR%%/date/functions/day-of-week-in-month/date.day-of-week-in-month.function.xsl
X%%DATADIR%%/date/functions/day-of-week-in-month/base.css
X%%DATADIR%%/date/functions/day-name/index.html
X%%DATADIR%%/date/functions/day-name/date.msxsl.xsl
X%%DATADIR%%/date/functions/day-name/date.js
X%%DATADIR%%/date/functions/day-name/date.day-name.xsl
X%%DATADIR%%/date/functions/day-name/date.day-name.xml
X%%DATADIR%%/date/functions/day-name/date.day-name.template.xsl
X%%DATADIR%%/date/functions/day-name/date.day-name.html
X%%DATADIR%%/date/functions/day-name/date.day-name.function.xsl
X%%DATADIR%%/date/functions/day-name/base.css
X%%DATADIR%%/date/functions/day-in-year/index.html
X%%DATADIR%%/date/functions/day-in-year/date.msxsl.xsl
X%%DATADIR%%/date/functions/day-in-year/date.js
X%%DATADIR%%/date/functions/day-in-year/date.day-in-year.xsl
X%%DATADIR%%/date/functions/day-in-year/date.day-in-year.xml
X%%DATADIR%%/date/functions/day-in-year/date.day-in-year.template.xsl
X%%DATADIR%%/date/functions/day-in-year/date.day-in-year.html
X%%DATADIR%%/date/functions/day-in-year/date.day-in-year.function.xsl
X%%DATADIR%%/date/functions/day-in-year/base.css
X%%DATADIR%%/date/functions/day-in-week/index.html
X%%DATADIR%%/date/functions/day-in-week/date.msxsl.xsl
X%%DATADIR%%/date/functions/day-in-week/date.js
X%%DATADIR%%/date/functions/day-in-week/date.day-in-week.xsl
X%%DATADIR%%/date/functions/day-in-week/date.day-in-week.xml
X%%DATADIR%%/date/functions/day-in-week/date.day-in-week.template.xsl
X%%DATADIR%%/date/functions/day-in-week/date.day-in-week.html
X%%DATADIR%%/date/functions/day-in-week/date.day-in-week.function.xsl
X%%DATADIR%%/date/functions/day-in-week/base.css
X%%DATADIR%%/date/functions/day-in-month/index.html
X%%DATADIR%%/date/functions/day-in-month/date.msxsl.xsl
X%%DATADIR%%/date/functions/day-in-month/date.js
X%%DATADIR%%/date/functions/day-in-month/date.day-in-month.xsl
X%%DATADIR%%/date/functions/day-in-month/date.day-in-month.xml
X%%DATADIR%%/date/functions/day-in-month/date.day-in-month.template.xsl
X%%DATADIR%%/date/functions/day-in-month/date.day-in-month.html
X%%DATADIR%%/date/functions/day-in-month/date.day-in-month.function.xsl
X%%DATADIR%%/date/functions/day-in-month/base.css
X%%DATADIR%%/date/functions/day-abbreviation/index.html
X%%DATADIR%%/date/functions/day-abbreviation/date.msxsl.xsl
X%%DATADIR%%/date/functions/day-abbreviation/date.js
X%%DATADIR%%/date/functions/day-abbreviation/date.day-abbreviation.xsl
X%%DATADIR%%/date/functions/day-abbreviation/date.day-abbreviation.xml
X%%DATADIR%%/date/functions/day-abbreviation/date.day-abbreviation.template.xsl
X%%DATADIR%%/date/functions/day-abbreviation/date.day-abbreviation.html
X%%DATADIR%%/date/functions/day-abbreviation/date.day-abbreviation.function.xsl
X%%DATADIR%%/date/functions/day-abbreviation/base.css
X%%DATADIR%%/date/functions/date/index.html
X%%DATADIR%%/date/functions/date/date.msxsl.xsl
X%%DATADIR%%/date/functions/date/date.js
X%%DATADIR%%/date/functions/date/date.date.xsl
X%%DATADIR%%/date/functions/date/date.date.xml
X%%DATADIR%%/date/functions/date/date.date.template.xsl
X%%DATADIR%%/date/functions/date/date.date.html
X%%DATADIR%%/date/functions/date/date.date.function.xsl
X%%DATADIR%%/date/functions/date/base.css
X%%DATADIR%%/date/functions/date-time/index.html
X%%DATADIR%%/date/functions/date-time/date.msxsl.xsl
X%%DATADIR%%/date/functions/date-time/date.js
X%%DATADIR%%/date/functions/date-time/date.date-time.xsl
X%%DATADIR%%/date/functions/date-time/date.date-time.xml
X%%DATADIR%%/date/functions/date-time/date.date-time.html
X%%DATADIR%%/date/functions/date-time/base.css
X%%DATADIR%%/date/functions/add/index.html
X%%DATADIR%%/date/functions/add/date.msxsl.xsl
X%%DATADIR%%/date/functions/add/date.js
X%%DATADIR%%/date/functions/add/date.add.xsl
X%%DATADIR%%/date/functions/add/date.add.xml
X%%DATADIR%%/date/functions/add/date.add.template.xsl
X%%DATADIR%%/date/functions/add/date.add.html
X%%DATADIR%%/date/functions/add/date.add.function.xsl
X%%DATADIR%%/date/functions/add/base.css
X%%DATADIR%%/date/functions/add-duration/index.html
X%%DATADIR%%/date/functions/add-duration/date.msxsl.xsl
X%%DATADIR%%/date/functions/add-duration/date.js
X%%DATADIR%%/date/functions/add-duration/date.add-duration.xsl
X%%DATADIR%%/date/functions/add-duration/date.add-duration.xml
X%%DATADIR%%/date/functions/add-duration/date.add-duration.template.xsl
X%%DATADIR%%/date/functions/add-duration/date.add-duration.html
X%%DATADIR%%/date/functions/add-duration/date.add-duration.function.xsl
X%%DATADIR%%/date/functions/add-duration/base.css
X%%DATADIR%%/date/elements/date-format/index.html
X%%DATADIR%%/date/elements/date-format/date.date-format.xml
X%%DATADIR%%/date/elements/date-format/date.date-format.html
X%%DATADIR%%/date/elements/date-format/base.css
X%%DATADIR%%/date/date.xsl
X%%DATADIR%%/date/date.xml
X%%DATADIR%%/date/date.html
X%%DATADIR%%/date/base.css
X%%DATADIR%%/base.css
X@dirrm %%DATADIR%%/str/functions/tokenize
X@dirrm %%DATADIR%%/str/functions/split
X@dirrm %%DATADIR%%/str/functions/replace
X@dirrm %%DATADIR%%/str/functions/padding
X@dirrm %%DATADIR%%/str/functions/encode-uri
X@dirrm %%DATADIR%%/str/functions/decode-uri
X@dirrm %%DATADIR%%/str/functions/concat
X@dirrm %%DATADIR%%/str/functions/align
X@dirrm %%DATADIR%%/str/functions
X@dirrm %%DATADIR%%/str
X@dirrm %%DATADIR%%/set/functions/trailing
X@dirrm %%DATADIR%%/set/functions/leading
X@dirrm %%DATADIR%%/set/functions/intersection
X@dirrm %%DATADIR%%/set/functions/has-same-node
X@dirrm %%DATADIR%%/set/functions/distinct
X@dirrm %%DATADIR%%/set/functions/difference
X@dirrm %%DATADIR%%/set/functions
X@dirrm %%DATADIR%%/set
X@dirrm %%DATADIR%%/regexp/functions/test
X@dirrm %%DATADIR%%/regexp/functions/replace
X@dirrm %%DATADIR%%/regexp/functions/match
X@dirrm %%DATADIR%%/regexp/functions
X@dirrm %%DATADIR%%/regexp
X@dirrm %%DATADIR%%/random/functions/random-sequence
X@dirrm %%DATADIR%%/random/functions/random
X@dirrm %%DATADIR%%/random/functions
X@dirrm %%DATADIR%%/random
X@dirrm %%DATADIR%%/math/functions/tan
X@dirrm %%DATADIR%%/math/functions/sqrt
X@dirrm %%DATADIR%%/math/functions/sin
X@dirrm %%DATADIR%%/math/functions/random
X@dirrm %%DATADIR%%/math/functions/power
X@dirrm %%DATADIR%%/math/functions/min
X@dirrm %%DATADIR%%/math/functions/max
X@dirrm %%DATADIR%%/math/functions/lowest
X@dirrm %%DATADIR%%/math/functions/log
X@dirrm %%DATADIR%%/math/functions/highest
X@dirrm %%DATADIR%%/math/functions/exp
X@dirrm %%DATADIR%%/math/functions/cos
X@dirrm %%DATADIR%%/math/functions/constant
X@dirrm %%DATADIR%%/math/functions/atan2
X@dirrm %%DATADIR%%/math/functions/atan
X@dirrm %%DATADIR%%/math/functions/asin
X@dirrm %%DATADIR%%/math/functions/acos
X@dirrm %%DATADIR%%/math/functions/abs
X@dirrm %%DATADIR%%/math/functions
X@dirrm %%DATADIR%%/math
X@dirrm %%DATADIR%%/func/elements/script
X@dirrm %%DATADIR%%/func/elements/result
X@dirrm %%DATADIR%%/func/elements/function
X@dirrm %%DATADIR%%/func/elements
X@dirrm %%DATADIR%%/func
X@dirrm %%DATADIR%%/exsl/functions/object-type
X@dirrm %%DATADIR%%/exsl/functions/node-set
X@dirrm %%DATADIR%%/exsl/functions
X@dirrm %%DATADIR%%/exsl/elements/document
X@dirrm %%DATADIR%%/exsl/elements
X@dirrm %%DATADIR%%/exsl
X@dirrm %%DATADIR%%/dyn/functions/sum
X@dirrm %%DATADIR%%/dyn/functions/min
X@dirrm %%DATADIR%%/dyn/functions/max
X@dirrm %%DATADIR%%/dyn/functions/map
X@dirrm %%DATADIR%%/dyn/functions/evaluate
X@dirrm %%DATADIR%%/dyn/functions/closure
X@dirrm %%DATADIR%%/dyn/functions
X@dirrm %%DATADIR%%/dyn
X@dirrm %%DATADIR%%/date/functions/year
X@dirrm %%DATADIR%%/date/functions/week-in-year
X@dirrm %%DATADIR%%/date/functions/week-in-month
X@dirrm %%DATADIR%%/date/functions/time
X@dirrm %%DATADIR%%/date/functions/sum
X@dirrm %%DATADIR%%/date/functions/seconds
X@dirrm %%DATADIR%%/date/functions/second-in-minute
X@dirrm %%DATADIR%%/date/functions/parse-date
X@dirrm %%DATADIR%%/date/functions/month-name
X@dirrm %%DATADIR%%/date/functions/month-in-year
X@dirrm %%DATADIR%%/date/functions/month-abbreviation
X@dirrm %%DATADIR%%/date/functions/minute-in-hour
X@dirrm %%DATADIR%%/date/functions/leap-year
X@dirrm %%DATADIR%%/date/functions/hour-in-day
X@dirrm %%DATADIR%%/date/functions/format-date
X@dirrm %%DATADIR%%/date/functions/duration
X@dirrm %%DATADIR%%/date/functions/difference
X@dirrm %%DATADIR%%/date/functions/day-of-week-in-month
X@dirrm %%DATADIR%%/date/functions/day-name
X@dirrm %%DATADIR%%/date/functions/day-in-year
X@dirrm %%DATADIR%%/date/functions/day-in-week
X@dirrm %%DATADIR%%/date/functions/day-in-month
X@dirrm %%DATADIR%%/date/functions/day-abbreviation
X@dirrm %%DATADIR%%/date/functions/date-time
X@dirrm %%DATADIR%%/date/functions/date
X@dirrm %%DATADIR%%/date/functions/add-duration
X@dirrm %%DATADIR%%/date/functions/add
X@dirrm %%DATADIR%%/date/functions
X@dirrm %%DATADIR%%/date/elements/date-format
X@dirrm %%DATADIR%%/date/elements
X@dirrm %%DATADIR%%/date
X@dirrm %%DATADIR%%
END-of-exslt/pkg-plist
echo x - exslt/distinfo
sed 's/^X//' >exslt/distinfo << 'END-of-exslt/distinfo'
XMD5 (all-exslt.zip) = 25cf4e5aae494405be3b4654c997db46
XSIZE (all-exslt.zip) = 1152247
END-of-exslt/distinfo
exit
--- exslt-2003.10.24.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407081523.i68FNuPi074120>