NAME
PYX::Format - PYX file format.
FILE FORMAT
PYX is line oriented SGML/XML file format.
Each line consists from character defining type and arguments.
Begin of element
Begin character is '(' and argument is name of element. e.g. (htmlEnd of element
Begin character is ')' and argument is name of element. e.g. )htmlElement attribute
Begin character is 'A' and arguments are attribute key and value. e.g. Akey valueComment
Begin character is '_' and argument is comment. e.g. _commentData section
Begin character is '-' and argument is data. e.g. -dataInstruction
Begin character is '?' and arguments are target and code. e.g. ?perl print "1";
SEE ALSO
- Task::PYX
-
Install the PYX modules.
REPOSITORY
https://github.com/michal-josef-spacek/PYX
AUTHOR
Michal Josef Špaček mailto:skim@cpan.org
LICENSE AND COPYRIGHT
© 2005-2023 Michal Josef Špaček
BSD 2-Clause License
VERSION
0.10