Software Center does not load following upgrade to 14.04

Asked by Ken Rawlings

Get the following error when attempting to load software-centermanually in terminal session:
ImportError: /usr/lib/x86_64-linux-gnu/libxslt.so.1: symbol xmlBufContent, version LIBXML2_2.9.0 not defined in file libxml2.so.2 with link time reference

Have seen this error referenced a number of times, but have found no resolution that works for my situation.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; uname -a

Thanks

Revision history for this message
Ken Rawlings (rnek11) said :
#2

root@Aspen:/# lsb_release -a; uname -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
Linux Aspen 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Ok run:

sudo apt-get update

Is it smooth?

Revision history for this message
Ken Rawlings (rnek11) said :
#4

Yes, no issues noted.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

If you switch back to your user and use sudo (instead of being root) as expected, is it ok

Revision history for this message
Ken Rawlings (rnek11) said :
#6

with sudo:
kenr@Aspen:~$ sudo software-center
[sudo] password for kenr:
Traceback (most recent call last):
  File "/usr/bin/software-center", line 128, in <module>
    from softwarecenter.ui.gtk3.app import SoftwareCenterAppGtk3
  File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 106, in <module>
    from softwarecenter.ui.gtk3.panes.installedpane import InstalledPane
  File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/installedpane.py", line 34, in <module>
    from softwarecenter.db.categories import (CategoriesParser,
  File "/usr/share/software-center/softwarecenter/db/categories.py", line 30, in <module>
    import lxml.etree as ET
ImportError: /usr/lib/x86_64-linux-gnu/libxslt.so.1: symbol xmlBufContent, version LIBXML2_2.9.0 not defined in file libxml2.so.2 with link time reference
kenr@Aspen:~$

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#7

It seems you are experiencing this bug:

https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/609229

If a a simple reboot of your PC does not solve this issue, please send us the full Terminal output from step 5 and step 9 in the following procedure:

https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure

Please post the output here:

https://answers.launchpad.net/ubuntu/+source/software-center/+question/252261

Revision history for this message
Ken Rawlings (rnek11) said :
#8

kenr@Aspen:~$ ubuntu-support-status
Support status summary of 'Aspen':

You have 65 packages (2.9%) supported until February 2015 (9m)
You have 22 packages (1.0%) supported until May 2017 (3y)
You have 2009 packages (91.1%) supported until May 2019 (5y)
You have 4 packages (0.2%) supported until April 2015 (9m)

You have 55 packages (2.5%) that can not/no-longer be downloaded
You have 50 packages (2.3%) that are unsupported

Run with --show-unsupported, --show-supported or --show-all to see more details
kenr@Aspen:~$ cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
kenr@Aspen:~$ dpkg --print-foreign-architectures
i386
kenr@Aspen:~$ sudo grep -R proxy /etc/apt/*
[sudo] password for kenr:
kenr@Aspen:~$ grep proxy /etc/environment
kenr@Aspen:~$ echo $http_proxy

kenr@Aspen:~$ echo $ftp_proxy

kenr@Aspen:~$ grep proxy /etc/bash.bashrc
kenr@Aspen:~$ grep proxy ~/.bashrc
kenr@Aspen:~$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
kenr@Aspen:~$ sudo fuser -vvv /var/lib/dpkg/lock
kenr@Aspen:~$ sudo fuser -vvv /var/cache/apt/archives/lock
kenr@Aspen:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"
kenr@Aspen:~$ uname -a
Linux Aspen 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
kenr@Aspen:~$ sudo rm /var/lib/apt/lists/lock
kenr@Aspen:~$ sudo rm /var/cache/apt/archives/lock
kenr@Aspen:~$ sudo rm /var/lib/dpkg/lock
kenr@Aspen:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
kenr@Aspen:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
kenr@Aspen:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
kenr@Aspen:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
kenr@Aspen:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
kenr@Aspen:~$ sudo rm -rf /var/lib/dpkg/updates/*
kenr@Aspen:~$ sudo rm -rf /var/lib/apt/lists
kenr@Aspen:~$ sudo rm /var/cache/apt/*.bin
kenr@Aspen:~$ sudo mkdir /var/lib/apt/lists
kenr@Aspen:~$ sudo mkdir /var/lib/apt/lists/partial
kenr@Aspen:~$ LANG=C;sudo apt-get clean
kenr@Aspen:~$ LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
kenr@Aspen:~$ LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  libbz2-1.0:i386* libcap2:i386* libcgmanager0:i386* libdb5.3:i386*
  libdrm2:i386* libjson-c2:i386* libjson0:i386* libncursesw5:i386*
  libudev1:i386*
0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 2909 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 202056 files and directories currently installed.)
Removing libbz2-1.0:i386 (1.0.6-5) ...
Purging configuration files for libbz2-1.0:i386 (1.0.6-5) ...
Removing libcap2:i386 (1:2.24-0ubuntu2) ...
Purging configuration files for libcap2:i386 (1:2.24-0ubuntu2) ...
Removing libudev1:i386 (204-5ubuntu20.3) ...
Purging configuration files for libudev1:i386 (204-5ubuntu20.3) ...
Removing libcgmanager0:i386 (0.24-0ubuntu7) ...
Purging configuration files for libcgmanager0:i386 (0.24-0ubuntu7) ...
Removing libdb5.3:i386 (5.3.28-3ubuntu3) ...
Purging configuration files for libdb5.3:i386 (5.3.28-3ubuntu3) ...
Removing libdrm2:i386 (2.4.52-1) ...
Purging configuration files for libdrm2:i386 (2.4.52-1) ...
Removing libjson0:i386 (0.11-3ubuntu1.2) ...
Removing libjson-c2:i386 (0.11-3ubuntu1.2) ...
Purging configuration files for libjson-c2:i386 (0.11-3ubuntu1.2) ...
Removing libncursesw5:i386 (5.9+20140118-1ubuntu1) ...
Purging configuration files for libncursesw5:i386 (5.9+20140118-1ubuntu1) ...
Processing triggers for libc-bin (2.19-0ubuntu6) ...
/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libxslt.so.1 is not a symbolic link

Setting up libnautilus-extension1a (1:3.10.1-0ubuntu9.3) ...
Setting up nautilus-data (1:3.10.1-0ubuntu9.3) ...
Setting up nautilus (1:3.10.1-0ubuntu9.3) ...
Setting up cqrlog (1.8.1-1~trusty) ...

File /etc/apparmor.d/usr.sbin.mysqld was already modified, no changes needed

Processing triggers for libc-bin (2.19-0ubuntu6) ...
/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libxslt.so.1 is not a symbolic link

kenr@Aspen:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Ign http://us.archive.ubuntu.com trusty InRelease
Ign http://us.archive.ubuntu.com trusty-updates InRelease
Ign http://us.archive.ubuntu.com trusty-backports InRelease
Ign http://us.archive.ubuntu.com trusty-security InRelease
Get:1 http://us.archive.ubuntu.com trusty Release.gpg [933 B]
Get:2 http://us.archive.ubuntu.com trusty-updates Release.gpg [933 B]
Get:3 http://us.archive.ubuntu.com trusty-backports Release.gpg [933 B]
Get:4 http://us.archive.ubuntu.com trusty-security Release.gpg [933 B]
Get:5 http://us.archive.ubuntu.com trusty Release [58.5 kB]
Get:6 http://us.archive.ubuntu.com trusty-updates Release [58.5 kB]
Get:7 http://us.archive.ubuntu.com trusty-backports Release [58.6 kB]
Get:8 http://us.archive.ubuntu.com trusty-security Release [58.5 kB]
Get:9 http://us.archive.ubuntu.com trusty/restricted Sources [5433 B]
Get:10 http://us.archive.ubuntu.com trusty/universe Sources [6399 kB]
Get:11 http://us.archive.ubuntu.com trusty/multiverse Sources [174 kB]
Get:12 http://us.archive.ubuntu.com trusty/main Sources [1064 kB]
Get:13 http://us.archive.ubuntu.com trusty/main amd64 Packages [1350 kB]
Get:14 http://us.archive.ubuntu.com trusty/restricted amd64 Packages [13.0 kB]
Get:15 http://us.archive.ubuntu.com trusty/universe amd64 Packages [5859 kB]
Get:16 http://us.archive.ubuntu.com trusty/multiverse amd64 Packages [132 kB]
Get:17 http://us.archive.ubuntu.com trusty/main i386 Packages [1348 kB]
Get:18 http://us.archive.ubuntu.com trusty/restricted i386 Packages [13.4 kB]
Get:19 http://us.archive.ubuntu.com trusty/universe i386 Packages [5866 kB]
Get:20 http://us.archive.ubuntu.com trusty/multiverse i386 Packages [134 kB]
Get:21 http://us.archive.ubuntu.com trusty/main Translation-en [762 kB]
Get:22 http://us.archive.ubuntu.com trusty/multiverse Translation-en [102 kB]
Get:23 http://us.archive.ubuntu.com trusty/restricted Translation-en [3457 B]
Get:24 http://us.archive.ubuntu.com trusty/universe Translation-en [4089 kB]
Get:25 http://us.archive.ubuntu.com trusty-updates/restricted Sources [14 B]
Get:26 http://us.archive.ubuntu.com trusty-updates/universe Sources [62.6 kB]
Get:27 http://us.archive.ubuntu.com trusty-updates/multiverse Sources [2693 B]
Get:28 http://us.archive.ubuntu.com trusty-updates/main Sources [98.4 kB]
Get:29 http://us.archive.ubuntu.com trusty-updates/main amd64 Packages [239 kB]
Get:30 http://us.archive.ubuntu.com trusty-updates/restricted amd64 Packages [14 B]
Get:31 http://us.archive.ubuntu.com trusty-updates/universe amd64 Packages [161 kB]
Get:32 http://us.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [7392 B]
Get:33 http://us.archive.ubuntu.com trusty-updates/main i386 Packages [235 kB]
Get:34 http://us.archive.ubuntu.com trusty-updates/restricted i386 Packages [14 B]
Get:35 http://us.archive.ubuntu.com trusty-updates/universe i386 Packages [161 kB]
Get:36 http://us.archive.ubuntu.com trusty-updates/multiverse i386 Packages [7587 B]
Get:37 http://us.archive.ubuntu.com trusty-updates/main Translation-en [110 kB]
Get:38 http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en [3971 B]
Get:39 http://us.archive.ubuntu.com trusty-updates/restricted Translation-en [14 B]
Get:40 http://us.archive.ubuntu.com trusty-updates/universe Translation-en [79.0 kB]
Get:41 http://us.archive.ubuntu.com trusty-backports/main Sources [2357 B]
Get:42 http://us.archive.ubuntu.com trusty-backports/restricted Sources [14 B]
Get:43 http://us.archive.ubuntu.com trusty-backports/universe Sources [10.3 kB]
Get:44 http://us.archive.ubuntu.com trusty-backports/multiverse Sources [768 B]
Get:45 http://us.archive.ubuntu.com trusty-backports/main amd64 Packages [3785 B]
Get:46 http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages [14 B]
Get:47 http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages [12.8 kB]
Get:48 http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages [619 B]
Get:49 http://us.archive.ubuntu.com trusty-backports/main i386 Packages [3801 B]
Get:50 http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages [14 B]
Get:51 http://us.archive.ubuntu.com trusty-backports/universe i386 Packages [12.8 kB]
Get:52 http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages [619 B]
Get:53 http://us.archive.ubuntu.com trusty-backports/main Translation-en [2455 B]
Get:54 http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en [307 B]
Get:55 http://us.archive.ubuntu.com trusty-backports/restricted Translation-en [14 B]
Get:56 http://us.archive.ubuntu.com trusty-backports/universe Translation-en [8499 B]
Get:57 http://us.archive.ubuntu.com trusty-security/restricted Sources [14 B]
Get:58 http://us.archive.ubuntu.com trusty-security/universe Sources [8431 B]
Get:59 http://us.archive.ubuntu.com trusty-security/multiverse Sources [697 B]
Get:60 http://us.archive.ubuntu.com trusty-security/main Sources [35.7 kB]
Get:61 http://us.archive.ubuntu.com trusty-security/main amd64 Packages [117 kB]
Get:62 http://us.archive.ubuntu.com trusty-security/restricted amd64 Packages [14 B]
Get:63 http://us.archive.ubuntu.com trusty-security/universe amd64 Packages [39.0 kB]
Get:64 http://us.archive.ubuntu.com trusty-security/multiverse amd64 Packages [1147 B]
Get:65 http://us.archive.ubuntu.com trusty-security/main i386 Packages [114 kB]
Get:66 http://us.archive.ubuntu.com trusty-security/restricted i386 Packages [14 B]
Get:67 http://us.archive.ubuntu.com trusty-security/universe i386 Packages [38.9 kB]
Get:68 http://us.archive.ubuntu.com trusty-security/multiverse i386 Packages [1402 B]
Get:69 http://us.archive.ubuntu.com trusty-security/main Translation-en [56.2 kB]
Get:70 http://us.archive.ubuntu.com trusty-security/multiverse Translation-en [587 B]
Get:71 http://us.archive.ubuntu.com trusty-security/restricted Translation-en [14 B]
Get:72 http://us.archive.ubuntu.com trusty-security/universe Translation-en [22.1 kB]
Fetched 29.2 MB in 16s (1722 kB/s)
Reading package lists... Done
kenr@Aspen:~$ sudo dpkg --configure -a
kenr@Aspen:~$ sudo dpkg --clear-avail
kenr@Aspen:~$ LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
kenr@Aspen:~$ LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
kenr@Aspen:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Ign http://us.archive.ubuntu.com trusty InRelease
Ign http://us.archive.ubuntu.com trusty-updates InRelease
Ign http://us.archive.ubuntu.com trusty-backports InRelease
Ign http://us.archive.ubuntu.com trusty-security InRelease
Hit http://us.archive.ubuntu.com trusty Release.gpg
Hit http://us.archive.ubuntu.com trusty-updates Release.gpg
Hit http://us.archive.ubuntu.com trusty-backports Release.gpg
Hit http://us.archive.ubuntu.com trusty-security Release.gpg
Hit http://us.archive.ubuntu.com trusty Release
Hit http://us.archive.ubuntu.com trusty-updates Release
Hit http://us.archive.ubuntu.com trusty-backports Release
Hit http://us.archive.ubuntu.com trusty-security Release
Hit http://us.archive.ubuntu.com trusty/restricted Sources
Hit http://us.archive.ubuntu.com trusty/universe Sources
Hit http://us.archive.ubuntu.com trusty/multiverse Sources
Hit http://us.archive.ubuntu.com trusty/main Sources
Hit http://us.archive.ubuntu.com trusty/main amd64 Packages
Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages
Hit http://us.archive.ubuntu.com trusty/universe amd64 Packages
Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com trusty/main i386 Packages
Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages
Hit http://us.archive.ubuntu.com trusty/universe i386 Packages
Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://us.archive.ubuntu.com trusty/main Translation-en
Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en
Hit http://us.archive.ubuntu.com trusty/restricted Translation-en
Hit http://us.archive.ubuntu.com trusty/universe Translation-en
Hit http://us.archive.ubuntu.com trusty-updates/restricted Sources
Hit http://us.archive.ubuntu.com trusty-updates/universe Sources
Hit http://us.archive.ubuntu.com trusty-updates/multiverse Sources
Hit http://us.archive.ubuntu.com trusty-updates/main Sources
Hit http://us.archive.ubuntu.com trusty-updates/main amd64 Packages
Hit http://us.archive.ubuntu.com trusty-updates/restricted amd64 Packages
Hit http://us.archive.ubuntu.com trusty-updates/universe amd64 Packages
Hit http://us.archive.ubuntu.com trusty-updates/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com trusty-updates/main i386 Packages
Hit http://us.archive.ubuntu.com trusty-updates/restricted i386 Packages
Hit http://us.archive.ubuntu.com trusty-updates/universe i386 Packages
Hit http://us.archive.ubuntu.com trusty-updates/multiverse i386 Packages
Hit http://us.archive.ubuntu.com trusty-updates/main Translation-en
Hit http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en
Hit http://us.archive.ubuntu.com trusty-updates/restricted Translation-en
Hit http://us.archive.ubuntu.com trusty-updates/universe Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/main Sources
Hit http://us.archive.ubuntu.com trusty-backports/restricted Sources
Hit http://us.archive.ubuntu.com trusty-backports/universe Sources
Hit http://us.archive.ubuntu.com trusty-backports/multiverse Sources
Hit http://us.archive.ubuntu.com trusty-backports/main amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/main i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/universe i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/main Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/restricted Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/universe Translation-en
Hit http://us.archive.ubuntu.com trusty-security/restricted Sources
Hit http://us.archive.ubuntu.com trusty-security/universe Sources
Hit http://us.archive.ubuntu.com trusty-security/multiverse Sources
Hit http://us.archive.ubuntu.com trusty-security/main Sources
Hit http://us.archive.ubuntu.com trusty-security/main amd64 Packages
Hit http://us.archive.ubuntu.com trusty-security/restricted amd64 Packages
Hit http://us.archive.ubuntu.com trusty-security/universe amd64 Packages
Hit http://us.archive.ubuntu.com trusty-security/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com trusty-security/main i386 Packages
Hit http://us.archive.ubuntu.com trusty-security/restricted i386 Packages
Hit http://us.archive.ubuntu.com trusty-security/universe i386 Packages
Hit http://us.archive.ubuntu.com trusty-security/multiverse i386 Packages
Hit http://us.archive.ubuntu.com trusty-security/main Translation-en
Hit http://us.archive.ubuntu.com trusty-security/multiverse Translation-en
Hit http://us.archive.ubuntu.com trusty-security/restricted Translation-en
Hit http://us.archive.ubuntu.com trusty-security/universe Translation-en
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
kenr@Aspen:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list.d/ok2cqr-ppa-precise.list

     1 # deb http://ppa.launchpad.net/ok2cqr/ppa/ubuntu trusty main # disabled on upgrade to trusty
     2 # deb-src http://ppa.launchpad.net/ok2cqr/ppa/ubuntu trusty main # disabled on upgrade to trusty

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release amd64 (20130213)]/ dists/precise/main/binary-i386/
     2
     3 # deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release amd64 (20130213)]/ dists/precise/restricted/binary-i386/
     4 # deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release amd64 (20130213)]/ precise main restricted
     5
     6 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     7 # newer versions of the distribution.
     8 deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
     9 deb-src http://us.archive.ubuntu.com/ubuntu/ trusty restricted universe multiverse main #Added by software-properties
    10
    11 ## Major bug fix updates produced after the final release of the
    12 ## distribution.
    13 deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
    14 deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates restricted universe multiverse main #Added by software-properties
    15
    16 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    17 ## team. Also, please note that software in universe WILL NOT receive any
    18 ## review or updates from the Ubuntu security team.
    19 deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
    20 deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
    21
    22 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    23 ## team, and may not be under a free licence. Please satisfy yourself as to
    24 ## your rights to use the software. Also, please note that software in
    25 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    26 ## security team.
    27 deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
    28 deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
    29
    30 ## N.B. software from this repository may not have been tested as
    31 ## extensively as that contained in the main release, although it includes
    32 ## newer versions of some applications which may provide useful features.
    33 ## Also, please note that software in backports WILL NOT receive any review
    34 ## or updates from the Ubuntu security team.
    35 deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
    36 deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse #Added by software-properties
    37
    38 deb http://us.archive.ubuntu.com/ubuntu/ trusty-security main restricted
    39 deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-security restricted universe multiverse main #Added by software-properties
    40 deb http://us.archive.ubuntu.com/ubuntu/ trusty-security universe
    41 deb http://us.archive.ubuntu.com/ubuntu/ trusty-security multiverse
    42
    43 ## Uncomment the following two lines to add software from Canonical's
    44 ## 'partner' repository.
    45 ## This software is not part of Ubuntu, but is offered by Canonical and the
    46 ## respective vendors as a service to Ubuntu users.
    47 # deb http://archive.canonical.com/ubuntu trusty partner
    48 # deb-src http://archive.canonical.com/ubuntu trusty partner
    49
    50 ## This software is not part of Ubuntu, but is offered by third-party
    51 ## developers who want to ship their latest software.
    52 # deb http://extras.ubuntu.com/ubuntu trusty main
    53 # deb-src http://extras.ubuntu.com/ubuntu trusty main
kenr@Aspen:~$

Revision history for this message
Ken Rawlings (rnek11) said :
#9

OUTPUT OF STEP 8 AND STEP 9.

kenr@Aspen:~$ sudo software-center
[sudo] password for kenr:
Traceback (most recent call last):
  File "/usr/bin/software-center", line 128, in <module>
    from softwarecenter.ui.gtk3.app import SoftwareCenterAppGtk3
  File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 106, in <module>
    from softwarecenter.ui.gtk3.panes.installedpane import InstalledPane
  File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/installedpane.py", line 34, in <module>
    from softwarecenter.db.categories import (CategoriesParser,
  File "/usr/share/software-center/softwarecenter/db/categories.py", line 30, in <module>
    import lxml.etree as ET
ImportError: /usr/lib/x86_64-linux-gnu/libxslt.so.1: symbol xmlBufContent, version LIBXML2_2.9.0 not defined in file libxml2.so.2 with link time reference
kenr@Aspen:~$ clear
kenr@Aspen:~$ sudo dpkg --add-architecture i386
kenr@Aspen:~$ sudo apt-get update
Ign http://archive.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease
Ign http://archive.ubuntu.com trusty-backports InRelease
Ign http://archive.ubuntu.com trusty-security InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Hit http://archive.ubuntu.com trusty-updates Release.gpg
Hit http://archive.ubuntu.com trusty-backports Release.gpg
Hit http://archive.ubuntu.com trusty-security Release.gpg
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty-updates Release
Hit http://archive.ubuntu.com trusty-backports Release
Hit http://archive.ubuntu.com trusty-security Release
Hit http://archive.ubuntu.com trusty/restricted Sources
Hit http://archive.ubuntu.com trusty/universe Sources
Hit http://archive.ubuntu.com trusty/multiverse Sources
Hit http://archive.ubuntu.com trusty/main Sources
Hit http://archive.ubuntu.com trusty/main amd64 Packages
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty/universe amd64 Packages
Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty/main i386 Packages
Hit http://archive.ubuntu.com trusty/restricted i386 Packages
Hit http://archive.ubuntu.com trusty/universe i386 Packages
Hit http://archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Hit http://archive.ubuntu.com trusty-updates/restricted Sources
Hit http://archive.ubuntu.com trusty-updates/universe Sources
Hit http://archive.ubuntu.com trusty-updates/multiverse Sources
Hit http://archive.ubuntu.com trusty-updates/main Sources
Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/main i386 Packages
Hit http://archive.ubuntu.com trusty-updates/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-updates/universe i386 Packages
Hit http://archive.ubuntu.com trusty-updates/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-updates/main Translation-en
Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
Hit http://archive.ubuntu.com trusty-backports/main Sources
Hit http://archive.ubuntu.com trusty-backports/restricted Sources
Hit http://archive.ubuntu.com trusty-backports/universe Sources
Hit http://archive.ubuntu.com trusty-backports/multiverse Sources
Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/main i386 Packages
Hit http://archive.ubuntu.com trusty-backports/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-backports/universe i386 Packages
Hit http://archive.ubuntu.com trusty-backports/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-backports/main Translation-en
Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en
Hit http://archive.ubuntu.com trusty-backports/universe Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Sources
Hit http://archive.ubuntu.com trusty-security/universe Sources
Hit http://archive.ubuntu.com trusty-security/multiverse Sources
Hit http://archive.ubuntu.com trusty-security/main Sources
Hit http://archive.ubuntu.com trusty-security/main amd64 Packages
Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-security/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-security/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty-security/main i386 Packages
Hit http://archive.ubuntu.com trusty-security/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-security/universe i386 Packages
Hit http://archive.ubuntu.com trusty-security/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-security/main Translation-en
Hit http://archive.ubuntu.com trusty-security/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Translation-en
Hit http://archive.ubuntu.com trusty-security/universe Translation-en
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/main Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/main Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-security/main Translation-en_US
Ign http://archive.ubuntu.com trusty-security/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-security/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-security/universe Translation-en_US
Reading package lists... Done
kenr@Aspen:~$ sudo rm /usr/lib/python*/dist-packages/__pycache__/*pyc
kenr@Aspen:~$ sudo apt-get install --reinstall python3-gi
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 154 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main python3-gi amd64 3.12.0-1 [154 kB]
Fetched 154 kB in 0s (392 kB/s)
(Reading database ... 202033 files and directories currently installed.)
Preparing to unpack .../python3-gi_3.12.0-1_amd64.deb ...
Unpacking python3-gi (3.12.0-1) over (3.12.0-1) ...
Setting up python3-gi (3.12.0-1) ...
Processing triggers for libc-bin (2.19-0ubuntu6) ...
/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libxslt.so.1 is not a symbolic link

kenr@Aspen:~$ sudo apt-get purge software-center
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  gir1.2-gmenu-3.0 laptop-detect oneconf oneconf-common python-debtagshw
  python-oneconf python-piston-mini-client python3-oneconf
  python3-piston-mini-client software-center-aptdaemon-plugins
  ubuntu-extras-keyring
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  software-center*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 3,015 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 202032 files and directories currently installed.)
Removing software-center (13.10-0ubuntu4.1) ...
Purging configuration files for software-center (13.10-0ubuntu4.1) ...
dpkg: warning: while removing software-center, directory '/usr/share/software-center/softwarecenter/ui/gtk3/views' not empty so not removed
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
kenr@Aspen:~$ rm -rf ~/.cache/software-center
kenr@Aspen:~$ rm -rf ~/.config/software-center
kenr@Aspen:~$ rm -rf ~/.cache/update-manager-core
kenr@Aspen:~$ sudo rm /var/lib/apt-xapian-index/cataloged_times.p
kenr@Aspen:~$ sudo rm /var/lib/apt-xapian-index/values
kenr@Aspen:~$ sudo update-apt-xapian-index --verbose --force
Reading plugin /usr/share/apt-xapian-index/plugins/aliases.py.
Reading plugin /usr/share/apt-xapian-index/plugins/app-install.py.
Reading plugin /usr/share/apt-xapian-index/plugins/apttags.py.
Reading plugin /usr/share/apt-xapian-index/plugins/cataloged_time.py.
Reading plugin /usr/share/apt-xapian-index/plugins/debtags.py.
Reading plugin /usr/share/apt-xapian-index/plugins/descriptions.py.
Reading plugin /usr/share/apt-xapian-index/plugins/relations.py.
Reading plugin /usr/share/apt-xapian-index/plugins/sections.py.
Reading plugin /usr/share/apt-xapian-index/plugins/sizes.py.
Reading plugin /usr/share/apt-xapian-index/plugins/template.py.
Reading plugin /usr/share/apt-xapian-index/plugins/translated-desc.py.
Most recent dataset: Mon Jul 28 08:46:01 2014.
Most recent update for: Mon Jul 28 07:55:33 2014.
Aggregating value information.
Initializing plugins.
Reading .desktop files from /usr/share/app-install/desktop/: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_multiverse_i18n_Translation-en: done.
Rebuilding Xapian index... 0%
androidsdk-ddms:ddms.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
androidsdk-ddms:ddms.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
androidsdk-hierarchyviewer:hierarchyviewer.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
androidsdk-hierarchyviewer:hierarchyviewer.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 1%
artikulate:kde4__artikulate.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
artikulate:kde4__artikulate.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 2%
bossa:bossa.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
bossa:bossa.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 3%
camitk-imp:camitk-imp.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
camitk-imp:camitk-imp.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 4%
checkbox-gui:checkbox-gui.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
checkbox-gui:checkbox-gui.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 5%
colobot:colobot.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
colobot:colobot.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 5%
core-network-gui:core-gui.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
core-network-gui:core-gui.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 6%
cyclograph-gtk2:cyclograph-gtk.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
cyclograph-gtk2:cyclograph-gtk.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
cyclograph-qt4:cyclograph-qt.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
cyclograph-qt4:cyclograph-qt.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 10%
fcitx-qimpanel-configtool:fcitx-qimpanel-configtool.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
fcitx-qimpanel-configtool:fcitx-qimpanel-configtool.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 17%
gromit-mpx:gromit-mpx.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
gromit-mpx:gromit-mpx.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 18%
hyperrogue:hyperrogue.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
hyperrogue:hyperrogue.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 19%
idle-python3.4:idle-python3.4.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
idle-python3.4:idle-python3.4.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 21%
kde-developer-sdk:kde4__kde-developer-sdk.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
kde-developer-sdk:kde4__kde-developer-sdk.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 22%
kritagemini:kde4__kritagemini.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
kritagemini:kde4__kritagemini.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
kritasketch:kde4__kritasketch.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
kritasketch:kde4__kritasketch.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 27%
libcamitk3-dev:camitk-wizard.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
libcamitk3-dev:camitk-wizard.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 61%
libunity-mir-tests:unity-mir-test-helper-app.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
libunity-mir-tests:unity-mir-test-helper-app.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 66%
light-locker-settings:light-locker-settings.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
light-locker-settings:light-locker-settings.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 66%
ltrsift:ltrsift.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
ltrsift:ltrsift.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 68%
mialmpick:mia-lmpick.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
mialmpick:mia-lmpick.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 71%
noblenote:noblenote.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
noblenote:noblenote.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 72%
nrefactory-samples:nrefactory-demo-swf.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
nrefactory-samples:nrefactory-demo-swf.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
nrefactory-samples:nrefactory-demo-gtk.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
nrefactory-samples:nrefactory-demo-gtk.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
nvpy:nvpy.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
nvpy:nvpy.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 75%
pixelmed-webstart-apps:DicomImageViewer.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DicomImageViewer.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:WatchFolderAndSend.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:WatchFolderAndSend.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DicomImageBlackout.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DicomImageBlackout.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:MediaImporter.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:MediaImporter.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DicomCleaner.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DicomCleaner.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DoseUtility.desktop: parsing X-Apkenr@Aspen:~$ sudo software-center
[sudo] password for kenr:
Traceback (most recent call last):
  File "/usr/bin/software-center", line 128, in <module>
    from softwarecenter.ui.gtk3.app import SoftwareCenterAppGtk3
  File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 106, in <module>
    from softwarecenter.ui.gtk3.panes.installedpane import InstalledPane
  File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/installedpane.py", line 34, in <module>
    from softwarecenter.db.categories import (CategoriesParser,
  File "/usr/share/software-center/softwarecenter/db/categories.py", line 30, in <module>
    import lxml.etree as ET
ImportError: /usr/lib/x86_64-linux-gnu/libxslt.so.1: symbol xmlBufContent, version LIBXML2_2.9.0 not defined in file libxml2.so.2 with link time reference
kenr@Aspen:~$ clear
kenr@Aspen:~$ sudo dpkg --add-architecture i386
kenr@Aspen:~$ sudo apt-get update
Ign http://archive.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease
Ign http://archive.ubuntu.com trusty-backports InRelease
Ign http://archive.ubuntu.com trusty-security InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Hit http://archive.ubuntu.com trusty-updates Release.gpg
Hit http://archive.ubuntu.com trusty-backports Release.gpg
Hit http://archive.ubuntu.com trusty-security Release.gpg
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty-updates Release
Hit http://archive.ubuntu.com trusty-backports Release
Hit http://archive.ubuntu.com trusty-security Release
Hit http://archive.ubuntu.com trusty/restricted Sources
Hit http://archive.ubuntu.com trusty/universe Sources
Hit http://archive.ubuntu.com trusty/multiverse Sources
Hit http://archive.ubuntu.com trusty/main Sources
Hit http://archive.ubuntu.com trusty/main amd64 Packages
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty/universe amd64 Packages
Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty/main i386 Packages
Hit http://archive.ubuntu.com trusty/restricted i386 Packages
Hit http://archive.ubuntu.com trusty/universe i386 Packages
Hit http://archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Hit http://archive.ubuntu.com trusty-updates/restricted Sources
Hit http://archive.ubuntu.com trusty-updates/universe Sources
Hit http://archive.ubuntu.com trusty-updates/multiverse Sources
Hit http://archive.ubuntu.com trusty-updates/main Sources
Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/main i386 Packages
Hit http://archive.ubuntu.com trusty-updates/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-updates/universe i386 Packages
Hit http://archive.ubuntu.com trusty-updates/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-updates/main Translation-en
Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
Hit http://archive.ubuntu.com trusty-backports/main Sources
Hit http://archive.ubuntu.com trusty-backports/restricted Sources
Hit http://archive.ubuntu.com trusty-backports/universe Sources
Hit http://archive.ubuntu.com trusty-backports/multiverse Sources
Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/main i386 Packages
Hit http://archive.ubuntu.com trusty-backports/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-backports/universe i386 Packages
Hit http://archive.ubuntu.com trusty-backports/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-backports/main Translation-en
Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en
Hit http://archive.ubuntu.com trusty-backports/universe Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Sources
Hit http://archive.ubuntu.com trusty-security/universe Sources
Hit http://archive.ubuntu.com trusty-security/multiverse Sources
Hit http://archive.ubuntu.com trusty-security/main Sources
Hit http://archive.ubuntu.com trusty-security/main amd64 Packages
Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-security/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-security/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty-security/main i386 Packages
Hit http://archive.ubuntu.com trusty-security/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-security/universe i386 Packages
Hit http://archive.ubuntu.com trusty-security/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-security/main Translation-en
Hit http://archive.ubuntu.com trusty-security/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Translation-en
Hit http://archive.ubuntu.com trusty-security/universe Translation-en
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/main Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/main Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-security/main Translation-en_US
Ign http://archive.ubuntu.com trusty-security/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-security/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-security/universe Translation-en_US
Reading package lists... Done
kenr@Aspen:~$ sudo rm /usr/lib/python*/dist-packages/__pycache__/*pyc
kenr@Aspen:~$ sudo apt-get install --reinstall python3-gi
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 154 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main python3-gi amd64 3.12.0-1 [154 kB]
Fetched 154 kB in 0s (392 kB/s)
(Reading database ... 202033 files and directories currently installed.)
Preparing to unpack .../python3-gi_3.12.0-1_amd64.deb ...
Unpacking python3-gi (3.12.0-1) over (3.12.0-1) ...
Setting up python3-gi (3.12.0-1) ...
Processing triggers for libc-bin (2.19-0ubuntu6) ...
/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libxslt.so.1 is not a symbolic link

kenr@Aspen:~$ sudo apt-get purge software-center
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  gir1.2-gmenu-3.0 laptop-detect oneconf oneconf-common python-debtagshw
  python-oneconf python-piston-mini-client python3-oneconf
  python3-piston-mini-client software-center-aptdaemon-plugins
  ubuntu-extras-keyring
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  software-center*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 3,015 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 202032 files and directories currently installed.)
Removing software-center (13.10-0ubuntu4.1) ...
Purging configuration files for software-center (13.10-0ubuntu4.1) ...
dpkg: warning: while removing software-center, directory '/usr/share/software-center/softwarecenter/ui/gtk3/views' not empty so not removed
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
kenr@Aspen:~$ rm -rf ~/.cache/software-center
kenr@Aspen:~$ rm -rf ~/.config/software-center
kenr@Aspen:~$ rm -rf ~/.cache/update-manager-core
kenr@Aspen:~$ sudo rm /var/lib/apt-xapian-index/cataloged_times.p
kenr@Aspen:~$ sudo rm /var/lib/apt-xapian-index/values
kenr@Aspen:~$ sudo update-apt-xapian-index --verbose --force
Reading plugin /usr/share/apt-xapian-index/plugins/aliases.py.
Reading plugin /usr/share/apt-xapian-index/plugins/app-install.py.
Reading plugin /usr/share/apt-xapian-index/plugins/apttags.py.
Reading plugin /usr/share/apt-xapian-index/plugins/cataloged_time.py.
Reading plugin /usr/share/apt-xapian-index/plugins/debtags.py.
Reading plugin /usr/share/apt-xapian-index/plugins/descriptions.py.
Reading plugin /usr/share/apt-xapian-index/plugins/relations.py.
Reading plugin /usr/share/apt-xapian-index/plugins/sections.py.
Reading plugin /usr/share/apt-xapian-index/plugins/sizes.py.
Reading plugin /usr/share/apt-xapian-index/plugins/template.py.
Reading plugin /usr/share/apt-xapian-index/plugins/translated-desc.py.
Most recent dataset: Mon Jul 28 08:46:01 2014.
Most recent update for: Mon Jul 28 07:55:33 2014.
Aggregating value information.
Initializing plugins.
Reading .desktop files from /usr/share/app-install/desktop/: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_multiverse_i18n_Translation-en: done.
Rebuilding Xapian index... 0%
androidsdk-ddms:ddms.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
androidsdk-ddms:ddms.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
androidsdk-hierarchyviewer:hierarchyviewer.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
androidsdk-hierarchyviewer:hierarchyviewer.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 1%
artikulate:kde4__artikulate.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
artikulate:kde4__artikulate.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 2%
bossa:bossa.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
bossa:bossa.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 3%
camitk-imp:camitk-imp.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
camitk-imp:camitk-imp.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 4%
checkbox-gui:checkbox-gui.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
checkbox-gui:checkbox-gui.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 5%
colobot:colobot.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
colobot:colobot.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 5%
core-network-gui:core-gui.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
core-network-gui:core-gui.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 6%
cyclograph-gtk2:cyclograph-gtk.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
cyclograph-gtk2:cyclograph-gtk.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
cyclograph-qt4:cyclograph-qt.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
cyclograph-qt4:cyclograph-qt.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 10%
fcitx-qimpanel-configtool:fcitx-qimpanel-configtool.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
fcitx-qimpanel-configtool:fcitx-qimpanel-configtool.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 17%
gromit-mpx:gromit-mpx.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
gromit-mpx:gromit-mpx.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 18%
hyperrogue:hyperrogue.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
hyperrogue:hyperrogue.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 19%
idle-python3.4:idle-python3.4.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
idle-python3.4:idle-python3.4.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 21%
kde-developer-sdk:kde4__kde-developer-sdk.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
kde-developer-sdk:kde4__kde-developer-sdk.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 22%
kritagemini:kde4__kritagemini.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
kritagemini:kde4__kritagemini.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
kritasketch:kde4__kritasketch.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
kritasketch:kde4__kritasketch.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 27%
libcamitk3-dev:camitk-wizard.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
libcamitk3-dev:camitk-wizard.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 61%
libunity-mir-tests:unity-mir-test-helper-app.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
libunity-mir-tests:unity-mir-test-helper-app.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 66%
light-locker-settings:light-locker-settings.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
light-locker-settings:light-locker-settings.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 66%
ltrsift:ltrsift.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
ltrsift:ltrsift.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 68%
mialmpick:mia-lmpick.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
mialmpick:mia-lmpick.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 71%
noblenote:noblenote.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
noblenote:noblenote.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 72%
nrefactory-samples:nrefactory-demo-swf.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
nrefactory-samples:nrefactory-demo-swf.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
nrefactory-samples:nrefactory-demo-gtk.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
nrefactory-samples:nrefactory-demo-gtk.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
nvpy:nvpy.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
nvpy:nvpy.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 75%
pixelmed-webstart-apps:DicomImageViewer.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DicomImageViewer.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:WatchFolderAndSend.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:WatchFolderAndSend.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DicomImageBlackout.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DicomImageBlackout.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:MediaImporter.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:MediaImporter.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DicomCleaner.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DicomCleaner.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DoseUtility.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DoseUtility.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:ConvertAmicasJPEG2000FilesetToDicom.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:ConvertAmicasJPEG2000FilesetToDicom.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 76%
plm:plm.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
plm:plm.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 76%
postbooks-updater:postbooks-updater.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
postbooks-updater:postbooks-updater.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 77%
pumpa:pumpa.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pumpa:pumpa.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 77%
pycorrfit:pycorrfit.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pycorrfit:pycorrfit.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pylang:pylang.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pylang:pylang.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 83%
python3-windowmocker:window-mocker3.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
python3-windowmocker:window-mocker3.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 88%
seahorse-adventures:seahorse-adventures.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
seahorse-adventures:seahorse-adventures.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 89%
sonic-visualiser:sonic-visualiser.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
sonic-visualiser:sonic-visualiser.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 90%
sugar-emulator-0.98:sugar-emulator.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
sugar-emulator-0.98:sugar-emulator.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 94%
uhexen2:uhexen2.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
uhexen2:uhexen2.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 94%
unity-scope-tool:unity-scope-tool.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
unity-scope-tool:unity-scope-tool.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 95%
view3dscene:view3dscene.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
view3dscene:view3dscene.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 99%
yi:yi-vim.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
yi:yi-vim.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
yi:yi-emacs.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
yi:yi-emacs.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 99%
zita-bls1:zita-bls1.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
zita-bls1:zita-bls1.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index: done.
Installing the new index.
Removing old index /var/cache/apt-xapian-index/index.1.
Writing value information to /var/lib/apt-xapian-index/values.
Writing prefix information to /var/lib/apt-xapian-index/prefixes.
Writing documentation to /var/lib/apt-xapian-index/README.
kenr@Aspen:~$ sudo update-apt-xapian-index --force
The index /var/lib/apt-xapian-index is up to date, but rebuilding anyway as requested.
Reading .desktop files from /usr/share/app-install/desktop/: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_multiverse_i18n_Translation-en: done.
Rebuilding Xapian index: done.
kenr@Aspen:~$ sudo apt-get update
Ign http://archive.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease
Ign http://archive.ubuntu.com trusty-backports InRelease
Ign http://archive.ubuntu.com trusty-security InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Hit http://archive.ubuntu.com trusty-updates Release.gpg
Get:1 http://archive.ubuntu.com trusty-backports Release.gpg [933 B]
Hit http://archive.ubuntu.com trusty-security Release.gpg
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty-updates Release
Get:2 http://archive.ubuntu.com trusty-backports Release [58.6 kB]
Hit http://archive.ubuntu.com trusty-security Release
Hit http://archive.ubuntu.com trusty/restricted Sources
Hit http://archive.ubuntu.com trusty/universe Sources
Hit http://archive.ubuntu.com trusty/multiverse Sources
Hit http://archive.ubuntu.com trusty/main Sources
Hit http://archive.ubuntu.com trusty/main amd64 Packages
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty/universe amd64 Packages
Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty/main i386 Packages
Hit http://archive.ubuntu.com trusty/restricted i386 Packages
Hit http://archive.ubuntu.com trusty/universe i386 Packages
Hit http://archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Hit http://archive.ubuntu.com trusty-updates/restricted Sources
Hit http://archive.ubuntu.com trusty-updates/universe Sources
Hit http://archive.ubuntu.com trusty-updates/multiverse Sources
Hit http://archive.ubuntu.com trusty-updates/main Sources
Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/main i386 Packages
Hit http://archive.ubuntu.com trusty-updates/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-updates/universe i386 Packages
Hit http://archive.ubuntu.com trusty-updates/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-updates/main Translation-en
Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
Get:3 http://archive.ubuntu.com trusty-backports/main Sources [2,357 B]
Get:4 http://archive.ubuntu.com trusty-backports/restricted Sources [14 B]
Get:5 http://archive.ubuntu.com trusty-backports/universe Sources [10.3 kB]
Get:6 http://archive.ubuntu.com trusty-backports/multiverse Sources [768 B]
Get:7 http://archive.ubuntu.com trusty-backports/main amd64 Packages [3,785 B]
Get:8 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [14 B]
Get:9 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [12.8 kB]
Get:10 http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages [619 B]
Get:11 http://archive.ubuntu.com trusty-backports/main i386 Packages [3,801 B]
Get:12 http://archive.ubuntu.com trusty-backports/restricted i386 Packages [14 B]
Get:13 http://archive.ubuntu.com trusty-backports/universe i386 Packages [12.8 kB]
Get:14 http://archive.ubuntu.com trusty-backports/multiverse i386 Packages [619 B]
Hit http://archive.ubuntu.com trusty-backports/main Translation-en
Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en
Hit http://archive.ubuntu.com trusty-backports/universe Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Sources
Hit http://archive.ubuntu.com trusty-security/universe Sources
Hit http://archive.ubuntu.com trusty-security/multiverse Sources
Hit http://archive.ubuntu.com trusty-security/main Sources
Hit http://archive.ubuntu.com trusty-security/main amd64 Packages
Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-security/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-security/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty-security/main i386 Packages
Hit http://archive.ubuntu.com trusty-security/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-security/universe i386 Packages
Hit http://archive.ubuntu.com trusty-security/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-security/main Translation-en
Hit http://archive.ubuntu.com trusty-security/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Translation-en
Hit http://archive.ubuntu.com trusty-security/universe Translation-en
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/main Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/main Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-security/main Translation-en_US
Ign http://archive.ubuntu.com trusty-security/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-security/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-security/universe Translation-en_US
Fetched 107 kB in 21s (5,008 B/s)
Reading package lists... Done
kenr@Aspen:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  gir1.2-gmenu-3.0 laptop-detect oneconf oneconf-common python-debtagshw
  python-oneconf python-piston-mini-client python3-oneconf
  python3-piston-mini-client software-center-aptdaemon-plugins
  ubuntu-extras-keyring
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
kenr@Aspen:~$ sudo apt-get install software-center ubuntu-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  printer-driver-min12xxw printer-driver-pnm2ppa
Suggested packages:
  magicfilter apsfilter
The following NEW packages will be installed:
  printer-driver-min12xxw printer-driver-pnm2ppa software-center
  ubuntu-desktop
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 548 kB of archives.
After this operation, 4,128 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main printer-driver-min12xxw amd64 0.0.9-8ubuntu1 [45.1 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main printer-driver-pnm2ppa amd64 1.13+nondbs-0ubuntu4 [174 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main software-center all 13.10-0ubuntu4.1 [325 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main ubuntu-desktop amd64 1.325 [3,758 B]
Fetched 548 kB in 0s (573 kB/s)
Preconfiguring packages ...
Selecting previously unselected package printer-driver-min12xxw.
(Reading database ... 201764 files and directories currently installed.)
Preparing to unpack .../printer-driver-min12xxw_0.0.9-8ubuntu1_amd64.deb ...
Unpacking printer-driver-min12xxw (0.0.9-8ubuntu1) ...
Selecting previously unselected package printer-driver-pnm2ppa.
Preparing to unpack .../printer-driver-pnm2ppa_1.13+nondbs-0ubuntu4_amd64.deb ...
Unpacking printer-driver-pnm2ppa (1.13+nondbs-0ubuntu4) ...
Selecting previously unselected package software-center.
Preparing to unpack .../software-center_13.10-0ubuntu4.1_all.deb ...
Unpacking software-center (13.10-0ubuntu4.1) ...
Selecting previously unselected package ubuntu-desktop.
Preparing to unpack .../ubuntu-desktop_1.325_amd64.deb ...
Unpacking ubuntu-desktop (1.325) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for doc-base (0.10.5) ...
Processing 3 added doc-base files...
Registering documents with scrollkeeper...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Setting up printer-driver-min12xxw (0.0.9-8ubuntu1) ...
Setting up printer-driver-pnm2ppa (1.13+nondbs-0ubuntu4) ...
Setting up software-center (13.10-0ubuntu4.1) ...
Updating software catalog...this may take a moment.
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
Software catalog update was successful.
Setting up ubuntu-desktop (1.325) ...
kenr@Aspen:~$ sudo dpkg-reconfigure software-center --force
Updating software catalog...this may take a moment.
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
Software catalog update was successful.
kenr@Aspen:~$ sudo update-software-center
Updating software catalog...this may take a moment.
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
Software catalog update was successful.
kenr@Aspen:~$ sudo apt-get install --reinstall software-center
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/325 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 202122 files and directories currently installed.)
Preparing to unpack .../software-center_13.10-0ubuntu4.1_all.deb ...
Unpacking software-center (13.10-0ubuntu4.1) over (13.10-0ubuntu4.1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up software-center (13.10-0ubuntu4.1) ...
Updating software catalog...this may take a moment.
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
Software catalog update was successful.
kenr@Aspen:~$
pInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:DoseUtility.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:ConvertAmicasJPEG2000FilesetToDicom.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pixelmed-webstart-apps:ConvertAmicasJPEG2000FilesetToDicom.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 76%
plm:plm.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
plm:plm.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 76%
postbooks-updater:postbooks-updater.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
postbooks-updater:postbooks-updater.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 77%
pumpa:pumpa.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pumpa:pumpa.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 77%
pycorrfit:pycorrfit.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pycorrfit:pycorrfit.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pylang:pylang.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
pylang:pylang.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 83%
python3-windowmocker:window-mocker3.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
python3-windowmocker:window-mocker3.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 88%
seahorse-adventures:seahorse-adventures.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
seahorse-adventures:seahorse-adventures.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 89%
sonic-visualiser:sonic-visualiser.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
sonic-visualiser:sonic-visualiser.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 90%
sugar-emulator-0.98:sugar-emulator.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
sugar-emulator-0.98:sugar-emulator.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 94%
uhexen2:uhexen2.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
uhexen2:uhexen2.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 94%
unity-scope-tool:unity-scope-tool.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
unity-scope-tool:unity-scope-tool.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 95%
view3dscene:view3dscene.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
view3dscene:view3dscene.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 99%
yi:yi-vim.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
yi:yi-vim.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
yi:yi-emacs.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
yi:yi-emacs.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index... 99%
zita-bls1:zita-bls1.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
zita-bls1:zita-bls1.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: ''
Rebuilding Xapian index: done.
Installing the new index.
Removing old index /var/cache/apt-xapian-index/index.1.
Writing value information to /var/lib/apt-xapian-index/values.
Writing prefix information to /var/lib/apt-xapian-index/prefixes.
Writing documentation to /var/lib/apt-xapian-index/README.
kenr@Aspen:~$ sudo update-apt-xapian-index --force
The index /var/lib/apt-xapian-index is up to date, but rebuilding anyway as requested.
Reading .desktop files from /usr/share/app-install/desktop/: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_multiverse_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_universe_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-backports_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_main_i18n_Translation-en: done.
Reading en translations from /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_multiverse_i18n_Translation-en: done.
Rebuilding Xapian index: done.
kenr@Aspen:~$ sudo apt-get update
Ign http://archive.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease
Ign http://archive.ubuntu.com trusty-backports InRelease
Ign http://archive.ubuntu.com trusty-security InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Hit http://archive.ubuntu.com trusty-updates Release.gpg
Get:1 http://archive.ubuntu.com trusty-backports Release.gpg [933 B]
Hit http://archive.ubuntu.com trusty-security Release.gpg
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty-updates Release
Get:2 http://archive.ubuntu.com trusty-backports Release [58.6 kB]
Hit http://archive.ubuntu.com trusty-security Release
Hit http://archive.ubuntu.com trusty/restricted Sources
Hit http://archive.ubuntu.com trusty/universe Sources
Hit http://archive.ubuntu.com trusty/multiverse Sources
Hit http://archive.ubuntu.com trusty/main Sources
Hit http://archive.ubuntu.com trusty/main amd64 Packages
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty/universe amd64 Packages
Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty/main i386 Packages
Hit http://archive.ubuntu.com trusty/restricted i386 Packages
Hit http://archive.ubuntu.com trusty/universe i386 Packages
Hit http://archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Hit http://archive.ubuntu.com trusty-updates/restricted Sources
Hit http://archive.ubuntu.com trusty-updates/universe Sources
Hit http://archive.ubuntu.com trusty-updates/multiverse Sources
Hit http://archive.ubuntu.com trusty-updates/main Sources
Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/main i386 Packages
Hit http://archive.ubuntu.com trusty-updates/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-updates/universe i386 Packages
Hit http://archive.ubuntu.com trusty-updates/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-updates/main Translation-en
Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
Get:3 http://archive.ubuntu.com trusty-backports/main Sources [2,357 B]
Get:4 http://archive.ubuntu.com trusty-backports/restricted Sources [14 B]
Get:5 http://archive.ubuntu.com trusty-backports/universe Sources [10.3 kB]
Get:6 http://archive.ubuntu.com trusty-backports/multiverse Sources [768 B]
Get:7 http://archive.ubuntu.com trusty-backports/main amd64 Packages [3,785 B]
Get:8 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [14 B]
Get:9 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [12.8 kB]
Get:10 http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages [619 B]
Get:11 http://archive.ubuntu.com trusty-backports/main i386 Packages [3,801 B]
Get:12 http://archive.ubuntu.com trusty-backports/restricted i386 Packages [14 B]
Get:13 http://archive.ubuntu.com trusty-backports/universe i386 Packages [12.8 kB]
Get:14 http://archive.ubuntu.com trusty-backports/multiverse i386 Packages [619 B]
Hit http://archive.ubuntu.com trusty-backports/main Translation-en
Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en
Hit http://archive.ubuntu.com trusty-backports/universe Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Sources
Hit http://archive.ubuntu.com trusty-security/universe Sources
Hit http://archive.ubuntu.com trusty-security/multiverse Sources
Hit http://archive.ubuntu.com trusty-security/main Sources
Hit http://archive.ubuntu.com trusty-security/main amd64 Packages
Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-security/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-security/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty-security/main i386 Packages
Hit http://archive.ubuntu.com trusty-security/restricted i386 Packages
Hit http://archive.ubuntu.com trusty-security/universe i386 Packages
Hit http://archive.ubuntu.com trusty-security/multiverse i386 Packages
Hit http://archive.ubuntu.com trusty-security/main Translation-en
Hit http://archive.ubuntu.com trusty-security/multiverse Translation-en
Hit http://archive.ubuntu.com trusty-security/restricted Translation-en
Hit http://archive.ubuntu.com trusty-security/universe Translation-en
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/main Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-updates/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/main Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-backports/universe Translation-en_US
Ign http://archive.ubuntu.com trusty-security/main Translation-en_US
Ign http://archive.ubuntu.com trusty-security/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty-security/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty-security/universe Translation-en_US
Fetched 107 kB in 21s (5,008 B/s)
Reading package lists... Done
kenr@Aspen:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  gir1.2-gmenu-3.0 laptop-detect oneconf oneconf-common python-debtagshw
  python-oneconf python-piston-mini-client python3-oneconf
  python3-piston-mini-client software-center-aptdaemon-plugins
  ubuntu-extras-keyring
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
kenr@Aspen:~$ sudo apt-get install software-center ubuntu-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  printer-driver-min12xxw printer-driver-pnm2ppa
Suggested packages:
  magicfilter apsfilter
The following NEW packages will be installed:
  printer-driver-min12xxw printer-driver-pnm2ppa software-center
  ubuntu-desktop
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 548 kB of archives.
After this operation, 4,128 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main printer-driver-min12xxw amd64 0.0.9-8ubuntu1 [45.1 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main printer-driver-pnm2ppa amd64 1.13+nondbs-0ubuntu4 [174 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main software-center all 13.10-0ubuntu4.1 [325 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main ubuntu-desktop amd64 1.325 [3,758 B]
Fetched 548 kB in 0s (573 kB/s)
Preconfiguring packages ...
Selecting previously unselected package printer-driver-min12xxw.
(Reading database ... 201764 files and directories currently installed.)
Preparing to unpack .../printer-driver-min12xxw_0.0.9-8ubuntu1_amd64.deb ...
Unpacking printer-driver-min12xxw (0.0.9-8ubuntu1) ...
Selecting previously unselected package printer-driver-pnm2ppa.
Preparing to unpack .../printer-driver-pnm2ppa_1.13+nondbs-0ubuntu4_amd64.deb ...
Unpacking printer-driver-pnm2ppa (1.13+nondbs-0ubuntu4) ...
Selecting previously unselected package software-center.
Preparing to unpack .../software-center_13.10-0ubuntu4.1_all.deb ...
Unpacking software-center (13.10-0ubuntu4.1) ...
Selecting previously unselected package ubuntu-desktop.
Preparing to unpack .../ubuntu-desktop_1.325_amd64.deb ...
Unpacking ubuntu-desktop (1.325) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for doc-base (0.10.5) ...
Processing 3 added doc-base files...
Registering documents with scrollkeeper...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Setting up printer-driver-min12xxw (0.0.9-8ubuntu1) ...
Setting up printer-driver-pnm2ppa (1.13+nondbs-0ubuntu4) ...
Setting up software-center (13.10-0ubuntu4.1) ...
Updating software catalog...this may take a moment.
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
Software catalog update was successful.
Setting up ubuntu-desktop (1.325) ...
kenr@Aspen:~$ sudo dpkg-reconfigure software-center --force
Updating software catalog...this may take a moment.
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
Software catalog update was successful.
kenr@Aspen:~$ sudo update-software-center
Updating software catalog...this may take a moment.
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
Software catalog update was successful.
kenr@Aspen:~$ sudo apt-get install --reinstall software-center
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/325 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 202122 files and directories currently installed.)
Preparing to unpack .../software-center_13.10-0ubuntu4.1_all.deb ...
Unpacking software-center (13.10-0ubuntu4.1) over (13.10-0ubuntu4.1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up software-center (13.10-0ubuntu4.1) ...
Updating software catalog...this may take a moment.
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
Software catalog update was successful.
kenr@Aspen:~$

Revision history for this message
Ken Rawlings (rnek11) said :
#10

Have rebooted and retested:
- Load of icon from dash reflects busy/loading for a moment then stops.
- Load from term window reflects same error.

kenr@Aspen:~$ sudo software-center
[sudo] password for kenr:
Traceback (most recent call last):
  File "/usr/bin/software-center", line 128, in <module>
    from softwarecenter.ui.gtk3.app import SoftwareCenterAppGtk3
  File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 106, in <module>
    from softwarecenter.ui.gtk3.panes.installedpane import InstalledPane
  File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/installedpane.py", line 34, in <module>
    from softwarecenter.db.categories import (CategoriesParser,
  File "/usr/share/software-center/softwarecenter/db/categories.py", line 30, in <module>
    import lxml.etree as ET
ImportError: /usr/lib/x86_64-linux-gnu/libxslt.so.1: symbol xmlBufContent, version LIBXML2_2.9.0 not defined in file libxml2.so.2 with link time reference
kenr@Aspen:~$

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#11

What is the output of these commands?

apt-cache policy libxslt1.1

apt-cache policy libxml2

apt-cache policy python-lxml

apt-cache policy python-libxml2

Revision history for this message
Ken Rawlings (rnek11) said :
#12

kenr@Aspen:~$ apt-cache policy libxslt1.1
libxslt1.1:
  Installed: 1.1.28-2build1
  Candidate: 1.1.28-2build1
  Version table:
 *** 1.1.28-2build1 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
kenr@Aspen:~$ apt-cache policy libxml2
libxml2:
  Installed: 2.9.1+dfsg1-3ubuntu4.3
  Candidate: 2.9.1+dfsg1-3ubuntu4.3
  Version table:
 *** 2.9.1+dfsg1-3ubuntu4.3 0
        500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        500 http://archive.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
        100 /var/lib/dpkg/status
     2.9.1+dfsg1-3ubuntu4 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
kenr@Aspen:~$ apt-cache policy python-lxml
python-lxml:
  Installed: 3.3.3-1ubuntu0.1
  Candidate: 3.3.3-1ubuntu0.1
  Version table:
 *** 3.3.3-1ubuntu0.1 0
        500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        500 http://archive.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
        100 /var/lib/dpkg/status
     3.3.3-1 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
kenr@Aspen:~$ apt-cache policy python-libxml2
python-libxml2:
  Installed: 2.9.1+dfsg1-3ubuntu4.3
  Candidate: 2.9.1+dfsg1-3ubuntu4.3
  Version table:
 *** 2.9.1+dfsg1-3ubuntu4.3 0
        500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        500 http://archive.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
        100 /var/lib/dpkg/status
     2.9.1+dfsg1-3ubuntu4 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
kenr@Aspen:~$

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#13

OK, I suggest reporting a new bug and also referring to this thread in the new bugreport...

Revision history for this message
Ken Rawlings (rnek11) said :
#14

Thanks for your time. Ken

On 7/28/14, Mark Rijckenberg <email address hidden> wrote:
> Your question #252261 on software-center in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/software-center/+question/252261
>
> Mark Rijckenberg posted a new comment:
> OK, I suggest reporting a new bug and also referring to this thread in
> the new bugreport...
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#15

From your output:

"Processing triggers for libc-bin (2.19-0ubuntu6) ...
/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libxslt.so.1 is not a symbolic link"

The Ubuntu-provided libxslt.so.1 should be a link to libxslt.so.1.1.28, but apparently on your system it isn't.

What is the output of

file /usr/lib/x86_64-linux-gnu/libxslt.so.1
ls -l /usr/lib/x86_64-linux-gnu/libxslt*
sudo updatedb
locate libxslt

Revision history for this message
Ken Rawlings (rnek11) said :
#16

kenr@Aspen:~$ sudo file /usr/lib/x86_64-linux-gnu/libxslt.so.1
[sudo] password for kenr:
/usr/lib/x86_64-linux-gnu/libxslt.so.1: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
kenr@Aspen:~$ ls -l /usr/lib/x86_64-linux-gnu/libxslt*
-rw-r--r-- 1 root root 442434 Feb 23 07:38 /usr/lib/x86_64-linux-gnu/libxslt.a
-rwxr-xr-x 1 root root 918775 Jul 21 15:22 /usr/lib/x86_64-linux-gnu/libxslt.so.1
-rwxr-xr-x 1 root root 918775 Jul 21 17:26 /usr/lib/x86_64-linux-gnu/libxslt.so.1.BAK
kenr@Aspen:~$ sudo updatedb
kenr@Aspen:~$ locate libxslt
/home/kenr/.local/share/Trash/files/libxslt1.1_1.1.28-2build1_amd64.deb
/home/kenr/.local/share/Trash/files/libxslt_1.1.28-2build1.debian.tar
/home/kenr/.local/share/Trash/info/libxslt1.1_1.1.28-2build1_amd64.deb.trashinfo
/home/kenr/.local/share/Trash/info/libxslt_1.1.28-2build1.debian.tar.trashinfo
/opt/libreoffice4.2/program/libxslt.so.1
/opt/libreoffice4.2/program/libxsltdlglo.so
/opt/libreoffice4.2/program/libxsltfilterlo.so
/usr/include/libxslt
/usr/include/libxslt/attributes.h
/usr/include/libxslt/documents.h
/usr/include/libxslt/extensions.h
/usr/include/libxslt/extra.h
/usr/include/libxslt/functions.h
/usr/include/libxslt/imports.h
/usr/include/libxslt/keys.h
/usr/include/libxslt/namespaces.h
/usr/include/libxslt/numbersInternals.h
/usr/include/libxslt/pattern.h
/usr/include/libxslt/preproc.h
/usr/include/libxslt/security.h
/usr/include/libxslt/templates.h
/usr/include/libxslt/transform.h
/usr/include/libxslt/variables.h
/usr/include/libxslt/xslt.h
/usr/include/libxslt/xsltInternals.h
/usr/include/libxslt/xsltconfig.h
/usr/include/libxslt/xsltexports.h
/usr/include/libxslt/xsltlocale.h
/usr/include/libxslt/xsltutils.h
/usr/lib/libreoffice/program/libxsltdlglo.so
/usr/lib/libreoffice/program/libxsltfilterlo.so
/usr/lib/x86_64-linux-gnu/libxslt.a
/usr/lib/x86_64-linux-gnu/libxslt.so.1
/usr/lib/x86_64-linux-gnu/libxslt.so.1.BAK
/usr/lib/x86_64-linux-gnu/pkgconfig/libxslt.pc
/usr/share/aclocal/libxslt.m4
/usr/share/doc/libxslt1-dev
/usr/share/doc/libxslt1.1
/usr/share/doc/libxslt1-dev/API.html
/usr/share/doc/libxslt1-dev/APIchunk0.html
/usr/share/doc/libxslt1-dev/APIchunk1.html
/usr/share/doc/libxslt1-dev/APIchunk10.html
/usr/share/doc/libxslt1-dev/APIchunk11.html
/usr/share/doc/libxslt1-dev/APIchunk12.html
/usr/share/doc/libxslt1-dev/APIchunk13.html
/usr/share/doc/libxslt1-dev/APIchunk2.html
/usr/share/doc/libxslt1-dev/APIchunk3.html
/usr/share/doc/libxslt1-dev/APIchunk4.html
/usr/share/doc/libxslt1-dev/APIchunk5.html
/usr/share/doc/libxslt1-dev/APIchunk6.html
/usr/share/doc/libxslt1-dev/APIchunk7.html
/usr/share/doc/libxslt1-dev/APIchunk8.html
/usr/share/doc/libxslt1-dev/APIchunk9.html
/usr/share/doc/libxslt1-dev/APIconstructors.html
/usr/share/doc/libxslt1-dev/APIfiles.html
/usr/share/doc/libxslt1-dev/APIfunctions.html
/usr/share/doc/libxslt1-dev/APIsymbols.html
/usr/share/doc/libxslt1-dev/AUTHORS
/usr/share/doc/libxslt1-dev/EXSLT
/usr/share/doc/libxslt1-dev/FAQ.html
/usr/share/doc/libxslt1-dev/FEATURES.gz
/usr/share/doc/libxslt1-dev/Libxslt-Logo-180x168.gif
/usr/share/doc/libxslt1-dev/Libxslt-Logo-90x34.gif
/usr/share/doc/libxslt1-dev/NEWS.gz
/usr/share/doc/libxslt1-dev/README
/usr/share/doc/libxslt1-dev/TODO
/usr/share/doc/libxslt1-dev/bugs.html
/usr/share/doc/libxslt1-dev/changelog.Debian.gz
/usr/share/doc/libxslt1-dev/contexts.gif
/usr/share/doc/libxslt1-dev/contribs.html
/usr/share/doc/libxslt1-dev/copyright
/usr/share/doc/libxslt1-dev/docbook.html
/usr/share/doc/libxslt1-dev/docs.html
/usr/share/doc/libxslt1-dev/downloads.html
/usr/share/doc/libxslt1-dev/exslt.html
/usr/share/doc/libxslt1-dev/extensions.html
/usr/share/doc/libxslt1-dev/help.html
/usr/share/doc/libxslt1-dev/html
/usr/share/doc/libxslt1-dev/index.html
/usr/share/doc/libxslt1-dev/internals.html
/usr/share/doc/libxslt1-dev/intro.html
/usr/share/doc/libxslt1-dev/libexslt-api.xml.gz
/usr/share/doc/libxslt1-dev/libexslt-refs.xml.gz
/usr/share/doc/libxslt1-dev/libxslt-api.xml.gz
/usr/share/doc/libxslt1-dev/libxslt-refs.xml.gz
/usr/share/doc/libxslt1-dev/news.html
/usr/share/doc/libxslt1-dev/node.gif
/usr/share/doc/libxslt1-dev/object.gif
/usr/share/doc/libxslt1-dev/processing.gif
/usr/share/doc/libxslt1-dev/python.html
/usr/share/doc/libxslt1-dev/redhat.gif
/usr/share/doc/libxslt1-dev/smallfootonly.gif
/usr/share/doc/libxslt1-dev/stylesheet.gif
/usr/share/doc/libxslt1-dev/templates.gif
/usr/share/doc/libxslt1-dev/tutorial
/usr/share/doc/libxslt1-dev/tutorial2
/usr/share/doc/libxslt1-dev/xslt.html
/usr/share/doc/libxslt1-dev/xsltproc.html
/usr/share/doc/libxslt1-dev/xsltproc2.html
/usr/share/doc/libxslt1-dev/EXSLT/html
/usr/share/doc/libxslt1-dev/EXSLT/html/book1.html
/usr/share/doc/libxslt1-dev/EXSLT/html/home.png
/usr/share/doc/libxslt1-dev/EXSLT/html/index.html
/usr/share/doc/libxslt1-dev/EXSLT/html/left.png
/usr/share/doc/libxslt1-dev/EXSLT/html/libexslt-exslt.html
/usr/share/doc/libxslt1-dev/EXSLT/html/libexslt-exsltexports.html
/usr/share/doc/libxslt1-dev/EXSLT/html/libexslt-lib.html
/usr/share/doc/libxslt1-dev/EXSLT/html/right.png
/usr/share/doc/libxslt1-dev/EXSLT/html/up.png
/usr/share/doc/libxslt1-dev/html/book1.html
/usr/share/doc/libxslt1-dev/html/home.png
/usr/share/doc/libxslt1-dev/html/index.html
/usr/share/doc/libxslt1-dev/html/left.png
/usr/share/doc/libxslt1-dev/html/libxslt-attributes.html
/usr/share/doc/libxslt1-dev/html/libxslt-documents.html
/usr/share/doc/libxslt1-dev/html/libxslt-extensions.html
/usr/share/doc/libxslt1-dev/html/libxslt-extra.html
/usr/share/doc/libxslt1-dev/html/libxslt-functions.html
/usr/share/doc/libxslt1-dev/html/libxslt-imports.html
/usr/share/doc/libxslt1-dev/html/libxslt-keys.html
/usr/share/doc/libxslt1-dev/html/libxslt-lib.html
/usr/share/doc/libxslt1-dev/html/libxslt-namespaces.html
/usr/share/doc/libxslt1-dev/html/libxslt-numbersInternals.html
/usr/share/doc/libxslt1-dev/html/libxslt-pattern.html
/usr/share/doc/libxslt1-dev/html/libxslt-preproc.html
/usr/share/doc/libxslt1-dev/html/libxslt-security.html
/usr/share/doc/libxslt1-dev/html/libxslt-templates.html
/usr/share/doc/libxslt1-dev/html/libxslt-transform.html
/usr/share/doc/libxslt1-dev/html/libxslt-variables.html
/usr/share/doc/libxslt1-dev/html/libxslt-xslt.html
/usr/share/doc/libxslt1-dev/html/libxslt-xsltInternals.html
/usr/share/doc/libxslt1-dev/html/libxslt-xsltexports.html
/usr/share/doc/libxslt1-dev/html/libxslt-xsltlocale.html
/usr/share/doc/libxslt1-dev/html/libxslt-xsltutils.html
/usr/share/doc/libxslt1-dev/html/right.png
/usr/share/doc/libxslt1-dev/html/up.pngkenr@Aspen:~$ sudo file /usr/lib/x86_64-linux-gnu/libxslt.so.1
[sudo] password for kenr:
/usr/lib/x86_64-linux-gnu/libxslt.so.1: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
kenr@Aspen:~$ ls -l /usr/lib/x86_64-linux-gnu/libxslt*
-rw-r--r-- 1 root root 442434 Feb 23 07:38 /usr/lib/x86_64-linux-gnu/libxslt.a
-rwxr-xr-x 1 root root 918775 Jul 21 15:22 /usr/lib/x86_64-linux-gnu/libxslt.so.1
-rwxr-xr-x 1 root root 918775 Jul 21 17:26 /usr/lib/x86_64-linux-gnu/libxslt.so.1.BAK
kenr@Aspen:~$ sudo updatedb
kenr@Aspen:~$ locate libxslt
/home/kenr/.local/share/Trash/files/libxslt1.1_1.1.28-2build1_amd64.deb
/home/kenr/.local/share/Trash/files/libxslt_1.1.28-2build1.debian.tar
/home/kenr/.local/share/Trash/info/libxslt1.1_1.1.28-2build1_amd64.deb.trashinfo
/home/kenr/.local/share/Trash/info/libxslt_1.1.28-2build1.debian.tar.trashinfo
/opt/libreoffice4.2/program/libxslt.so.1
/opt/libreoffice4.2/program/libxsltdlglo.so
/opt/libreoffice4.2/program/libxsltfilterlo.so
/usr/include/libxslt
/usr/include/libxslt/attributes.h
/usr/include/libxslt/documents.h
/usr/include/libxslt/extensions.h
/usr/include/libxslt/extra.h
/usr/include/libxslt/functions.h
/usr/include/libxslt/imports.h
/usr/include/libxslt/keys.h
/usr/include/libxslt/namespaces.h
/usr/include/libxslt/numbersInternals.h
/usr/include/libxslt/pattern.h
/usr/include/libxslt/preproc.h
/usr/include/libxslt/security.h
/usr/include/libxslt/templates.h
/usr/include/libxslt/transform.h
/usr/include/libxslt/variables.h
/usr/include/libxslt/xslt.h
/usr/include/libxslt/xsltInternals.h
/usr/include/libxslt/xsltconfig.h
/usr/include/libxslt/xsltexports.h
/usr/include/libxslt/xsltlocale.h
/usr/include/libxslt/xsltutils.h
/usr/lib/libreoffice/program/libxsltdlglo.so
/usr/lib/libreoffice/program/libxsltfilterlo.so
/usr/lib/x86_64-linux-gnu/libxslt.a
/usr/lib/x86_64-linux-gnu/libxslt.so.1
/usr/lib/x86_64-linux-gnu/libxslt.so.1.BAK
/usr/lib/x86_64-linux-gnu/pkgconfig/libxslt.pc
/usr/share/aclocal/libxslt.m4
/usr/share/doc/libxslt1-dev
/usr/share/doc/libxslt1.1
/usr/share/doc/libxslt1-dev/API.html
/usr/share/doc/libxslt1-dev/APIchunk0.html
/usr/share/doc/libxslt1-dev/APIchunk1.html
/usr/share/doc/libxslt1-dev/APIchunk10.html
/usr/share/doc/libxslt1-dev/APIchunk11.html
/usr/share/doc/libxslt1-dev/APIchunk12.html
/usr/share/doc/libxslt1-dev/APIchunk13.html
/usr/share/doc/libxslt1-dev/APIchunk2.html
/usr/share/doc/libxslt1-dev/APIchunk3.html
/usr/share/doc/libxslt1-dev/APIchunk4.html
/usr/share/doc/libxslt1-dev/APIchunk5.html
/usr/share/doc/libxslt1-dev/APIchunk6.html
/usr/share/doc/libxslt1-dev/APIchunk7.html
/usr/share/doc/libxslt1-dev/APIchunk8.html
/usr/share/doc/libxslt1-dev/APIchunk9.html
/usr/share/doc/libxslt1-dev/APIconstructors.html
/usr/share/doc/libxslt1-dev/APIfiles.html
/usr/share/doc/libxslt1-dev/APIfunctions.html
/usr/share/doc/libxslt1-dev/APIsymbols.html
/usr/share/doc/libxslt1-dev/AUTHORS
/usr/share/doc/libxslt1-dev/EXSLT
/usr/share/doc/libxslt1-dev/FAQ.html
/usr/share/doc/libxslt1-dev/FEATURES.gz
/usr/share/doc/libxslt1-dev/Libxslt-Logo-180x168.gif
/usr/share/doc/libxslt1-dev/Libxslt-Logo-90x34.gif
/usr/share/doc/libxslt1-dev/NEWS.gz
/usr/share/doc/libxslt1-dev/README
/usr/share/doc/libxslt1-dev/TODO
/usr/share/doc/libxslt1-dev/bugs.html
/usr/share/doc/libxslt1-dev/changelog.Debian.gz
/usr/share/doc/libxslt1-dev/contexts.gif
/usr/share/doc/libxslt1-dev/contribs.html
/usr/share/doc/libxslt1-dev/copyright
/usr/share/doc/libxslt1-dev/docbook.html
/usr/share/doc/libxslt1-dev/docs.html
/usr/share/doc/libxslt1-dev/downloads.html
/usr/share/doc/libxslt1-dev/exslt.html
/usr/share/doc/libxslt1-dev/extensions.html
/usr/share/doc/libxslt1-dev/help.html
/usr/share/doc/libxslt1-dev/html
/usr/share/doc/libxslt1-dev/index.html
/usr/share/doc/libxslt1-dev/internals.html
/usr/share/doc/libxslt1-dev/intro.html
/usr/share/doc/libxslt1-dev/libexslt-api.xml.gz
/usr/share/doc/libxslt1-dev/libexslt-refs.xml.gz
/usr/share/doc/libxslt1-dev/libxslt-api.xml.gz
/usr/share/doc/libxslt1-dev/libxslt-refs.xml.gz
/usr/share/doc/libxslt1-dev/news.html
/usr/share/doc/libxslt1-dev/node.gif
/usr/share/doc/libxslt1-dev/object.gif
/usr/share/doc/libxslt1-dev/processing.gif
/usr/share/doc/libxslt1-dev/python.html
/usr/share/doc/libxslt1-dev/redhat.gif
/usr/share/doc/libxslt1-dev/smallfootonly.gif
/usr/share/doc/libxslt1-dev/stylesheet.gif
/usr/share/doc/libxslt1-dev/templates.gif
/usr/share/doc/libxslt1-dev/tutorial
/usr/share/doc/libxslt1-dev/tutorial2
/usr/share/doc/libxslt1-dev/xslt.html
/usr/share/doc/libxslt1-dev/xsltproc.html
/usr/share/doc/libxslt1-dev/xsltproc2.html
/usr/share/doc/libxslt1-dev/EXSLT/html
/usr/share/doc/libxslt1-dev/EXSLT/html/book1.html
/usr/share/doc/libxslt1-dev/EXSLT/html/home.png
/usr/share/doc/libxslt1-dev/EXSLT/html/index.html
/usr/share/doc/libxslt1-dev/EXSLT/html/left.png
/usr/share/doc/libxslt1-dev/EXSLT/html/libexslt-exslt.html
/usr/share/doc/libxslt1-dev/EXSLT/html/libexslt-exsltexports.html
/usr/share/doc/libxslt1-dev/EXSLT/html/libexslt-lib.html
/usr/share/doc/libxslt1-dev/EXSLT/html/right.png
/usr/share/doc/libxslt1-dev/EXSLT/html/up.png
/usr/share/doc/libxslt1-dev/html/book1.html
/usr/share/doc/libxslt1-dev/html/home.png
/usr/share/doc/libxslt1-dev/html/index.html
/usr/share/doc/libxslt1-dev/html/left.png
/usr/share/doc/libxslt1-dev/html/libxslt-attributes.html
/usr/share/doc/libxslt1-dev/html/libxslt-documents.html
/usr/share/doc/libxslt1-dev/html/libxslt-extensions.html
/usr/share/doc/libxslt1-dev/html/libxslt-extra.html
/usr/share/doc/libxslt1-dev/html/libxslt-functions.html
/usr/share/doc/libxslt1-dev/html/libxslt-imports.html
/usr/share/doc/libxslt1-dev/html/libxslt-keys.html
/usr/share/doc/libxslt1-dev/html/libxslt-lib.html
/usr/share/doc/libxslt1-dev/html/libxslt-namespaces.html
/usr/share/doc/libxslt1-dev/html/libxslt-numbersInternals.html
/usr/share/doc/libxslt1-dev/html/libxslt-pattern.html
/usr/share/doc/libxslt1-dev/html/libxslt-preproc.html
/usr/share/doc/libxslt1-dev/html/libxslt-security.html
/usr/share/doc/libxslt1-dev/html/libxslt-templates.html
/usr/share/doc/libxslt1-dev/html/libxslt-transform.html
/usr/share/doc/libxslt1-dev/html/libxslt-variables.html
/usr/share/doc/libxslt1-dev/html/libxslt-xslt.html
/usr/share/doc/libxslt1-dev/html/libxslt-xsltInternals.html
/usr/share/doc/libxslt1-dev/html/libxslt-xsltexports.html
/usr/share/doc/libxslt1-dev/html/libxslt-xsltlocale.html
/usr/share/doc/libxslt1-dev/html/libxslt-xsltutils.html
/usr/share/doc/libxslt1-dev/html/right.png
/usr/share/doc/libxslt1-dev/html/up.png
/usr/share/doc/libxslt1-dev/tutorial/libxslt_tutorial.c
/usr/share/doc/libxslt1-dev/tutorial/libxslttutorial.html
/usr/share/doc/libxslt1-dev/tutorial/libxslttutorial.xml.gz
/usr/share/doc/libxslt1-dev/tutorial2/libxslt_pipes.c.gz
/usr/share/doc/libxslt1-dev/tutorial2/libxslt_pipes.html
/usr/share/doc/libxslt1-dev/tutorial2/libxslt_pipes.xml.gz
/usr/share/doc/libxslt1.1/AUTHORS
/usr/share/doc/libxslt1.1/FEATURES.gz
/usr/share/doc/libxslt1.1/NEWS.gz
/usr/share/doc/libxslt1.1/README
/usr/share/doc/libxslt1.1/README.Debian
/usr/share/doc/libxslt1.1/TODO
/usr/share/doc/libxslt1.1/TODO.Debian
/usr/share/doc/libxslt1.1/changelog.Debian.gz
/usr/share/doc/libxslt1.1/copyright
/usr/share/doc-base/libxslt1-dev
/usr/share/lintian/overrides/libxslt1.1
/usr/share/man/man3/libxslt.3.gz
/var/lib/doc-base/documents/libxslt1-dev
/var/lib/doc-base/omf/libxslt1-dev
/var/lib/doc-base/omf/libxslt1-dev/libxslt1-dev-C.omf
/var/lib/dpkg/info/libxslt1-dev:amd64.list
/var/lib/dpkg/info/libxslt1-dev:amd64.md5sums
/var/lib/dpkg/info/libxslt1.1:amd64.list
/var/lib/dpkg/info/libxslt1.1:amd64.md5sums
/var/lib/dpkg/info/libxslt1.1:amd64.postinst
/var/lib/dpkg/info/libxslt1.1:amd64.postrm
/var/lib/dpkg/info/libxslt1.1:amd64.shlibs
/var/lib/dpkg/info/libxslt1.1:amd64.symbols
/var/lib/dpkg/info/libxslt1.1:i386.list
/var/lib/dpkg/info/libxslt1.1:i386.postrm
/var/lib/dpkg.backup/info/libxslt1-dev:amd64.list
/var/lib/dpkg.backup/info/libxslt1-dev:amd64.md5sums
/var/lib/dpkg.backup/info/libxslt1.1:amd64.list
/var/lib/dpkg.backup/info/libxslt1.1:amd64.md5sums
/var/lib/dpkg.backup/info/libxslt1.1:amd64.postinst
/var/lib/dpkg.backup/info/libxslt1.1:amd64.postrm
/var/lib/dpkg.backup/info/libxslt1.1:amd64.shlibs
/var/lib/dpkg.backup/info/libxslt1.1:amd64.symbols
/var/lib/dpkg.backup/info/libxslt1.1:i386.list
/var/lib/dpkg.backup/info/libxslt1.1:i386.postrm
kenr@Aspen:~$

/usr/share/doc/libxslt1-dev/tutorial/libxslt_tutorial.c
/usr/share/doc/libxslt1-dev/tutorial/libxslttutorial.html
/usr/share/doc/libxslt1-dev/tutorial/libxslttutorial.xml.gz
/usr/share/doc/libxslt1-dev/tutorial2/libxslt_pipes.c.gz
/usr/share/doc/libxslt1-dev/tutorial2/libxslt_pipes.html
/usr/share/doc/libxslt1-dev/tutorial2/libxslt_pipes.xml.gz
/usr/share/doc/libxslt1.1/AUTHORS
/usr/share/doc/libxslt1.1/FEATURES.gz
/usr/share/doc/libxslt1.1/NEWS.gz
/usr/share/doc/libxslt1.1/README
/usr/share/doc/libxslt1.1/README.Debian
/usr/share/doc/libxslt1.1/TODO
/usr/share/doc/libxslt1.1/TODO.Debian
/usr/share/doc/libxslt1.1/changelog.Debian.gz
/usr/share/doc/libxslt1.1/copyright
/usr/share/doc-base/libxslt1-dev
/usr/share/lintian/overrides/libxslt1.1
/usr/share/man/man3/libxslt.3.gz
/var/lib/doc-base/documents/libxslt1-dev
/var/lib/doc-base/omf/libxslt1-dev
/var/lib/doc-base/omf/libxslt1-dev/libxslt1-dev-C.omf
/var/lib/dpkg/info/libxslt1-dev:amd64.list
/var/lib/dpkg/info/libxslt1-dev:amd64.md5sums
/var/lib/dpkg/info/libxslt1.1:amd64.list
/var/lib/dpkg/info/libxslt1.1:amd64.md5sums
/var/lib/dpkg/info/libxslt1.1:amd64.postinst
/var/lib/dpkg/info/libxslt1.1:amd64.postrm
/var/lib/dpkg/info/libxslt1.1:amd64.shlibs
/var/lib/dpkg/info/libxslt1.1:amd64.symbols
/var/lib/dpkg/info/libxslt1.1:i386.list
/var/lib/dpkg/info/libxslt1.1:i386.postrm
/var/lib/dpkg.backup/info/libxslt1-dev:amd64.list
/var/lib/dpkg.backup/info/libxslt1-dev:amd64.md5sums
/var/lib/dpkg.backup/info/libxslt1.1:amd64.list
/var/lib/dpkg.backup/info/libxslt1.1:amd64.md5sums
/var/lib/dpkg.backup/info/libxslt1.1:amd64.postinst
/var/lib/dpkg.backup/info/libxslt1.1:amd64.postrm
/var/lib/dpkg.backup/info/libxslt1.1:amd64.shlibs
/var/lib/dpkg.backup/info/libxslt1.1:amd64.symbols
/var/lib/dpkg.backup/info/libxslt1.1:i386.list
/var/lib/dpkg.backup/info/libxslt1.1:i386.postrm
kenr@Aspen:~$

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#17

Please run these commands and send us the full output of each and every command:

sudo mv /usr/lib/x86_64-linux-gnu/libxslt.so.1 /usr/lib/x86_64-linux-gnu/libxslt.so.1.BACKUP

sudo apt-get install --reinstall libxslt1.1

ls -lart /usr/lib/x86_64-linux-gnu/libxslt.so.1

ls -lart /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28

The output of the following command

ls -lart /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28

should then be this:

$ ls -lart /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28
-rw-r--r-- 1 root root 247952 Feb 23 15:38 /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28

Filesize of /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28 should be 247952 bytes.

The filesize on your PC is wrong (918775 bytes).

Revision history for this message
Ken Rawlings (rnek11) said :
#18

kenr@Aspen:~$ sudo mv /usr/lib/x86_64-linux-gnu/libxslt.so.1 /usr/lib/x86_64-linux-gnu/libxslt.so.1.BACKUP
[sudo] password for kenr:

kenr@Aspen:~$ sudo apt-get install --reinstall libxslt1.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 4 not upgraded.
Need to get 145 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libxslt1.1 amd64 1.1.28-2build1 [145 kB]
Fetched 145 kB in 0s (318 kB/s)
(Reading database ... 202122 files and directories currently installed.)
Preparing to unpack .../libxslt1.1_1.1.28-2build1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.28-2build1) over (1.1.28-2build1) ...
Setting up libxslt1.1:amd64 (1.1.28-2build1) ...
Processing triggers for libc-bin (2.19-0ubuntu6) ...

kenr@Aspen:~$ ls -lart /usr/lib/x86_64-linux-gnu/libxslt.so.1
lrwxrwxrwx 1 root root 17 Feb 23 07:38 /usr/lib/x86_64-linux-gnu/libxslt.so.1 -> libxslt.so.1.1.28

kenr@Aspen:~$ ls -lart /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28
-rw-r--r-- 1 root root 247952 Feb 23 07:38 /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28

kenr@Aspen:~$
kenr@Aspen:~$ sudo software-center
[sudo] password for kenr:
Traceback (most recent call last):
  File "/usr/bin/software-center", line 128, in <module>
    from softwarecenter.ui.gtk3.app import SoftwareCenterAppGtk3
  File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 106, in <module>
    from softwarecenter.ui.gtk3.panes.installedpane import InstalledPane
  File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/installedpane.py", line 34, in <module>
    from softwarecenter.db.categories import (CategoriesParser,
  File "/usr/share/software-center/softwarecenter/db/categories.py", line 30, in <module>
    import lxml.etree as ET
ImportError: /usr/lib/x86_64-linux-gnu/libxslt.so.1: symbol xmlBufUse, version LIBXML2_2.9.0 not defined in file libxml2.so.2 with link time reference
kenr@Aspen:~$

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#19

OK, I am now in wayyyy over my head.... Waiting for Manfred to chip in again... :-p LOL

Revision history for this message
Manfred Hampl (m-hampl) said :
#20

The commands that Mark has given are more or less exactly what I wanted to recommend (or even better than mine).

Scrutinizing your error message, I see LIBXML2_2.9.0 mentioned in it. The standard version of libxml2 in trusty, however should be 2.9.1. So maybe there is another wrong library file in your system, namely libxml2.so.2

what is the output of

ls -l /usr/lib/x86_64-linux-gnu/libxml2*
sudo apt-get install --reinstall libxml2
ls -l /usr/lib/x86_64-linux-gnu/libxml2*

Revision history for this message
Ken Rawlings (rnek11) said :
#21

kenr@Aspen:~$ ls -l /usr/lib/x86_64-linux-gnu/libxml2*
-rw-r--r-- 1 root root 2356746 Jun 13 07:04 /usr/lib/x86_64-linux-gnu/libxml2.a
lrwxrwxrwx 1 root root 16 Jun 13 07:04 /usr/lib/x86_64-linux-gnu/libxml2.so -> libxml2.so.2.9.1
lrwxrwxrwx 1 root root 20 Jul 20 10:59 /usr/lib/x86_64-linux-gnu/libxml2.so.2 -> libxml2.so.2.9.1.BAK
-rw-r--r-- 1 root root 1461496 Jun 13 07:04 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
-rw-r--r-- 1 root root 1461496 Jul 20 10:01 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1.BAK
kenr@Aspen:~$ sudo apt-get install --reinstall libxml2
[sudo] password for kenr:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 4 not upgraded.
Need to get 571 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2 amd64 2.9.1+dfsg1-3ubuntu4.3 [571 kB]
Fetched 571 kB in 1s (398 kB/s)
(Reading database ... 202122 files and directories currently installed.)
Preparing to unpack .../libxml2_2.9.1+dfsg1-3ubuntu4.3_amd64.deb ...
Unpacking libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.3) over (2.9.1+dfsg1-3ubuntu4.3) ...
Setting up libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.3) ...
Processing triggers for libc-bin (2.19-0ubuntu6) ...
kenr@Aspen:~$ ls -l /usr/lib/x86_64-linux-gnu/libxml2*
-rw-r--r-- 1 root root 2356746 Jun 13 07:04 /usr/lib/x86_64-linux-gnu/libxml2.a
lrwxrwxrwx 1 root root 16 Jun 13 07:04 /usr/lib/x86_64-linux-gnu/libxml2.so -> libxml2.so.2.9.1
lrwxrwxrwx 1 root root 20 Jul 29 12:20 /usr/lib/x86_64-linux-gnu/libxml2.so.2 -> libxml2.so.2.9.1.BAK
-rw-r--r-- 1 root root 1461496 Jun 13 07:04 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
-rw-r--r-- 1 root root 1461496 Jul 20 10:01 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1.BAK
kenr@Aspen:~$

Revision history for this message
Manfred Hampl (m-hampl) said :
#22

Those .BAK files are unexpected.

As far as I know, there should be just a link from libxml2.so.2 to the lobxml2.so.2.1.9 file, and that file itself. The standard Ubuntu package does not contain a libxml2.so link and a .BAK file.

Have you tried building and/or installing any non-Ubuntu version of libxlst and libxml2 that could be responsible for these files?

What is the output of
locate libxml2

Revision history for this message
Ken Rawlings (rnek11) said :
#23

The .BAK file was created by me becuse I unlinked and relinked the file, to see if anything changed.
Did not want to lose the original file.

kenr@Aspen:~$ locate libxml2
/home/kenr/Documents/hamlib/libxml2-2.7.8
/home/kenr/Documents/hamlib/libxml2_2.7.8.dfsg.orig.tar
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs
/home/kenr/Documents/hamlib/libxml2-2.7.8/AUTHORS
/home/kenr/Documents/hamlib/libxml2-2.7.8/COPYING
/home/kenr/Documents/hamlib/libxml2-2.7.8/ChangeLog
/home/kenr/Documents/hamlib/libxml2-2.7.8/Copyright
/home/kenr/Documents/hamlib/libxml2-2.7.8/DOCBparser.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/DOCBparser.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/DOCBparser.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/HTMLparser.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/HTMLparser.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/HTMLparser.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/HTMLtree.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/HTMLtree.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/HTMLtree.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/INSTALL
/home/kenr/Documents/hamlib/libxml2-2.7.8/Makefile
/home/kenr/Documents/hamlib/libxml2-2.7.8/Makefile.am
/home/kenr/Documents/hamlib/libxml2-2.7.8/Makefile.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/Makefile.tests
/home/kenr/Documents/hamlib/libxml2-2.7.8/NEWS
/home/kenr/Documents/hamlib/libxml2-2.7.8/README
/home/kenr/Documents/hamlib/libxml2-2.7.8/README.tests
/home/kenr/Documents/hamlib/libxml2-2.7.8/SAX.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/SAX.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/SAX.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/SAX2.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/SAX2.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/SAX2.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/TODO
/home/kenr/Documents/hamlib/libxml2-2.7.8/TODO_SCHEMAS
/home/kenr/Documents/hamlib/libxml2-2.7.8/VxWorks
/home/kenr/Documents/hamlib/libxml2-2.7.8/acconfig.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/acinclude.m4
/home/kenr/Documents/hamlib/libxml2-2.7.8/aclocal.m4
/home/kenr/Documents/hamlib/libxml2-2.7.8/bakefile
/home/kenr/Documents/hamlib/libxml2-2.7.8/c14n.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/c14n.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/c14n.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/catalog.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/catalog.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/catalog.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/check-relaxng-test-suite.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/check-relaxng-test-suite2.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/check-xinclude-test-suite.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/check-xml-test-suite.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/check-xsddata-test-suite.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/chvalid.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/chvalid.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/chvalid.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/config.guess
/home/kenr/Documents/hamlib/libxml2-2.7.8/config.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/config.h.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/config.log
/home/kenr/Documents/hamlib/libxml2-2.7.8/config.status
/home/kenr/Documents/hamlib/libxml2-2.7.8/config.sub
/home/kenr/Documents/hamlib/libxml2-2.7.8/configure
/home/kenr/Documents/hamlib/libxml2-2.7.8/configure.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/dbgen.pl
/home/kenr/Documents/hamlib/libxml2-2.7.8/dbgenattr.pl
/home/kenr/Documents/hamlib/libxml2-2.7.8/debugXML.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/debugXML.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/debugXML.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/depcomp
/home/kenr/Documents/hamlib/libxml2-2.7.8/dict.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/dict.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/dict.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc
/home/kenr/Documents/hamlib/libxml2-2.7.8/elfgcchack.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/encoding.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/encoding.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/encoding.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/entities.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/entities.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/entities.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/error.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/error.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/error.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/example
/home/kenr/Documents/hamlib/libxml2-2.7.8/genUnicode.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/gentest.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/globals.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/globals.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/globals.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/hash.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/hash.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/hash.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/include
/home/kenr/Documents/hamlib/libxml2-2.7.8/install-sh
/home/kenr/Documents/hamlib/libxml2-2.7.8/legacy.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/legacy.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/legacy.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/libtool
/home/kenr/Documents/hamlib/libxml2-2.7.8/libxml-2.0-uninstalled.pc
/home/kenr/Documents/hamlib/libxml2-2.7.8/libxml-2.0-uninstalled.pc.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/libxml-2.0.pc
/home/kenr/Documents/hamlib/libxml2-2.7.8/libxml-2.0.pc.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/libxml.3
/home/kenr/Documents/hamlib/libxml2-2.7.8/libxml.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/libxml.m4
/home/kenr/Documents/hamlib/libxml2-2.7.8/libxml.spec.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/libxml2.la
/home/kenr/Documents/hamlib/libxml2-2.7.8/libxml2.spec
/home/kenr/Documents/hamlib/libxml2-2.7.8/libxml2.syms
/home/kenr/Documents/hamlib/libxml2-2.7.8/list.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/list.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/list.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/ltmain.sh
/home/kenr/Documents/hamlib/libxml2-2.7.8/m4
/home/kenr/Documents/hamlib/libxml2-2.7.8/macos
/home/kenr/Documents/hamlib/libxml2-2.7.8/missing
/home/kenr/Documents/hamlib/libxml2-2.7.8/nanoftp.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/nanoftp.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/nanoftp.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/nanohttp.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/nanohttp.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/nanohttp.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/parser.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/parser.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/parser.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/parserInternals.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/parserInternals.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/parserInternals.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/pattern.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/pattern.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/pattern.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/python
/home/kenr/Documents/hamlib/libxml2-2.7.8/regressions.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/regressions.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/relaxng.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/relaxng.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/relaxng.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/runsuite
/home/kenr/Documents/hamlib/libxml2-2.7.8/runsuite.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/runsuite.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/runtest
/home/kenr/Documents/hamlib/libxml2-2.7.8/runtest.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/runtest.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/runxmlconf
/home/kenr/Documents/hamlib/libxml2-2.7.8/runxmlconf.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/runxmlconf.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/schematron.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/schematron.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/schematron.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/stamp-h1
/home/kenr/Documents/hamlib/libxml2-2.7.8/testAutomata
/home/kenr/Documents/hamlib/libxml2-2.7.8/testAutomata.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testAutomata.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testC14N
/home/kenr/Documents/hamlib/libxml2-2.7.8/testC14N.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testC14N.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testHTML
/home/kenr/Documents/hamlib/libxml2-2.7.8/testHTML.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testHTML.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testModule
/home/kenr/Documents/hamlib/libxml2-2.7.8/testModule.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testModule.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testReader
/home/kenr/Documents/hamlib/libxml2-2.7.8/testReader.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testReader.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testRegexp
/home/kenr/Documents/hamlib/libxml2-2.7.8/testRegexp.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testRegexp.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testRelax
/home/kenr/Documents/hamlib/libxml2-2.7.8/testRelax.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testRelax.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testSAX
/home/kenr/Documents/hamlib/libxml2-2.7.8/testSAX.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testSAX.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testSchemas
/home/kenr/Documents/hamlib/libxml2-2.7.8/testSchemas.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testSchemas.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testThreads
/home/kenr/Documents/hamlib/libxml2-2.7.8/testThreads.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testThreads.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testThreadsWin32.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testURI
/home/kenr/Documents/hamlib/libxml2-2.7.8/testURI.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testURI.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testXPath
/home/kenr/Documents/hamlib/libxml2-2.7.8/testXPath.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testXPath.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testapi
/home/kenr/Documents/hamlib/libxml2-2.7.8/testapi.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testapi.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testchar
/home/kenr/Documents/hamlib/libxml2-2.7.8/testchar.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testchar.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testdict
/home/kenr/Documents/hamlib/libxml2-2.7.8/testdict.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testdict.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testdso.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testdso.la
/home/kenr/Documents/hamlib/libxml2-2.7.8/testdso.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/testdso.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/testrecurse
/home/kenr/Documents/hamlib/libxml2-2.7.8/testrecurse.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/testrecurse.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/threads.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/threads.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/threads.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/tree.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/tree.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/tree.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/trio.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/trio.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/triodef.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/trionan.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/trionan.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/triop.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/triostr.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/triostr.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/uri.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/uri.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/uri.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/valid.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/valid.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/valid.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/vms
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32
/home/kenr/Documents/hamlib/libxml2-2.7.8/xinclude.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xinclude.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xinclude.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xlink.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xlink.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xlink.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xml2-config
/home/kenr/Documents/hamlib/libxml2-2.7.8/xml2-config.1
/home/kenr/Documents/hamlib/libxml2-2.7.8/xml2-config.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/xml2Conf.sh
/home/kenr/Documents/hamlib/libxml2-2.7.8/xml2Conf.sh.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlIO.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlIO.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlIO.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlcatalog
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlcatalog.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlcatalog.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmllint
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmllint.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmllint.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlmemory.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlmemory.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlmemory.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlmodule.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlmodule.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlmodule.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlreader.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlreader.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlreader.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlregexp.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlregexp.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlregexp.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlsave.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlsave.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlsave.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlschemas.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlschemas.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlschemas.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlschemastypes.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlschemastypes.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlschemastypes.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlstring.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlstring.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlstring.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlunicode.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlunicode.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlunicode.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlwriter.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlwriter.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xmlwriter.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xpath.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xpath.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xpath.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xpointer.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/xpointer.lo
/home/kenr/Documents/hamlib/libxml2-2.7.8/xpointer.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/xstc
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/DOCBparser.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/HTMLparser.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/HTMLtree.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/SAX.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/SAX2.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/c14n.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/catalog.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/chvalid.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/debugXML.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/dict.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/encoding.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/entities.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/error.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/globals.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/hash.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/legacy.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/list.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/nanoftp.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/nanohttp.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/parser.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/parserInternals.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/pattern.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/relaxng.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/runsuite.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/runtest.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/runxmlconf.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/schematron.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testAutomata.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testC14N.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testHTML.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testModule.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testReader.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testRegexp.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testRelax.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testSAX.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testSchemas.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testThreads.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testURI.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testXPath.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testapi.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testchar.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testdict.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testdso.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/testrecurse.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/threads.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/tree.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/trio.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/triostr.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/uri.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/valid.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xinclude.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xlink.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xmlIO.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xmlcatalog.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xmllint.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xmlmemory.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xmlmodule.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xmlreader.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xmlregexp.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xmlsave.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xmlschemas.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xmlschemastypes.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xmlstring.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xmlunicode.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xmlwriter.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xpath.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.deps/xpointer.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/DOCBparser.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/HTMLparser.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/HTMLtree.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/SAX.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/SAX2.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/c14n.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/catalog.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/chvalid.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/debugXML.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/dict.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/encoding.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/entities.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/error.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/globals.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/hash.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/legacy.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.a
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.la
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.lai
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.so
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.so.2
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.so.2.7.8
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/list.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/nanoftp.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/nanohttp.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/parser.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/parserInternals.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/pattern.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/relaxng.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/runsuite
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/runtest
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/runxmlconf
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/schematron.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testAutomata
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testC14N
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testHTML
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testModule
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testReader
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testRegexp
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testRelax
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testSAX
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testSchemas
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testThreads
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testURI
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testXPath
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testapi
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testchar
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testdict
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testdso.a
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testdso.la
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testdso.lai
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testdso.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testdso.so
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/testrecurse
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/threads.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/tree.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/uri.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/valid.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xinclude.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xlink.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xmlIO.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xmlcatalog
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xmllint
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xmlmemory.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xmlmodule.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xmlreader.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xmlregexp.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xmlsave.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xmlschemas.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xmlschemastypes.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xmlstring.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xmlunicode.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xmlwriter.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xpath.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/.libs/xpointer.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/VxWorks/Makefile
/home/kenr/Documents/hamlib/libxml2-2.7.8/VxWorks/README
/home/kenr/Documents/hamlib/libxml2-2.7.8/VxWorks/build.sh
/home/kenr/Documents/hamlib/libxml2-2.7.8/bakefile/Bakefiles.bkgen
/home/kenr/Documents/hamlib/libxml2-2.7.8/bakefile/Readme.txt
/home/kenr/Documents/hamlib/libxml2-2.7.8/bakefile/libxml2.bkl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk0.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk1.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk10.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk11.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk12.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk13.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk14.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk15.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk16.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk17.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk18.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk19.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk2.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk20.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk21.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk22.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk23.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk24.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk25.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk26.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk27.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk28.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk29.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk3.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk4.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk5.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk6.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk7.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk8.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIchunk9.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIconstructors.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIfiles.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIfunctions.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/APIsymbols.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/ChangeLog.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/DOM.gif
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/DOM.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/FAQ.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/Libxml2-Logo-180x168.gif
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/Libxml2-Logo-90x34.gif
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/Makefile
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/Makefile.am
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/Makefile.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/README.docs
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/XMLinfo.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/XSLT.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/api.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/apibuild.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/architecture.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/bugs.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/catalog.gif
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/catalog.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/checkapisym.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/contribs.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/docs.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/downloads.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/elfgcchack.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/encoding.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/entities.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/example.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/guidelines.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/help.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/index.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/index.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/interface.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/intro.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/library.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/libxml.gif
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/libxml2-api.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/libxml2.xsa
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/namespaces.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/newapi.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/news.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/news.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/python.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/redhat.gif
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/search.php
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/searches.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/searches.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/site.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/smallfootonly.gif
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/structure.gif
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/symbols.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/syms.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/threads.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tree.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/upgrade.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/w3c.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/wiki.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/xml.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/xmlcatalog.1
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/xmlcatalog_man.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/xmlcatalog_man.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/xmldtd.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/xmlio.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/xmllint.1
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/xmllint.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/xmllint.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/xmlmem.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/xmlreader.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/xsa.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/Makefile
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/Makefile.am
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/Makefile.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/devhelp.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/general.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/home.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/html.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/index.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/left.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-DOCBparser.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-HTMLparser.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-HTMLtree.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-SAX.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-SAX2.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-c14n.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-catalog.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-chvalid.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-debugXML.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-dict.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-encoding.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-entities.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-globals.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-hash.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-list.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-nanoftp.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-nanohttp.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-parser.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-parserInternals.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-pattern.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-relaxng.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-schemasInternals.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-schematron.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-threads.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-tree.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-uri.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-valid.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xinclude.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xlink.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlIO.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlautomata.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlerror.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlexports.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlmemory.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlmodule.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlreader.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlregexp.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlsave.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlschemas.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlschemastypes.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlstring.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlunicode.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlversion.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlwriter.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xpath.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xpathInternals.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xpointer.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2.devhelp
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/right.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/style.css
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/devhelp/up.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/Makefile
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/Makefile.am
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/Makefile.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/examples.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/examples.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/index.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/io1
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/io1.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/io1.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/io1.res
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/io2
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/io2.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/io2.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/io2.res
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/parse1
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/parse1.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/parse1.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/parse2
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/parse2.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/parse2.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/parse3
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/parse3.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/parse3.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/parse4
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/parse4.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/parse4.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1.res
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader2
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader2.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader2.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3.res
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4.res
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/test1.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/test2.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/test3.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/testWriter
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/testWriter.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/testWriter.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1.res
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2.res
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/tst.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/writer.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1.res
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2.res
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/io1.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/io2.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse1.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse2.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse3.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse4.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader1.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader2.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader3.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader4.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/testWriter.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/tree1.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/tree2.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/xpath1.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/xpath2.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/io1
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/io2
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse1
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse2
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse3
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse4
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader1
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader2
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader3
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader4
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/testWriter
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/tree1
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/tree2
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/xpath1
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/xpath2
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/book1.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/home.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/index.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/left.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-DOCBparser.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-HTMLparser.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-HTMLtree.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-SAX.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-SAX2.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-c14n.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-catalog.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-chvalid.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-debugXML.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-dict.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-encoding.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-entities.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-globals.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-hash.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-lib.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-list.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-nanoftp.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-nanohttp.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-parser.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-parserInternals.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-pattern.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-relaxng.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-schemasInternals.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-schematron.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-threads.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-tree.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-uri.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-valid.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xinclude.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xlink.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlIO.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlautomata.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlerror.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlexports.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlmemory.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlmodule.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlreader.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlregexp.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlsave.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlschemas.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlschemastypes.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlstring.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlunicode.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlversion.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlwriter.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xpath.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xpathInternals.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xpointer.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/right.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/html/up.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apa.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apb.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apc.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apd.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ape.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apf.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apg.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/aph.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/api.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s02.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s03.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s04.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s05.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s06.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s07.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s08.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s09.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includeaddattribute.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includeaddkeyword.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includeconvert.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includegetattribute.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includekeyword.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includexpath.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/index.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ix01.html
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/xmltutorial.pdf
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/blank.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/caution.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/draft.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/home.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/important.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/next.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/note.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/prev.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/tip.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/toc-blank.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/toc-minus.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/toc-plus.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/up.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/warning.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/1.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/10.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/2.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/3.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/4.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/5.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/6.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/7.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/8.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/9.png
/home/kenr/Documents/hamlib/libxml2-2.7.8/example/.deps
/home/kenr/Documents/hamlib/libxml2-2.7.8/example/.libs
/home/kenr/Documents/hamlib/libxml2-2.7.8/example/Makefile
/home/kenr/Documents/hamlib/libxml2-2.7.8/example/Makefile.am
/home/kenr/Documents/hamlib/libxml2-2.7.8/example/Makefile.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/example/gjobread
/home/kenr/Documents/hamlib/libxml2-2.7.8/example/gjobread.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/example/gjobread.o
/home/kenr/Documents/hamlib/libxml2-2.7.8/example/gjobs.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/example/.deps/gjobread.Po
/home/kenr/Documents/hamlib/libxml2-2.7.8/example/.libs/gjobread
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/Makefile
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/Makefile.am
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/Makefile.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/win32config.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/wsockcompat.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/DOCBparser.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/HTMLparser.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/HTMLtree.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/Makefile
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/Makefile.am
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/Makefile.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/SAX.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/SAX2.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/c14n.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/catalog.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/chvalid.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/debugXML.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/dict.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/encoding.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/entities.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/globals.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/hash.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/list.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/nanoftp.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/nanohttp.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/parser.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/parserInternals.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/pattern.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/relaxng.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/schemasInternals.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/schematron.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/threads.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/tree.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/uri.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/valid.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xinclude.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xlink.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlIO.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlautomata.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlerror.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlexports.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlmemory.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlmodule.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlreader.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlregexp.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlsave.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlschemas.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlschemastypes.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlstring.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlunicode.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlversion.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlversion.h.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlwriter.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xpath.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xpathInternals.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/include/libxml/xpointer.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/m4/libtool.m4
/home/kenr/Documents/hamlib/libxml2-2.7.8/m4/ltoptions.m4
/home/kenr/Documents/hamlib/libxml2-2.7.8/m4/ltsugar.m4
/home/kenr/Documents/hamlib/libxml2-2.7.8/m4/ltversion.m4
/home/kenr/Documents/hamlib/libxml2-2.7.8/m4/lt~obsolete.m4
/home/kenr/Documents/hamlib/libxml2-2.7.8/macos/README
/home/kenr/Documents/hamlib/libxml2-2.7.8/macos/libxml2.mcp.xml.sit.hqx
/home/kenr/Documents/hamlib/libxml2-2.7.8/macos/src
/home/kenr/Documents/hamlib/libxml2-2.7.8/macos/src/XMLTestPrefix.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/macos/src/XMLTestPrefix2.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/macos/src/config-mac.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/macos/src/libxml2_GUSIConfig.cp
/home/kenr/Documents/hamlib/libxml2-2.7.8/macos/src/macos_main.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/.deps
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/Makefile
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/Makefile.am
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/Makefile.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/README
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/TODO
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/drv_libxml2.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/generator.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/libxml.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/libxml.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/libxml2-python-api.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/libxml_wrap.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/setup.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/setup.py.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/types.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/.deps/libxml.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/.deps/libxml2-py.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/.deps/types.Plo
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/Makefile
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/Makefile.am
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/Makefile.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/attribs.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/build.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/compareNodes.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/ctxterror.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/cutnpaste.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/dtdvalid.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/error.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/inbuf.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/indexes.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/invalid.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/nsdel.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/outbuf.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/push.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/pushSAX.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/pushSAXhtml.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/reader.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/reader2.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/reader3.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/reader4.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/reader5.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/reader6.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/reader7.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/reader8.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/readererr.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/readernext.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/regexp.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/relaxng.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/resolver.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/schema.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/serialize.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/sync.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/test.dtd
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/thread2.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/tst.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/tst.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/tstLastError.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/tstURI.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/tstmem.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/tstxpath.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/valid.xml
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/validDTD.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/validRNG.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/validSchemas.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/validate.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/walker.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/xpath.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/xpathext.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/xpathleak.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/xpathns.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/python/tests/xpathret.py
/home/kenr/Documents/hamlib/libxml2-2.7.8/vms/build_libxml.com
/home/kenr/Documents/hamlib/libxml2-2.7.8/vms/config.vms
/home/kenr/Documents/hamlib/libxml2-2.7.8/vms/diffs.vms
/home/kenr/Documents/hamlib/libxml2-2.7.8/vms/readme.vms
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/.cvsignore
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/Makefile.bcb
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/Makefile.mingw
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/Makefile.msvc
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/Readme.txt
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/configure.js
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/defgen.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/libxml2.def.src
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/wince
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcb
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcl
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vco
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcp
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcw
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/wince/wincecompat.c
/home/kenr/Documents/hamlib/libxml2-2.7.8/win32/wince/wincecompat.h
/home/kenr/Documents/hamlib/libxml2-2.7.8/xstc/Makefile
/home/kenr/Documents/hamlib/libxml2-2.7.8/xstc/Makefile.am
/home/kenr/Documents/hamlib/libxml2-2.7.8/xstc/Makefile.in
/home/kenr/Documents/hamlib/libxml2-2.7.8/xstc/xstc-to-python.xsl
/home/kenr/Documents/hamlib/libxml2-2.7.8/xstc/xstc.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2_2.7.8.dfsg.orig.tar
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/AUTHORS
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/COPYING
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/ChangeLog
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/Copyright
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/DOCBparser.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/DOCBparser.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/DOCBparser.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/HTMLparser.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/HTMLparser.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/HTMLparser.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/HTMLtree.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/HTMLtree.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/HTMLtree.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/INSTALL
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/Makefile
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/Makefile.am
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/Makefile.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/Makefile.tests
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/NEWS
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/README
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/README.tests
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/SAX.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/SAX.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/SAX.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/SAX2.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/SAX2.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/SAX2.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/TODO
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/TODO_SCHEMAS
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/VxWorks
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/acconfig.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/acinclude.m4
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/aclocal.m4
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/bakefile
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/c14n.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/c14n.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/c14n.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/catalog.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/catalog.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/catalog.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/check-relaxng-test-suite.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/check-relaxng-test-suite2.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/check-xinclude-test-suite.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/check-xml-test-suite.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/check-xsddata-test-suite.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/chvalid.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/chvalid.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/chvalid.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/config.guess
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/config.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/config.h.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/config.log
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/config.status
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/config.sub
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/configure
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/configure.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/dbgen.pl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/dbgenattr.pl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/debugXML.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/debugXML.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/debugXML.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/depcomp
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/dict.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/dict.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/dict.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/elfgcchack.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/encoding.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/encoding.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/encoding.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/entities.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/entities.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/entities.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/error.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/error.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/error.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/example
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/genUnicode.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/gentest.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/globals.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/globals.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/globals.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/hash.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/hash.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/hash.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/install-sh
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/legacy.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/legacy.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/legacy.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/libtool
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/libxml-2.0-uninstalled.pc
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/libxml-2.0-uninstalled.pc.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/libxml-2.0.pc
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/libxml-2.0.pc.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/libxml.3
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/libxml.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/libxml.m4
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/libxml.spec.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/libxml2.la
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/libxml2.spec
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/libxml2.syms
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/list.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/list.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/list.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/ltmain.sh
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/m4
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/macos
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/missing
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/nanoftp.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/nanoftp.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/nanoftp.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/nanohttp.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/nanohttp.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/nanohttp.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/parser.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/parser.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/parser.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/parserInternals.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/parserInternals.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/parserInternals.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/pattern.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/pattern.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/pattern.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/regressions.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/regressions.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/relaxng.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/relaxng.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/relaxng.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/runsuite
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/runsuite.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/runsuite.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/runtest
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/runtest.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/runtest.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/runxmlconf
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/runxmlconf.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/runxmlconf.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/schematron.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/schematron.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/schematron.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/stamp-h1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testAutomata
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testAutomata.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testAutomata.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testC14N
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testC14N.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testC14N.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testHTML
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testHTML.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testHTML.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testModule
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testModule.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testModule.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testReader
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testReader.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testReader.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testRegexp
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testRegexp.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testRegexp.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testRelax
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testRelax.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testRelax.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testSAX
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testSAX.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testSAX.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testSchemas
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testSchemas.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testSchemas.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testThreads
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testThreads.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testThreads.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testThreadsWin32.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testURI
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testURI.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testURI.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testXPath
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testXPath.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testXPath.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testapi
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testapi.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testapi.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testchar
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testchar.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testchar.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testdict
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testdict.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testdict.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testdso.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testdso.la
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testdso.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testdso.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testrecurse
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testrecurse.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/testrecurse.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/threads.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/threads.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/threads.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/tree.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/tree.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/tree.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/trio.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/trio.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/triodef.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/trionan.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/trionan.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/triop.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/triostr.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/triostr.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/uri.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/uri.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/uri.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/valid.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/valid.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/valid.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/vms
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xinclude.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xinclude.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xinclude.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xlink.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xlink.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xlink.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xml2-config
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xml2-config.1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xml2-config.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xml2Conf.sh
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xml2Conf.sh.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlIO.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlIO.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlIO.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlcatalog
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlcatalog.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlcatalog.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmllint
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmllint.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmllint.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlmemory.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlmemory.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlmemory.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlmodule.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlmodule.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlmodule.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlreader.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlreader.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlreader.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlregexp.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlregexp.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlregexp.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlsave.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlsave.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlsave.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlschemas.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlschemas.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlschemas.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlschemastypes.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlschemastypes.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlschemastypes.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlstring.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlstring.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlstring.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlunicode.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlunicode.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlunicode.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlwriter.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlwriter.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xmlwriter.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xpath.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xpath.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xpath.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xpointer.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xpointer.lo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xpointer.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xstc
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/DOCBparser.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/HTMLparser.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/HTMLtree.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/SAX.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/SAX2.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/c14n.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/catalog.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/chvalid.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/debugXML.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/dict.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/encoding.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/entities.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/error.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/globals.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/hash.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/legacy.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/list.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/nanoftp.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/nanohttp.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/parser.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/parserInternals.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/pattern.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/relaxng.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/runsuite.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/runtest.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/runxmlconf.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/schematron.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testAutomata.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testC14N.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testHTML.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testModule.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testReader.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testRegexp.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testRelax.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testSAX.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testSchemas.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testThreads.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testURI.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testXPath.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testapi.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testchar.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testdict.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testdso.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/testrecurse.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/threads.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/tree.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/trio.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/triostr.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/uri.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/valid.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xinclude.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xlink.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xmlIO.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xmlcatalog.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xmllint.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xmlmemory.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xmlmodule.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xmlreader.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xmlregexp.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xmlsave.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xmlschemas.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xmlschemastypes.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xmlstring.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xmlunicode.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xmlwriter.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xpath.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.deps/xpointer.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/DOCBparser.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/HTMLparser.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/HTMLtree.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/SAX.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/SAX2.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/c14n.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/catalog.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/chvalid.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/debugXML.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/dict.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/encoding.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/entities.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/error.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/globals.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/hash.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/legacy.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.a
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.la
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.lai
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.so
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.so.2
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.so.2.7.8
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/list.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/nanoftp.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/nanohttp.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/parser.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/parserInternals.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/pattern.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/relaxng.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/runsuite
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/runtest
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/runxmlconf
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/schematron.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testAutomata
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testC14N
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testHTML
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testModule
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testReader
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testRegexp
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testRelax
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testSAX
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testSchemas
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testThreads
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testURI
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testXPath
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testapi
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testchar
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testdict
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.a
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.la
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.lai
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.so
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/testrecurse
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/threads.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/tree.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/uri.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/valid.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xinclude.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xlink.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xmlIO.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xmlcatalog
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xmllint
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xmlmemory.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xmlmodule.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xmlreader.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xmlregexp.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xmlsave.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xmlschemas.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xmlschemastypes.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xmlstring.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xmlunicode.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xmlwriter.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xpath.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/.libs/xpointer.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/VxWorks/Makefile
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/VxWorks/README
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/VxWorks/build.sh
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/bakefile/Bakefiles.bkgen
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/bakefile/Readme.txt
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/bakefile/libxml2.bkl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk0.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk1.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk10.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk11.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk12.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk13.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk14.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk15.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk16.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk17.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk18.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk19.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk2.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk20.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk21.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk22.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk23.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk24.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk25.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk26.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk27.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk28.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk29.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk3.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk4.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk5.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk6.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk7.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk8.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk9.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIconstructors.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIfiles.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIfunctions.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/APIsymbols.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/ChangeLog.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/DOM.gif
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/DOM.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/FAQ.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/Libxml2-Logo-180x168.gif
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/Libxml2-Logo-90x34.gif
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/Makefile
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/Makefile.am
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/Makefile.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/README.docs
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/XMLinfo.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/XSLT.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/api.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/apibuild.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/architecture.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/bugs.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/catalog.gif
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/catalog.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/checkapisym.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/contribs.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/docs.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/downloads.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/elfgcchack.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/encoding.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/entities.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/example.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/guidelines.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/help.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/index.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/index.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/interface.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/intro.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/library.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/libxml.gif
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/libxml2-api.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/libxml2.xsa
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/namespaces.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/newapi.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/news.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/news.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/python.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/redhat.gif
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/search.php
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/searches.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/searches.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/site.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/smallfootonly.gif
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/structure.gif
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/symbols.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/syms.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/threads.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tree.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/upgrade.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/w3c.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/wiki.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/xml.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/xmlcatalog.1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/xmlcatalog_man.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/xmlcatalog_man.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/xmldtd.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/xmlio.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/xmllint.1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/xmllint.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/xmllint.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/xmlmem.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/xmlreader.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/xsa.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/Makefile
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/Makefile.am
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/Makefile.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/devhelp.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/general.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/home.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/html.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/index.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/left.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-DOCBparser.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-HTMLparser.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-HTMLtree.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-SAX.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-SAX2.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-c14n.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-catalog.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-chvalid.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-debugXML.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-dict.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-encoding.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-entities.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-globals.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-hash.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-list.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-nanoftp.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-nanohttp.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-parser.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-parserInternals.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-pattern.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-relaxng.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-schemasInternals.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-schematron.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-threads.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-tree.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-uri.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-valid.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xinclude.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xlink.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlIO.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlautomata.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlerror.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlexports.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlmemory.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlmodule.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlreader.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlregexp.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlsave.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlschemas.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlschemastypes.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlstring.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlunicode.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlversion.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlwriter.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xpath.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xpathInternals.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xpointer.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2.devhelp
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/right.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/style.css
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/up.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/Makefile
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/Makefile.am
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/Makefile.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/examples.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/examples.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/index.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/io1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/io1.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/io1.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/io1.res
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/io2
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/io2.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/io2.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/io2.res
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse1.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse1.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse2
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse2.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse2.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse3
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse3.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse3.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse4
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse4.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse4.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1.res
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader2
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader2.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader2.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3.res
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4.res
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/test1.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/test2.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/test3.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/testWriter
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/testWriter.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/testWriter.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1.res
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2.res
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/tst.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/writer.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1.res
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2.res
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/io1.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/io2.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse1.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse2.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse3.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse4.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader1.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader2.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader3.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader4.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/testWriter.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/tree1.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/tree2.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/xpath1.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/xpath2.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/io1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/io2
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse2
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse3
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse4
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader2
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader3
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader4
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/testWriter
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/tree1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/tree2
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/xpath1
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/xpath2
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/book1.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/home.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/index.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/left.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-DOCBparser.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-HTMLparser.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-HTMLtree.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-SAX.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-SAX2.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-c14n.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-catalog.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-chvalid.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-debugXML.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-dict.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-encoding.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-entities.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-globals.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-hash.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-lib.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-list.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-nanoftp.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-nanohttp.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-parser.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-parserInternals.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-pattern.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-relaxng.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-schemasInternals.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-schematron.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-threads.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-tree.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-uri.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-valid.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xinclude.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xlink.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlIO.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlautomata.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlerror.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlexports.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlmemory.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlmodule.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlreader.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlregexp.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlsave.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlschemas.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlschemastypes.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlstring.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlunicode.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlversion.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlwriter.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xpath.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xpathInternals.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xpointer.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/right.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/html/up.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apa.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apb.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apc.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apd.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ape.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apf.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apg.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/aph.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/api.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s02.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s03.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s04.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s05.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s06.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s07.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s08.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s09.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includeaddattribute.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includeaddkeyword.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includeconvert.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includegetattribute.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includekeyword.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includexpath.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/index.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ix01.html
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/xmltutorial.pdf
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/blank.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/caution.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/draft.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/home.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/important.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/next.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/note.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/prev.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/tip.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/toc-blank.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/toc-minus.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/toc-plus.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/up.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/warning.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/1.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/10.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/2.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/3.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/4.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/5.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/6.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/7.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/8.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/9.png
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/example/.deps
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/example/.libs
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/example/Makefile
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/example/Makefile.am
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/example/Makefile.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/example/gjobread
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/example/gjobread.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/example/gjobread.o
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/example/gjobs.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/example/.deps/gjobread.Po
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/example/.libs/gjobread
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/Makefile
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/Makefile.am
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/Makefile.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/win32config.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/wsockcompat.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/DOCBparser.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/HTMLparser.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/HTMLtree.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/Makefile
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/Makefile.am
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/Makefile.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/SAX.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/SAX2.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/c14n.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/catalog.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/chvalid.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/debugXML.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/dict.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/encoding.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/entities.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/globals.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/hash.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/list.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/nanoftp.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/nanohttp.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/parser.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/parserInternals.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/pattern.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/relaxng.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/schemasInternals.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/schematron.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/threads.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/tree.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/uri.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/valid.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xinclude.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xlink.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlIO.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlautomata.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlerror.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlexports.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlmemory.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlmodule.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlreader.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlregexp.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlsave.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlschemas.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlschemastypes.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlstring.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlunicode.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlversion.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlversion.h.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlwriter.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xpath.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xpathInternals.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/include/libxml/xpointer.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/m4/libtool.m4
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/m4/ltoptions.m4
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/m4/ltsugar.m4
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/m4/ltversion.m4
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/m4/lt~obsolete.m4
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/macos/README
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/macos/libxml2.mcp.xml.sit.hqx
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/macos/src
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/macos/src/XMLTestPrefix.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/macos/src/XMLTestPrefix2.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/macos/src/config-mac.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/macos/src/libxml2_GUSIConfig.cp
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/macos/src/macos_main.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/.deps
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/Makefile
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/Makefile.am
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/Makefile.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/README
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/TODO
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/drv_libxml2.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/generator.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/libxml.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/libxml.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/libxml2-python-api.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/libxml_wrap.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/setup.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/setup.py.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/types.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/.deps/libxml.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/.deps/libxml2-py.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/.deps/types.Plo
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/Makefile
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/Makefile.am
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/Makefile.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/attribs.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/build.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/compareNodes.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/ctxterror.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/cutnpaste.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/dtdvalid.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/error.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/inbuf.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/indexes.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/invalid.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/nsdel.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/outbuf.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/push.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/pushSAX.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/pushSAXhtml.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/reader.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/reader2.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/reader3.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/reader4.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/reader5.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/reader6.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/reader7.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/reader8.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/readererr.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/readernext.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/regexp.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/relaxng.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/resolver.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/schema.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/serialize.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/sync.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/test.dtd
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/thread2.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/tst.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/tst.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/tstLastError.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/tstURI.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/tstmem.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/tstxpath.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/valid.xml
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/validDTD.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/validRNG.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/validSchemas.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/validate.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/walker.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/xpath.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/xpathext.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/xpathleak.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/xpathns.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/python/tests/xpathret.py
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/vms/build_libxml.com
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/vms/config.vms
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/vms/diffs.vms
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/vms/readme.vms
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/.cvsignore
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/Makefile.bcb
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/Makefile.mingw
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/Makefile.msvc
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/Readme.txt
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/configure.js
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/defgen.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/libxml2.def.src
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/wince
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcb
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vco
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcp
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcw
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/wince/wincecompat.c
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/win32/wince/wincecompat.h
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xstc/Makefile
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xstc/Makefile.am
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xstc/Makefile.in
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xstc/xstc-to-python.xsl
/kv5y/Kit/backup-071014/Documents/hamlib/libxml2-2.7.8/xstc/xstc.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2_2.7.8.dfsg.orig.tar
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/AUTHORS
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/COPYING
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/ChangeLog
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/Copyright
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/DOCBparser.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/DOCBparser.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/DOCBparser.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/HTMLparser.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/HTMLparser.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/HTMLparser.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/HTMLtree.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/HTMLtree.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/HTMLtree.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/INSTALL
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/Makefile
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/Makefile.am
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/Makefile.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/Makefile.tests
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/NEWS
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/README
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/README.tests
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/SAX.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/SAX.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/SAX.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/SAX2.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/SAX2.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/SAX2.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/TODO
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/TODO_SCHEMAS
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/VxWorks
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/acconfig.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/acinclude.m4
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/aclocal.m4
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/bakefile
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/c14n.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/c14n.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/c14n.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/catalog.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/catalog.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/catalog.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/check-relaxng-test-suite.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/check-relaxng-test-suite2.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/check-xinclude-test-suite.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/check-xml-test-suite.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/check-xsddata-test-suite.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/chvalid.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/chvalid.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/chvalid.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/config.guess
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/config.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/config.h.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/config.log
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/config.status
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/config.sub
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/configure
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/configure.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/dbgen.pl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/dbgenattr.pl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/debugXML.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/debugXML.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/debugXML.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/depcomp
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/dict.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/dict.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/dict.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/elfgcchack.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/encoding.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/encoding.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/encoding.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/entities.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/entities.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/entities.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/error.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/error.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/error.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/example
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/genUnicode.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/gentest.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/globals.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/globals.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/globals.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/hash.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/hash.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/hash.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/install-sh
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/legacy.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/legacy.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/legacy.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/libtool
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/libxml-2.0-uninstalled.pc
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/libxml-2.0-uninstalled.pc.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/libxml-2.0.pc
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/libxml-2.0.pc.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/libxml.3
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/libxml.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/libxml.m4
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/libxml.spec.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/libxml2.la
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/libxml2.spec
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/libxml2.syms
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/list.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/list.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/list.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/ltmain.sh
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/m4
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/macos
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/missing
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/nanoftp.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/nanoftp.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/nanoftp.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/nanohttp.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/nanohttp.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/nanohttp.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/parser.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/parser.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/parser.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/parserInternals.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/parserInternals.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/parserInternals.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/pattern.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/pattern.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/pattern.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/regressions.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/regressions.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/relaxng.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/relaxng.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/relaxng.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/runsuite
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/runsuite.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/runsuite.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/runtest
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/runtest.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/runtest.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/runxmlconf
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/runxmlconf.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/runxmlconf.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/schematron.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/schematron.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/schematron.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/stamp-h1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testAutomata
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testAutomata.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testAutomata.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testC14N
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testC14N.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testC14N.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testHTML
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testHTML.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testHTML.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testModule
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testModule.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testModule.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testReader
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testReader.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testReader.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testRegexp
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testRegexp.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testRegexp.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testRelax
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testRelax.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testRelax.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testSAX
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testSAX.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testSAX.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testSchemas
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testSchemas.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testSchemas.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testThreads
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testThreads.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testThreads.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testThreadsWin32.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testURI
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testURI.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testURI.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testXPath
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testXPath.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testXPath.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testapi
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testapi.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testapi.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testchar
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testchar.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testchar.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testdict
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testdict.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testdict.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testdso.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testdso.la
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testdso.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testdso.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testrecurse
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testrecurse.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/testrecurse.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/threads.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/threads.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/threads.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/tree.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/tree.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/tree.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/trio.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/trio.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/triodef.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/trionan.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/trionan.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/triop.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/triostr.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/triostr.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/uri.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/uri.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/uri.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/valid.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/valid.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/valid.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/vms
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xinclude.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xinclude.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xinclude.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xlink.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xlink.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xlink.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xml2-config
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xml2-config.1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xml2-config.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xml2Conf.sh
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xml2Conf.sh.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlIO.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlIO.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlIO.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlcatalog
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlcatalog.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlcatalog.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmllint
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmllint.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmllint.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlmemory.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlmemory.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlmemory.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlmodule.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlmodule.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlmodule.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlreader.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlreader.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlreader.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlregexp.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlregexp.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlregexp.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlsave.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlsave.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlsave.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlschemas.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlschemas.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlschemas.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlschemastypes.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlschemastypes.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlschemastypes.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlstring.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlstring.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlstring.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlunicode.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlunicode.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlunicode.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlwriter.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlwriter.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xmlwriter.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xpath.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xpath.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xpath.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xpointer.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xpointer.lo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xpointer.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xstc
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/DOCBparser.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/HTMLparser.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/HTMLtree.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/SAX.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/SAX2.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/c14n.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/catalog.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/chvalid.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/debugXML.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/dict.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/encoding.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/entities.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/error.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/globals.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/hash.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/legacy.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/list.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/nanoftp.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/nanohttp.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/parser.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/parserInternals.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/pattern.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/relaxng.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/runsuite.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/runtest.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/runxmlconf.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/schematron.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testAutomata.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testC14N.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testHTML.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testModule.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testReader.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testRegexp.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testRelax.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testSAX.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testSchemas.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testThreads.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testURI.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testXPath.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testapi.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testchar.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testdict.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testdso.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/testrecurse.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/threads.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/tree.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/trio.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/triostr.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/uri.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/valid.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xinclude.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xlink.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlIO.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlcatalog.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmllint.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlmemory.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlmodule.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlreader.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlregexp.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlsave.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlschemas.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlschemastypes.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlstring.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlunicode.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlwriter.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xpath.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.deps/xpointer.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/DOCBparser.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/HTMLparser.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/HTMLtree.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/SAX.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/SAX2.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/c14n.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/catalog.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/chvalid.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/debugXML.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/dict.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/encoding.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/entities.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/error.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/globals.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/hash.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/legacy.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.a
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.la
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.lai
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.so
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.so.2
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.so.2.7.8
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/list.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/nanoftp.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/nanohttp.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/parser.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/parserInternals.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/pattern.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/relaxng.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/runsuite
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/runtest
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/runxmlconf
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/schematron.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testAutomata
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testC14N
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testHTML
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testModule
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testReader
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testRegexp
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testRelax
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testSAX
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testSchemas
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testThreads
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testURI
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testXPath
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testapi
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testchar
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testdict
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.a
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.la
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.lai
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.so
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/testrecurse
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/threads.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/tree.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/uri.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/valid.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xinclude.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xlink.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlIO.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlcatalog
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmllint
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlmemory.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlmodule.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlreader.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlregexp.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlsave.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlschemas.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlschemastypes.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlstring.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlunicode.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlwriter.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xpath.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/.libs/xpointer.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/VxWorks/Makefile
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/VxWorks/README
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/VxWorks/build.sh
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/bakefile/Bakefiles.bkgen
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/bakefile/Readme.txt
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/bakefile/libxml2.bkl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk0.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk1.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk10.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk11.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk12.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk13.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk14.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk15.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk16.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk17.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk18.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk19.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk2.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk20.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk21.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk22.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk23.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk24.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk25.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk26.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk27.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk28.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk29.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk3.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk4.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk5.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk6.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk7.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk8.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk9.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIconstructors.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIfiles.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIfunctions.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/APIsymbols.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/ChangeLog.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/DOM.gif
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/DOM.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/FAQ.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/Libxml2-Logo-180x168.gif
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/Libxml2-Logo-90x34.gif
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/Makefile
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/Makefile.am
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/Makefile.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/README.docs
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/XMLinfo.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/XSLT.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/api.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/apibuild.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/architecture.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/bugs.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/catalog.gif
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/catalog.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/checkapisym.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/contribs.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/docs.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/downloads.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/elfgcchack.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/encoding.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/entities.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/example.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/guidelines.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/help.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/index.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/index.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/interface.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/intro.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/library.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/libxml.gif
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/libxml2-api.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/libxml2.xsa
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/namespaces.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/newapi.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/news.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/news.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/python.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/redhat.gif
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/search.php
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/searches.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/searches.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/site.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/smallfootonly.gif
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/structure.gif
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/symbols.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/syms.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/threads.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tree.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/upgrade.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/w3c.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/wiki.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/xml.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/xmlcatalog.1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/xmlcatalog_man.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/xmlcatalog_man.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/xmldtd.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/xmlio.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/xmllint.1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/xmllint.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/xmllint.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/xmlmem.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/xmlreader.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/xsa.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/Makefile
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/Makefile.am
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/Makefile.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/devhelp.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/general.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/home.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/html.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/index.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/left.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-DOCBparser.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-HTMLparser.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-HTMLtree.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-SAX.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-SAX2.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-c14n.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-catalog.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-chvalid.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-debugXML.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-dict.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-encoding.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-entities.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-globals.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-hash.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-list.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-nanoftp.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-nanohttp.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-parser.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-parserInternals.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-pattern.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-relaxng.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-schemasInternals.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-schematron.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-threads.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-tree.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-uri.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-valid.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xinclude.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xlink.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlIO.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlautomata.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlerror.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlexports.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlmemory.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlmodule.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlreader.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlregexp.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlsave.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlschemas.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlschemastypes.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlstring.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlunicode.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlversion.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlwriter.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xpath.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xpathInternals.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xpointer.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2.devhelp
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/right.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/style.css
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/up.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/Makefile
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/Makefile.am
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/Makefile.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/examples.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/examples.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/index.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io1.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io1.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io1.res
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io2
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io2.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io2.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io2.res
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse1.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse1.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse2
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse2.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse2.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse3
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse3.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse3.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse4
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse4.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse4.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1.res
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader2
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader2.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader2.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3.res
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4.res
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/test1.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/test2.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/test3.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/testWriter
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/testWriter.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/testWriter.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1.res
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2.res
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tst.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/writer.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1.res
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2.res
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/io1.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/io2.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse1.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse2.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse3.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse4.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader1.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader2.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader3.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader4.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/testWriter.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/tree1.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/tree2.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/xpath1.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/xpath2.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/io1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/io2
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse2
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse3
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse4
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader2
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader3
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader4
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/testWriter
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/tree1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/tree2
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/xpath1
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/xpath2
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/book1.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/home.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/index.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/left.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-DOCBparser.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-HTMLparser.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-HTMLtree.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-SAX.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-SAX2.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-c14n.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-catalog.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-chvalid.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-debugXML.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-dict.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-encoding.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-entities.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-globals.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-hash.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-lib.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-list.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-nanoftp.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-nanohttp.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-parser.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-parserInternals.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-pattern.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-relaxng.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-schemasInternals.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-schematron.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-threads.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-tree.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-uri.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-valid.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xinclude.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xlink.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlIO.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlautomata.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlerror.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlexports.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlmemory.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlmodule.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlreader.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlregexp.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlsave.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlschemas.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlschemastypes.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlstring.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlunicode.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlversion.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlwriter.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xpath.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xpathInternals.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xpointer.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/right.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/html/up.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apa.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apb.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apc.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apd.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ape.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apf.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apg.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/aph.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/api.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s02.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s03.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s04.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s05.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s06.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s07.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s08.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s09.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includeaddattribute.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includeaddkeyword.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includeconvert.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includegetattribute.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includekeyword.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includexpath.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/index.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ix01.html
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/xmltutorial.pdf
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/blank.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/caution.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/draft.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/home.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/important.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/next.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/note.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/prev.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/tip.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/toc-blank.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/toc-minus.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/toc-plus.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/up.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/warning.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/1.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/10.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/2.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/3.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/4.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/5.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/6.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/7.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/8.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/9.png
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/example/.deps
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/example/.libs
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/example/Makefile
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/example/Makefile.am
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/example/Makefile.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/example/gjobread
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/example/gjobread.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/example/gjobread.o
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/example/gjobs.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/example/.deps/gjobread.Po
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/example/.libs/gjobread
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/Makefile
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/Makefile.am
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/Makefile.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/win32config.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/wsockcompat.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/DOCBparser.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/HTMLparser.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/HTMLtree.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/Makefile
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/Makefile.am
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/Makefile.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/SAX.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/SAX2.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/c14n.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/catalog.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/chvalid.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/debugXML.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/dict.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/encoding.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/entities.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/globals.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/hash.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/list.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/nanoftp.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/nanohttp.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/parser.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/parserInternals.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/pattern.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/relaxng.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/schemasInternals.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/schematron.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/threads.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/tree.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/uri.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/valid.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xinclude.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xlink.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlIO.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlautomata.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlerror.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlexports.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlmemory.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlmodule.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlreader.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlregexp.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlsave.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlschemas.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlschemastypes.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlstring.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlunicode.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlversion.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlversion.h.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlwriter.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xpath.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xpathInternals.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xpointer.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/m4/libtool.m4
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/m4/ltoptions.m4
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/m4/ltsugar.m4
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/m4/ltversion.m4
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/m4/lt~obsolete.m4
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/macos/README
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/macos/libxml2.mcp.xml.sit.hqx
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/macos/src
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/macos/src/XMLTestPrefix.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/macos/src/XMLTestPrefix2.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/macos/src/config-mac.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/macos/src/libxml2_GUSIConfig.cp
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/macos/src/macos_main.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/.deps
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/Makefile
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/Makefile.am
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/Makefile.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/README
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/TODO
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/drv_libxml2.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/generator.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/libxml.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/libxml.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/libxml2-python-api.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/libxml_wrap.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/setup.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/setup.py.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/types.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/.deps/libxml.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/.deps/libxml2-py.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/.deps/types.Plo
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/Makefile
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/Makefile.am
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/Makefile.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/attribs.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/build.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/compareNodes.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/ctxterror.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/cutnpaste.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/dtdvalid.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/error.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/inbuf.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/indexes.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/invalid.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/nsdel.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/outbuf.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/push.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/pushSAX.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/pushSAXhtml.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader2.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader3.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader4.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader5.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader6.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader7.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader8.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/readererr.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/readernext.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/regexp.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/relaxng.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/resolver.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/schema.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/serialize.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/sync.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/test.dtd
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/thread2.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/tst.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/tst.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/tstLastError.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/tstURI.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/tstmem.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/tstxpath.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/valid.xml
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/validDTD.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/validRNG.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/validSchemas.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/validate.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/walker.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/xpath.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/xpathext.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/xpathleak.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/xpathns.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/python/tests/xpathret.py
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/vms/build_libxml.com
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/vms/config.vms
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/vms/diffs.vms
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/vms/readme.vms
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/.cvsignore
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/Makefile.bcb
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/Makefile.mingw
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/Makefile.msvc
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/Readme.txt
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/configure.js
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/defgen.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/libxml2.def.src
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/wince
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcb
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vco
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcp
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcw
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/wincecompat.c
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/wincecompat.h
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xstc/Makefile
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xstc/Makefile.am
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xstc/Makefile.in
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xstc/xstc-to-python.xsl
/kv5y/Kit/home-Mar-09-2014/Documents/hamlib/libxml2-2.7.8/xstc/xstc.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2_2.7.8.dfsg.orig.tar
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/AUTHORS
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/COPYING
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/ChangeLog
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/Copyright
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/DOCBparser.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/DOCBparser.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/DOCBparser.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/HTMLparser.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/HTMLparser.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/HTMLparser.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/HTMLtree.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/HTMLtree.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/HTMLtree.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/INSTALL
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/Makefile
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/Makefile.am
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/Makefile.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/Makefile.tests
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/NEWS
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/README
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/README.tests
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/SAX.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/SAX.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/SAX.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/SAX2.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/SAX2.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/SAX2.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/TODO
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/TODO_SCHEMAS
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/VxWorks
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/acconfig.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/acinclude.m4
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/aclocal.m4
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/bakefile
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/c14n.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/c14n.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/c14n.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/catalog.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/catalog.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/catalog.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/check-relaxng-test-suite.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/check-relaxng-test-suite2.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/check-xinclude-test-suite.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/check-xml-test-suite.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/check-xsddata-test-suite.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/chvalid.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/chvalid.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/chvalid.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/config.guess
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/config.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/config.h.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/config.log
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/config.status
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/config.sub
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/configure
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/configure.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/dbgen.pl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/dbgenattr.pl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/debugXML.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/debugXML.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/debugXML.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/depcomp
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/dict.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/dict.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/dict.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/elfgcchack.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/encoding.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/encoding.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/encoding.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/entities.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/entities.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/entities.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/error.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/error.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/error.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/example
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/genUnicode.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/gentest.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/globals.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/globals.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/globals.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/hash.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/hash.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/hash.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/install-sh
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/legacy.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/legacy.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/legacy.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/libtool
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/libxml-2.0-uninstalled.pc
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/libxml-2.0-uninstalled.pc.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/libxml-2.0.pc
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/libxml-2.0.pc.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/libxml.3
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/libxml.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/libxml.m4
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/libxml.spec.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/libxml2.la
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/libxml2.spec
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/libxml2.syms
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/list.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/list.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/list.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/ltmain.sh
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/m4
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/macos
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/missing
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/nanoftp.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/nanoftp.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/nanoftp.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/nanohttp.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/nanohttp.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/nanohttp.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/parser.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/parser.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/parser.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/parserInternals.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/parserInternals.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/parserInternals.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/pattern.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/pattern.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/pattern.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/regressions.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/regressions.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/relaxng.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/relaxng.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/relaxng.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/runsuite
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/runsuite.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/runsuite.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/runtest
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/runtest.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/runtest.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/runxmlconf
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/runxmlconf.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/runxmlconf.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/schematron.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/schematron.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/schematron.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/stamp-h1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testAutomata
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testAutomata.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testAutomata.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testC14N
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testC14N.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testC14N.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testHTML
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testHTML.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testHTML.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testModule
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testModule.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testModule.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testReader
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testReader.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testReader.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testRegexp
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testRegexp.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testRegexp.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testRelax
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testRelax.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testRelax.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testSAX
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testSAX.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testSAX.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testSchemas
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testSchemas.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testSchemas.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testThreads
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testThreads.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testThreads.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testThreadsWin32.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testURI
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testURI.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testURI.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testXPath
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testXPath.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testXPath.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testapi
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testapi.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testapi.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testchar
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testchar.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testchar.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testdict
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testdict.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testdict.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testdso.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testdso.la
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testdso.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testdso.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testrecurse
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testrecurse.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/testrecurse.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/threads.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/threads.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/threads.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/tree.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/tree.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/tree.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/trio.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/trio.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/triodef.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/trionan.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/trionan.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/triop.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/triostr.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/triostr.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/uri.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/uri.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/uri.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/valid.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/valid.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/valid.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/vms
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xinclude.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xinclude.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xinclude.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xlink.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xlink.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xlink.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xml2-config
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xml2-config.1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xml2-config.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xml2Conf.sh
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xml2Conf.sh.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlIO.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlIO.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlIO.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlcatalog
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlcatalog.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlcatalog.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmllint
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmllint.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmllint.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlmemory.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlmemory.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlmemory.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlmodule.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlmodule.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlmodule.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlreader.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlreader.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlreader.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlregexp.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlregexp.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlregexp.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlsave.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlsave.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlsave.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlschemas.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlschemas.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlschemas.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlschemastypes.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlschemastypes.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlschemastypes.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlstring.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlstring.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlstring.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlunicode.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlunicode.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlunicode.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlwriter.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlwriter.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xmlwriter.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xpath.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xpath.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xpath.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xpointer.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xpointer.lo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xpointer.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xstc
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/DOCBparser.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/HTMLparser.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/HTMLtree.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/SAX.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/SAX2.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/c14n.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/catalog.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/chvalid.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/debugXML.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/dict.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/encoding.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/entities.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/error.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/globals.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/hash.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/legacy.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/list.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/nanoftp.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/nanohttp.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/parser.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/parserInternals.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/pattern.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/relaxng.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/runsuite.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/runtest.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/runxmlconf.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/schematron.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testAutomata.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testC14N.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testHTML.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testModule.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testReader.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testRegexp.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testRelax.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testSAX.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testSchemas.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testThreads.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testURI.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testXPath.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testapi.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testchar.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testdict.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testdso.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/testrecurse.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/threads.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/tree.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/trio.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/triostr.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/uri.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/valid.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xinclude.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xlink.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlIO.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlcatalog.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmllint.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlmemory.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlmodule.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlreader.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlregexp.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlsave.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlschemas.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlschemastypes.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlstring.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlunicode.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xmlwriter.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xpath.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.deps/xpointer.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/DOCBparser.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/HTMLparser.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/HTMLtree.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/SAX.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/SAX2.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/c14n.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/catalog.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/chvalid.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/debugXML.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/dict.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/encoding.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/entities.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/error.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/globals.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/hash.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/legacy.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.a
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.la
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.lai
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.so
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.so.2
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/libxml2.so.2.7.8
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/list.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/nanoftp.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/nanohttp.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/parser.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/parserInternals.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/pattern.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/relaxng.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/runsuite
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/runtest
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/runxmlconf
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/schematron.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testAutomata
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testC14N
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testHTML
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testModule
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testReader
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testRegexp
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testRelax
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testSAX
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testSchemas
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testThreads
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testURI
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testXPath
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testapi
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testchar
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testdict
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.a
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.la
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.lai
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testdso.so
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/testrecurse
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/threads.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/tree.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/uri.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/valid.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xinclude.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xlink.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlIO.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlcatalog
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmllint
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlmemory.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlmodule.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlreader.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlregexp.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlsave.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlschemas.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlschemastypes.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlstring.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlunicode.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xmlwriter.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xpath.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/.libs/xpointer.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/VxWorks/Makefile
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/VxWorks/README
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/VxWorks/build.sh
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/bakefile/Bakefiles.bkgen
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/bakefile/Readme.txt
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/bakefile/libxml2.bkl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk0.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk1.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk10.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk11.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk12.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk13.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk14.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk15.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk16.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk17.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk18.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk19.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk2.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk20.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk21.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk22.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk23.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk24.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk25.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk26.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk27.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk28.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk29.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk3.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk4.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk5.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk6.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk7.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk8.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIchunk9.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIconstructors.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIfiles.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIfunctions.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/APIsymbols.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/ChangeLog.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/DOM.gif
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/DOM.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/FAQ.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/Libxml2-Logo-180x168.gif
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/Libxml2-Logo-90x34.gif
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/Makefile
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/Makefile.am
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/Makefile.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/README.docs
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/XMLinfo.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/XSLT.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/api.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/apibuild.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/architecture.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/bugs.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/catalog.gif
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/catalog.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/checkapisym.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/contribs.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/docs.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/downloads.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/elfgcchack.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/encoding.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/entities.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/example.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/guidelines.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/help.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/index.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/index.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/interface.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/intro.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/library.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/libxml.gif
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/libxml2-api.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/libxml2.xsa
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/namespaces.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/newapi.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/news.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/news.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/python.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/redhat.gif
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/search.php
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/searches.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/searches.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/site.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/smallfootonly.gif
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/structure.gif
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/symbols.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/syms.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/threads.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tree.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/upgrade.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/w3c.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/wiki.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/xml.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/xmlcatalog.1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/xmlcatalog_man.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/xmlcatalog_man.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/xmldtd.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/xmlio.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/xmllint.1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/xmllint.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/xmllint.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/xmlmem.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/xmlreader.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/xsa.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/Makefile
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/Makefile.am
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/Makefile.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/devhelp.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/general.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/home.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/html.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/index.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/left.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-DOCBparser.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-HTMLparser.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-HTMLtree.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-SAX.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-SAX2.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-c14n.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-catalog.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-chvalid.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-debugXML.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-dict.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-encoding.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-entities.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-globals.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-hash.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-list.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-nanoftp.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-nanohttp.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-parser.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-parserInternals.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-pattern.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-relaxng.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-schemasInternals.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-schematron.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-threads.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-tree.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-uri.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-valid.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xinclude.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xlink.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlIO.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlautomata.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlerror.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlexports.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlmemory.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlmodule.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlreader.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlregexp.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlsave.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlschemas.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlschemastypes.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlstring.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlunicode.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlversion.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xmlwriter.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xpath.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xpathInternals.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2-xpointer.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/libxml2.devhelp
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/right.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/style.css
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/devhelp/up.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/Makefile
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/Makefile.am
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/Makefile.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/examples.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/examples.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/index.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io1.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io1.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io1.res
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io2
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io2.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io2.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/io2.res
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse1.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse1.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse2
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse2.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse2.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse3
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse3.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse3.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse4
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse4.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/parse4.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader1.res
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader2
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader2.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader2.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader3.res
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/reader4.res
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/test1.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/test2.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/test3.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/testWriter
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/testWriter.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/testWriter.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree1.res
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tree2.res
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/tst.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/writer.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath1.res
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/xpath2.res
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/io1.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/io2.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse1.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse2.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse3.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/parse4.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader1.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader2.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader3.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/reader4.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/testWriter.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/tree1.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/tree2.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/xpath1.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.deps/xpath2.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/io1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/io2
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse2
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse3
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/parse4
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader2
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader3
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/reader4
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/testWriter
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/tree1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/tree2
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/xpath1
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/examples/.libs/xpath2
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/book1.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/home.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/index.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/left.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-DOCBparser.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-HTMLparser.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-HTMLtree.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-SAX.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-SAX2.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-c14n.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-catalog.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-chvalid.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-debugXML.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-dict.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-encoding.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-entities.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-globals.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-hash.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-lib.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-list.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-nanoftp.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-nanohttp.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-parser.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-parserInternals.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-pattern.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-relaxng.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-schemasInternals.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-schematron.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-threads.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-tree.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-uri.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-valid.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xinclude.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xlink.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlIO.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlautomata.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlerror.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlexports.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlmemory.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlmodule.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlreader.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlregexp.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlsave.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlschemas.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlschemastypes.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlstring.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlunicode.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlversion.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xmlwriter.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xpath.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xpathInternals.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/libxml-xpointer.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/right.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/html/up.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apa.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apb.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apc.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apd.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ape.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apf.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/apg.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/aph.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/api.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s02.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s03.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s04.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s05.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s06.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s07.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s08.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ar01s09.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includeaddattribute.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includeaddkeyword.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includeconvert.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includegetattribute.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includekeyword.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/includexpath.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/index.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/ix01.html
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/xmltutorial.pdf
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/blank.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/caution.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/draft.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/home.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/important.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/next.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/note.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/prev.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/tip.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/toc-blank.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/toc-minus.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/toc-plus.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/up.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/warning.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/1.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/10.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/2.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/3.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/4.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/5.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/6.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/7.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/8.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/doc/tutorial/images/callouts/9.png
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/example/.deps
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/example/.libs
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/example/Makefile
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/example/Makefile.am
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/example/Makefile.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/example/gjobread
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/example/gjobread.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/example/gjobread.o
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/example/gjobs.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/example/.deps/gjobread.Po
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/example/.libs/gjobread
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/Makefile
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/Makefile.am
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/Makefile.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/win32config.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/wsockcompat.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/DOCBparser.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/HTMLparser.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/HTMLtree.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/Makefile
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/Makefile.am
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/Makefile.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/SAX.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/SAX2.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/c14n.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/catalog.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/chvalid.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/debugXML.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/dict.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/encoding.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/entities.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/globals.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/hash.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/list.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/nanoftp.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/nanohttp.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/parser.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/parserInternals.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/pattern.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/relaxng.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/schemasInternals.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/schematron.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/threads.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/tree.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/uri.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/valid.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xinclude.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xlink.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlIO.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlautomata.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlerror.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlexports.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlmemory.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlmodule.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlreader.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlregexp.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlsave.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlschemas.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlschemastypes.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlstring.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlunicode.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlversion.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlversion.h.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xmlwriter.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xpath.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xpathInternals.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/include/libxml/xpointer.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/m4/libtool.m4
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/m4/ltoptions.m4
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/m4/ltsugar.m4
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/m4/ltversion.m4
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/m4/lt~obsolete.m4
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/macos/README
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/macos/libxml2.mcp.xml.sit.hqx
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/macos/src
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/macos/src/XMLTestPrefix.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/macos/src/XMLTestPrefix2.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/macos/src/config-mac.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/macos/src/libxml2_GUSIConfig.cp
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/macos/src/macos_main.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/.deps
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/Makefile
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/Makefile.am
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/Makefile.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/README
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/TODO
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/drv_libxml2.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/generator.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/libxml.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/libxml.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/libxml2-python-api.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/libxml_wrap.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/setup.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/setup.py.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/types.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/.deps/libxml.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/.deps/libxml2-py.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/.deps/types.Plo
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/Makefile
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/Makefile.am
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/Makefile.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/attribs.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/build.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/compareNodes.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/ctxterror.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/cutnpaste.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/dtdvalid.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/error.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/inbuf.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/indexes.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/invalid.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/nsdel.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/outbuf.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/push.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/pushSAX.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/pushSAXhtml.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader2.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader3.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader4.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader5.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader6.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader7.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/reader8.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/readererr.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/readernext.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/regexp.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/relaxng.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/resolver.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/schema.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/serialize.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/sync.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/test.dtd
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/thread2.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/tst.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/tst.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/tstLastError.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/tstURI.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/tstmem.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/tstxpath.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/valid.xml
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/validDTD.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/validRNG.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/validSchemas.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/validate.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/walker.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/xpath.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/xpathext.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/xpathleak.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/xpathns.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/python/tests/xpathret.py
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/vms/build_libxml.com
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/vms/config.vms
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/vms/diffs.vms
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/vms/readme.vms
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/.cvsignore
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/Makefile.bcb
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/Makefile.mingw
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/Makefile.msvc
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/Readme.txt
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/configure.js
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/defgen.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/libxml2.def.src
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/wince
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcb
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vco
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcp
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/libxml2.vcw
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/wincecompat.c
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/win32/wince/wincecompat.h
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xstc/Makefile
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xstc/Makefile.am
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xstc/Makefile.in
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xstc/xstc-to-python.xsl
/kv5y/Kit/home-May-18-2014/Documents/hamlib/libxml2-2.7.8/xstc/xstc.py
/opt/libreoffice4.2/ure/lib/libxml2.so.2
/usr/include/libxml2
/usr/include/libxml2/libxml
/usr/include/libxml2/libxml/DOCBparser.h
/usr/include/libxml2/libxml/HTMLparser.h
/usr/include/libxml2/libxml/HTMLtree.h
/usr/include/libxml2/libxml/SAX.h
/usr/include/libxml2/libxml/SAX2.h
/usr/include/libxml2/libxml/c14n.h
/usr/include/libxml2/libxml/catalog.h
/usr/include/libxml2/libxml/chvalid.h
/usr/include/libxml2/libxml/debugXML.h
/usr/include/libxml2/libxml/dict.h
/usr/include/libxml2/libxml/encoding.h
/usr/include/libxml2/libxml/entities.h
/usr/include/libxml2/libxml/globals.h
/usr/include/libxml2/libxml/hash.h
/usr/include/libxml2/libxml/list.h
/usr/include/libxml2/libxml/nanoftp.h
/usr/include/libxml2/libxml/nanohttp.h
/usr/include/libxml2/libxml/parser.h
/usr/include/libxml2/libxml/parserInternals.h
/usr/include/libxml2/libxml/pattern.h
/usr/include/libxml2/libxml/relaxng.h
/usr/include/libxml2/libxml/schemasInternals.h
/usr/include/libxml2/libxml/schematron.h
/usr/include/libxml2/libxml/threads.h
/usr/include/libxml2/libxml/tree.h
/usr/include/libxml2/libxml/uri.h
/usr/include/libxml2/libxml/valid.h
/usr/include/libxml2/libxml/xinclude.h
/usr/include/libxml2/libxml/xlink.h
/usr/include/libxml2/libxml/xmlIO.h
/usr/include/libxml2/libxml/xmlautomata.h
/usr/include/libxml2/libxml/xmlerror.h
/usr/include/libxml2/libxml/xmlexports.h
/usr/include/libxml2/libxml/xmlmemory.h
/usr/include/libxml2/libxml/xmlmodule.h
/usr/include/libxml2/libxml/xmlreader.h
/usr/include/libxml2/libxml/xmlregexp.h
/usr/include/libxml2/libxml/xmlsave.h
/usr/include/libxml2/libxml/xmlschemas.h
/usr/include/libxml2/libxml/xmlschemastypes.h
/usr/include/libxml2/libxml/xmlstring.h
/usr/include/libxml2/libxml/xmlunicode.h
/usr/include/libxml2/libxml/xmlversion.h
/usr/include/libxml2/libxml/xmlwriter.h
/usr/include/libxml2/libxml/xpath.h
/usr/include/libxml2/libxml/xpathInternals.h
/usr/include/libxml2/libxml/xpointer.h
/usr/lib/girepository-1.0/libxml2-2.0.typelib
/usr/lib/python2.7/dist-packages/drv_libxml2.py
/usr/lib/python2.7/dist-packages/drv_libxml2.pyc
/usr/lib/python2.7/dist-packages/libxml2.py
/usr/lib/python2.7/dist-packages/libxml2.pyc
/usr/lib/python2.7/dist-packages/libxml2mod.so
/usr/lib/x86_64-linux-gnu/libxml2.a
/usr/lib/x86_64-linux-gnu/libxml2.so
/usr/lib/x86_64-linux-gnu/libxml2.so.2
/usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
/usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1.BAK
/usr/local/include/libxml2
/usr/local/include/libxml2/libxml
/usr/local/include/libxml2/libxml/DOCBparser.h
/usr/local/include/libxml2/libxml/HTMLparser.h
/usr/local/include/libxml2/libxml/HTMLtree.h
/usr/local/include/libxml2/libxml/SAX.h
/usr/local/include/libxml2/libxml/SAX2.h
/usr/local/include/libxml2/libxml/c14n.h
/usr/local/include/libxml2/libxml/catalog.h
/usr/local/include/libxml2/libxml/chvalid.h
/usr/local/include/libxml2/libxml/debugXML.h
/usr/local/include/libxml2/libxml/dict.h
/usr/local/include/libxml2/libxml/encoding.h
/usr/local/include/libxml2/libxml/entities.h
/usr/local/include/libxml2/libxml/globals.h
/usr/local/include/libxml2/libxml/hash.h
/usr/local/include/libxml2/libxml/list.h
/usr/local/include/libxml2/libxml/nanoftp.h
/usr/local/include/libxml2/libxml/nanohttp.h
/usr/local/include/libxml2/libxml/parser.h
/usr/local/include/libxml2/libxml/parserInternals.h
/usr/local/include/libxml2/libxml/pattern.h
/usr/local/include/libxml2/libxml/relaxng.h
/usr/local/include/libxml2/libxml/schemasInternals.h
/usr/local/include/libxml2/libxml/schematron.h
/usr/local/include/libxml2/libxml/threads.h
/usr/local/include/libxml2/libxml/tree.h
/usr/local/include/libxml2/libxml/uri.h
/usr/local/include/libxml2/libxml/valid.h
/usr/local/include/libxml2/libxml/xinclude.h
/usr/local/include/libxml2/libxml/xlink.h
/usr/local/include/libxml2/libxml/xmlIO.h
/usr/local/include/libxml2/libxml/xmlautomata.h
/usr/local/include/libxml2/libxml/xmlerror.h
/usr/local/include/libxml2/libxml/xmlexports.h
/usr/local/include/libxml2/libxml/xmlmemory.h
/usr/local/include/libxml2/libxml/xmlmodule.h
/usr/local/include/libxml2/libxml/xmlreader.h
/usr/local/include/libxml2/libxml/xmlregexp.h
/usr/local/include/libxml2/libxml/xmlsave.h
/usr/local/include/libxml2/libxml/xmlschemas.h
/usr/local/include/libxml2/libxml/xmlschemastypes.h
/usr/local/include/libxml2/libxml/xmlstring.h
/usr/local/include/libxml2/libxml/xmlunicode.h
/usr/local/include/libxml2/libxml/xmlversion.h
/usr/local/include/libxml2/libxml/xmlwriter.h
/usr/local/include/libxml2/libxml/xpath.h
/usr/local/include/libxml2/libxml/xpathInternals.h
/usr/local/include/libxml2/libxml/xpointer.h
/usr/local/lib/libxml2.a
/usr/local/lib/libxml2.la
/usr/local/lib/libxml2.so
/usr/local/lib/libxml2.so.2
/usr/local/lib/libxml2.so.2.7.8
/usr/local/share/doc/libxml2-2.7.8
/usr/local/share/doc/libxml2-2.7.8/Copyright
/usr/local/share/doc/libxml2-2.7.8/examples
/usr/local/share/doc/libxml2-2.7.8/html
/usr/local/share/doc/libxml2-2.7.8/examples/testHTML.c
/usr/local/share/doc/libxml2-2.7.8/examples/testSAX.c
/usr/local/share/doc/libxml2-2.7.8/examples/testXPath.c
/usr/local/share/doc/libxml2-2.7.8/examples/xmllint.c
/usr/local/share/doc/libxml2-2.7.8/html/DOM.gif
/usr/local/share/doc/libxml2-2.7.8/html/FAQ.html
/usr/local/share/doc/libxml2-2.7.8/html/Libxml2-Logo-180x168.gif
/usr/local/share/doc/libxml2-2.7.8/html/Libxml2-Logo-90x34.gif
/usr/local/share/doc/libxml2-2.7.8/html/encoding.html
/usr/local/share/doc/libxml2-2.7.8/html/examples.xml
/usr/local/share/doc/libxml2-2.7.8/html/examples.xsl
/usr/local/share/doc/libxml2-2.7.8/html/html
/usr/local/share/doc/libxml2-2.7.8/html/io1.c
/usr/local/share/doc/libxml2-2.7.8/html/io1.res
/usr/local/share/doc/libxml2-2.7.8/html/io2.c
/usr/local/share/doc/libxml2-2.7.8/html/io2.res
/usr/local/share/doc/libxml2-2.7.8/html/libxml.gif
/usr/local/share/doc/libxml2-2.7.8/html/parse1.c
/usr/local/share/doc/libxml2-2.7.8/html/parse2.c
/usr/local/share/doc/libxml2-2.7.8/html/parse3.c
/usr/local/share/doc/libxml2-2.7.8/html/parse4.c
/usr/local/share/doc/libxml2-2.7.8/html/reader1.c
/usr/local/share/doc/libxml2-2.7.8/html/reader1.res
/usr/local/share/doc/libxml2-2.7.8/html/reader2.c
/usr/local/share/doc/libxml2-2.7.8/html/reader3.c
/usr/local/share/doc/libxml2-2.7.8/html/reader3.res
/usr/local/share/doc/libxml2-2.7.8/html/reader4.c
/usr/local/share/doc/libxml2-2.7.8/html/reader4.res
/usr/local/share/doc/libxml2-2.7.8/html/redhat.gif
/usr/local/share/doc/libxml2-2.7.8/html/smallfootonly.gif
/usr/local/share/doc/libxml2-2.7.8/html/structure.gif
/usr/local/share/doc/libxml2-2.7.8/html/test1.xml
/usr/local/share/doc/libxml2-2.7.8/html/test2.xml
/usr/local/share/doc/libxml2-2.7.8/html/test3.xml
/usr/local/share/doc/libxml2-2.7.8/html/testWriter.c
/usr/local/share/doc/libxml2-2.7.8/html/tree1.c
/usr/local/share/doc/libxml2-2.7.8/html/tree1.res
/usr/local/share/doc/libxml2-2.7.8/html/tree2.c
/usr/local/share/doc/libxml2-2.7.8/html/tree2.res
/usr/local/share/doc/libxml2-2.7.8/html/tst.xml
/usr/local/share/doc/libxml2-2.7.8/html/tutorial
/usr/local/share/doc/libxml2-2.7.8/html/w3c.png
/usr/local/share/doc/libxml2-2.7.8/html/writer.xml
/usr/local/share/doc/libxml2-2.7.8/html/xml.html
/usr/local/share/doc/libxml2-2.7.8/html/xpath1.c
/usr/local/share/doc/libxml2-2.7.8/html/xpath1.res
/usr/local/share/doc/libxml2-2.7.8/html/xpath2.c
/usr/local/share/doc/libxml2-2.7.8/html/xpath2.res
/usr/local/share/doc/libxml2-2.7.8/html/html/book1.html
/usr/local/share/doc/libxml2-2.7.8/html/html/home.png
/usr/local/share/doc/libxml2-2.7.8/html/html/index.html
/usr/local/share/doc/libxml2-2.7.8/html/html/left.png
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-DOCBparser.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-HTMLparser.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-HTMLtree.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-SAX.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-SAX2.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-c14n.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-catalog.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-chvalid.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-debugXML.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-dict.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-encoding.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-entities.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-globals.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-hash.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-lib.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-list.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-nanoftp.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-nanohttp.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-parser.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-parserInternals.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-pattern.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-relaxng.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-schemasInternals.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-schematron.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-threads.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-tree.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-uri.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-valid.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xinclude.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xlink.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlIO.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlautomata.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlerror.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlexports.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlmemory.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlmodule.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlreader.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlregexp.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlsave.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlschemas.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlschemastypes.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlstring.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlunicode.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlversion.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xmlwriter.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xpath.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xpathInternals.html
/usr/local/share/doc/libxml2-2.7.8/html/html/libxml-xpointer.html
/usr/local/share/doc/libxml2-2.7.8/html/html/right.png
/usr/local/share/doc/libxml2-2.7.8/html/html/up.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/apa.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/apb.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/apc.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/apd.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/ape.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/apf.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/apg.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/aph.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/api.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/ar01s02.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/ar01s03.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/ar01s04.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/ar01s05.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/ar01s06.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/ar01s07.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/ar01s08.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/ar01s09.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/includeaddattribute.c
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/includeaddkeyword.c
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/includeconvert.c
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/includegetattribute.c
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/includekeyword.c
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/includexpath.c
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/index.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/ix01.html
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/xmltutorial.pdf
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/blank.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/callouts
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/caution.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/draft.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/home.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/important.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/next.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/note.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/prev.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/tip.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/toc-blank.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/toc-minus.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/toc-plus.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/up.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/warning.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/callouts/1.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/callouts/10.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/callouts/2.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/callouts/3.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/callouts/4.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/callouts/5.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/callouts/6.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/callouts/7.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/callouts/8.png
/usr/local/share/doc/libxml2-2.7.8/html/tutorial/images/callouts/9.png
/usr/local/share/gtk-doc/html/libxml2
/usr/local/share/gtk-doc/html/libxml2/general.html
/usr/local/share/gtk-doc/html/libxml2/home.png
/usr/local/share/gtk-doc/html/libxml2/index.html
/usr/local/share/gtk-doc/html/libxml2/left.png
/usr/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-SAX.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-c14n.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-catalog.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-dict.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-encoding.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-entities.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-globals.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-hash.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-list.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-parser.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-pattern.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-schematron.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-threads.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-tree.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-uri.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-valid.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xlink.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xpath.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html
/usr/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html
/usr/local/share/gtk-doc/html/libxml2/libxml2.devhelp
/usr/local/share/gtk-doc/html/libxml2/right.png
/usr/local/share/gtk-doc/html/libxml2/style.css
/usr/local/share/gtk-doc/html/libxml2/up.png
/usr/share/aclocal/libxml2.m4
/usr/share/doc/libxml2
/usr/share/doc/libxml2-dev
/usr/share/doc/libxml2-utils
/usr/share/doc/python-libxml2
/usr/share/doc/libxml2/AUTHORS
/usr/share/doc/libxml2/NEWS.gz
/usr/share/doc/libxml2/README
/usr/share/doc/libxml2/README.Debian
/usr/share/doc/libxml2/TODO.gz
/usr/share/doc/libxml2/changelog.Debian.gz
/usr/share/doc/libxml2/copyright
/usr/share/doc/libxml2-dev/AUTHORS
/usr/share/doc/libxml2-dev/NEWS.gz
/usr/share/doc/libxml2-dev/README
/usr/share/doc/libxml2-dev/TODO.gz
/usr/share/doc/libxml2-dev/changelog.Debian.gz
/usr/share/doc/libxml2-dev/copyright
/usr/share/doc/libxml2-utils/AUTHORS
/usr/share/doc/libxml2-utils/NEWS.gz
/usr/share/doc/libxml2-utils/README
/usr/share/doc/libxml2-utils/TODO.gz
/usr/share/doc/libxml2-utils/changelog.Debian.gz
/usr/share/doc/libxml2-utils/copyright
/usr/share/doc/python-libxml2/AUTHORS
/usr/share/doc/python-libxml2/NEWS.gz
/usr/share/doc/python-libxml2/README
/usr/share/doc/python-libxml2/TODO
/usr/share/doc/python-libxml2/changelog.Debian.gz
/usr/share/doc/python-libxml2/copyright
/usr/share/doc/python-libxml2/examples
/usr/share/doc/python-libxml2/examples/attribs.py
/usr/share/doc/python-libxml2/examples/build.py
/usr/share/doc/python-libxml2/examples/compareNodes.py
/usr/share/doc/python-libxml2/examples/ctxterror.py
/usr/share/doc/python-libxml2/examples/cutnpaste.py
/usr/share/doc/python-libxml2/examples/dtdvalid.py
/usr/share/doc/python-libxml2/examples/error.py
/usr/share/doc/python-libxml2/examples/inbuf.py
/usr/share/doc/python-libxml2/examples/indexes.py
/usr/share/doc/python-libxml2/examples/input_callback.py
/usr/share/doc/python-libxml2/examples/invalid.xml
/usr/share/doc/python-libxml2/examples/nsdel.py
/usr/share/doc/python-libxml2/examples/outbuf.py
/usr/share/doc/python-libxml2/examples/push.py
/usr/share/doc/python-libxml2/examples/pushSAX.py
/usr/share/doc/python-libxml2/examples/pushSAXhtml.py
/usr/share/doc/python-libxml2/examples/reader.py
/usr/share/doc/python-libxml2/examples/reader2.py
/usr/share/doc/python-libxml2/examples/reader3.py
/usr/share/doc/python-libxml2/examples/reader4.py
/usr/share/doc/python-libxml2/examples/reader5.py
/usr/share/doc/python-libxml2/examples/reader6.py
/usr/share/doc/python-libxml2/examples/reader7.py
/usr/share/doc/python-libxml2/examples/reader8.py
/usr/share/doc/python-libxml2/examples/readererr.py
/usr/share/doc/python-libxml2/examples/readernext.py
/usr/share/doc/python-libxml2/examples/regexp.py
/usr/share/doc/python-libxml2/examples/relaxng.py
/usr/share/doc/python-libxml2/examples/resolver.py
/usr/share/doc/python-libxml2/examples/schema.py
/usr/share/doc/python-libxml2/examples/serialize.py
/usr/share/doc/python-libxml2/examples/sync.py
/usr/share/doc/python-libxml2/examples/thread2.py
/usr/share/doc/python-libxml2/examples/tst.py
/usr/share/doc/python-libxml2/examples/tst.xml
/usr/share/doc/python-libxml2/examples/tstLastError.py
/usr/share/doc/python-libxml2/examples/tstURI.py
/usr/share/doc/python-libxml2/examples/tstmem.py
/usr/share/doc/python-libxml2/examples/tstxpath.py
/usr/share/doc/python-libxml2/examples/valid.xml
/usr/share/doc/python-libxml2/examples/validDTD.py
/usr/share/doc/python-libxml2/examples/validRNG.py
/usr/share/doc/python-libxml2/examples/validSchemas.py
/usr/share/doc/python-libxml2/examples/validate.py
/usr/share/doc/python-libxml2/examples/walker.py
/usr/share/doc/python-libxml2/examples/xpath.py
/usr/share/doc/python-libxml2/examples/xpathext.py
/usr/share/doc/python-libxml2/examples/xpathleak.py
/usr/share/doc/python-libxml2/examples/xpathns.py
/usr/share/doc/python-libxml2/examples/xpathret.py
/usr/share/lintian/overrides/libxml2
/var/lib/dpkg/info/libxml2-dev:amd64.list
/var/lib/dpkg/info/libxml2-dev:amd64.md5sums
/var/lib/dpkg/info/libxml2-dev:amd64.preinst
/var/lib/dpkg/info/libxml2-utils.list
/var/lib/dpkg/info/libxml2-utils.md5sums
/var/lib/dpkg/info/libxml2-utils.preinst
/var/lib/dpkg/info/libxml2:amd64.list
/var/lib/dpkg/info/libxml2:amd64.md5sums
/var/lib/dpkg/info/libxml2:amd64.postinst
/var/lib/dpkg/info/libxml2:amd64.postrm
/var/lib/dpkg/info/libxml2:amd64.shlibs
/var/lib/dpkg/info/libxml2:amd64.symbols
/var/lib/dpkg/info/libxml2:i386.list
/var/lib/dpkg/info/libxml2:i386.postrm
/var/lib/dpkg/info/python-libxml2.list
/var/lib/dpkg/info/python-libxml2.md5sums
/var/lib/dpkg/info/python-libxml2.postinst
/var/lib/dpkg/info/python-libxml2.prerm
/var/lib/dpkg.backup/info/libxml2-dev:amd64.list
/var/lib/dpkg.backup/info/libxml2-dev:amd64.md5sums
/var/lib/dpkg.backup/info/libxml2-dev:amd64.preinst
/var/lib/dpkg.backup/info/libxml2-utils.list
/var/lib/dpkg.backup/info/libxml2-utils.md5sums
/var/lib/dpkg.backup/info/libxml2-utils.preinst
/var/lib/dpkg.backup/info/libxml2:amd64.list
/var/lib/dpkg.backup/info/libxml2:amd64.md5sums
/var/lib/dpkg.backup/info/libxml2:amd64.postinst
/var/lib/dpkg.backup/info/libxml2:amd64.postrm
/var/lib/dpkg.backup/info/libxml2:amd64.shlibs
/var/lib/dpkg.backup/info/libxml2:amd64.symbols
/var/lib/dpkg.backup/info/libxml2:i386.list
/var/lib/dpkg.backup/info/libxml2:i386.postrm
/var/lib/dpkg.backup/info/python-libxml2.list
/var/lib/dpkg.backup/info/python-libxml2.md5sums
/var/lib/dpkg.backup/info/python-libxml2.postinst
/var/lib/dpkg.backup/info/python-libxml2.prerm
kenr@Aspen:~$

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#24

I think I have discovered the root cause (or at least one of the root causes) on your PC.

Your Terminal output shows this issue:

/usr/local/lib/libxml2.a
/usr/local/lib/libxml2.la
/usr/local/lib/libxml2.so
/usr/local/lib/libxml2.so.2
/usr/local/lib/libxml2.so.2.7.8

The file /usr/local/lib/libxml2.so.2.7.8 should NOT exist on your PC.

The file libxml2.so.2.7.8 is part of the Ubuntu 12.04 LTS (precise) libxml2 package.

But the libxml2 package in Ubuntu 14.04 LTS (trusty) contains /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1

So during your upgrade to 14.04 LTS, some libraries (including libxml2) were not successfully migrated to Ubuntu 14.04 LTS.

There could be even more libraries that did not get correctly migrated to 14.04 LTS.

Safest bet is probably to just do a clean install of Ubuntu 14.04 LTS after backing up all your data.

Sources:
http://packages.ubuntu.com/search?suite=precise&arch=any&mode=exactfilename&searchon=contents&keywords=libxml2.so.2.7.8
http://packages.ubuntu.com/trusty/amd64/libxml2/filelist

Revision history for this message
Manfred Hampl (m-hampl) said :
#25

Agree with Mark that there apparently is a conflict between /usr/local/lib/libxml2.so (2.7.8) and /usr/lib/x86_64-linux-gnu/libxml2.so (2.9.1)

I doubt that they stem from Ubuntu 12.04; the lot of /usr/local/share/doc/libxml2-2.7.8... files seem to indicate that at a certain moment in time someone tried compiling that library from source.

Maybe deleting all files/directories with libxml2-2.7.8 in their name (and the /usr/local/lib/libxml2* files) helps without reinstalling.

Revision history for this message
Ken Rawlings (rnek11) said :
#26

Thanks guys for your help.
I burned a DVD of the 14.04 AMD64 ISO file and reinstalled, that fixed the software-center item and resolved a number of other issues with the desktop and system that I had notced.

Revision history for this message
Ken Rawlings (rnek11) said :
#27

I do not seem to have the ability to close BUg # 1349541 that I opened at mark's suggestion.
Can someone in your group make that happen???

Revision history for this message
hptsai (hptsai) said :
#28

I have the same situation after upgrade from 12.04 to 14.04. But I don't want to reinstall ubuntu.

Is there any solution for this ?

Revision history for this message
Manfred Hampl (m-hampl) said :
#29

@hptsai: Please don't piggyback on someone else's question, but create your own question document and provide the full error message that is shown when executing the command software-center in a terminal window.

@Ken: Mark has set the status of your bug to 'invalid' to indicate that it dies not need further work.
Can you please mark this question document as 'solved' (even if the problem was solved by a new installation).

Revision history for this message
heidmann (heidmann-thomas) said :
#30

Hello !
I just wanted to add that, having the same issue, renaming libxml2.so.2.7.8 seemed to solve the problem.
However, since I'm neophyte to Ubuntu , I'll let the admin judge this solution.

Can you help with this problem?

Provide an answer of your own, or ask Ken Rawlings for more information if necessary.

To post a message you must log in.