[xml] Broken link to GNOME svn page

2009-04-03 Thread John Brown
Hello All, The "GNOME SVN Tools" link (http://developer.gnome.org/tools/svn.html) on the libxml2 "Downloads" page is broken. The link should probably be http://live.gnome.org/SVN. Regards, Alias John Brown. ___ xml mailing list

[xml] xmlcatalog translating DTD PUBLIC identifier as filename in MSYS shell

2013-01-25 Thread John Brown
the public identifier is treated as a MSYS filename, so  //OASIS//DTD DocBook XML V4.5//EN becomes /C:/MinGW/msys/1.0/OASIS/DTD DocBook XML V4.1.2/EN Since I must run the configure script under MSYS, and xmlcatalog cannot find the DocBook DTD under MSYS, I cannot buil

Re: [xml] xmlcatalog translating DTD PUBLIC identifier as filename in MSYS shell

2013-01-26 Thread John Brown
> /mingw/bin/mingw32-xmlcatalog.exe and using /usr/bin/xmlcatalog.exe > instead. Since /usr/bin/xmlcatalog.exe is a MSys application, it does > not have path mangling problems. > It works,and I can even use '/etc/xml/catalog' as the filename instead of 'c:/ming

[xml] No module named libxml2mod

2013-02-19 Thread John Brown
or: libxml2mod (directory) libxml2mod.pyd libxml2mod.py libxml2mod.pyw libxml2mod.pyc in various places, but I have none of these files. How do I install libxml2mod? Regards, John Brown. ___ xml mailing list, project page http://xmlsoft.org/ xml@

Re: [xml] Strange validation errors in libxml 2.9.0 with MSVC 2010

2013-04-07 Thread John Brown
On Saturday, April 6, 2013 11:15 AM, Zoltán Ördögh wrote: On Sat, Apr 6, 2013 at 4:18 AM, John Brown  wrote: >[1]C:\Temp\TestMe>start file:///./testme.xml >The system cannot find the file file:///./testme.xml. > >[2]C:\Temp\TestMe>start file:///c:/temp/testme/testme.xml

[xml] Feature request : xmllint --xpath query on node in namespace

2014-11-01 Thread John Brown
apter']/*[local-name()='title']" book.xml if book.xml is like It would be good if there were a syntax for declaring the namespace on the command line. Regards, John Brown. ___ xml mailing list, project page http://xmlsoft.org/ xml@