5499466564
xmldiff is a Python tool that figures out the differences between two similar XML files, in the same way the diff utility does it. Xmldiff can be used as a library or as a command line tool. It can work either with XML files or DOM trees. ok aja@
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
$OpenBSD: patch-bin_xmlrev,v 1.1.1.1 2010/09/21 20:31:13 jasper Exp $
|
|
--- bin/xmlrev.orig Tue Sep 21 20:31:30 2010
|
|
+++ bin/xmlrev Tue Sep 21 20:31:39 2010
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!${LOCALBASE}/bin/bash
|
|
#
|
|
# (c) 2001-2004 Nicolas Chauvat <nicolas.chauvat@logilab.fr> - License is GPL
|
|
|