diff options
Diffstat (limited to 'textproc/p5-XML-DifferenceMarkup/pkg-descr')
-rw-r--r-- | textproc/p5-XML-DifferenceMarkup/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/p5-XML-DifferenceMarkup/pkg-descr b/textproc/p5-XML-DifferenceMarkup/pkg-descr new file mode 100644 index 000000000000..bd4c1461f962 --- /dev/null +++ b/textproc/p5-XML-DifferenceMarkup/pkg-descr @@ -0,0 +1,15 @@ +This module implements an XML diff producing XML output. Both input and +output are DOM documents, as implemented by XML::LibXML. + +The diff format used by XML::DifferenceMarkup is meant to be +human-readable (i.e. simple, as opposed to short) - basically the diff +is a subset of the input trees, annotated with instruction element nodes +specifying how to convert the source tree to the target by inserting and +deleting nodes. To prevent name colisions with input trees, all added +elements are in a namespace http://www.locus.cz/XML/DifferenceMarkup +(the diff will fail on input trees which already use that namespace). + +WWW: http://search.cpan.org/dist/XML-DifferenceMarkup/ + +-- Sergey Skvortsov +skv@FreeBSD.org |