hoxsl/doc/hoxsl.texi

75 lines
1.5 KiB
Plaintext

\input texinfo
@c %**start of header
@setfilename hoxsl.info
@documentencoding UTF-8
@include version.texi
@settitle hoxsl Manual v@value{VERSION}
@c %**end of header
@copying
This manual is for hoxsl, version @value{VERSION}.
Copyright @copyright{} 2015, 2016 Mike Gerwitz
Copyright @copyright{} 2014, 2015 LoVullo Associates, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".
@end quotation
@end copying
@titlepage
@title hoxsl Manual v@value{VERSION}
@author Mike Gerwitz, LoVullo Associates
@c Start copyright page
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@contents
@ifnottex
@node Top
@top Main
@end ifnottex
@include macros.texi
@menu
* Higher-Order Functions:: XSLT 2.0-compatible higher-order functions
* Records:: Structured data within sequences
* Node Constructors:: Constructing nodes functionally
* License:: Document License
@end menu
@ifnottex
@insertcopying
@end ifnottex
@node Higher-Order Functions
@chapter Higher-Order Functions
@include ../src/apply.texi
@node Records
@chapter Records
@include ../src/record.texi
@node Node Constructors
@chapter Node Constructors
@include ../src/node.texi
@include license.texi
@bye