ports/textproc/ssddiff/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
705 B
Text

Semistructured data is a generic term for data that does have structure
information, while not being tabular or very tightly restricted. XML and
HTML data is the most prominent examples for this. You normally would not
use this term e.g. for database tables (which for example do not allow
nesting of entries).
While this application currently only supports XML, the algorithms should be
able to process other semistructured data as well.
The approach used here is usually much slower than other well-known xmldiff
applications, however it produces better results in many "tricky" cases.
You say that other xmldiff applications try to do a syntactic diff, whereas
xmldiff tries to do a semantic diff.