Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-04 Thread Patrick Eisenacher
Hi Elfyn,

xmllint works fine for me. I tested it with the following options:

$ xmllint -noout -valid -catalogs Specification.xml

not specifying -catalogs or specifying -dtdvalid URL fetches the DTD 
from the given URL, as expected. Without the -valid option, only the 
well-formedness is checked. And without the -noout option, xmllint 
outputs the result tree to stdout. Validity and well-formedness errors 
are reported if present. My document is of medium size (~400k). I 
haven't tested any of the other options.

Now I'm looking forward for an updated xsltproc, cause that was what 
wasn't compatible with the latest XSL stylesheets.

Good work!

Thanks,
Patrick
I have uploaded test packages for LibXML2 version 2.5.7 to sources.redhat.com . The LibXML2 source and binary packages *should* be available on most mirrors by the beginning of next week. The source package does not *yet* contain a patch file; for some reason (me being tired?) `diff' was thinking the entire source package had changed, only the configury has changed, however.

Please test the library as much as possible, as I'd like to get this update out there ASAP. If you find any problems/Cygwin related bugs, please let me know on the list ([EMAIL PROTECTED]).

Updated packages for LibXSLT are to follow.

Elfyn


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-04 Thread Elfyn McBratney
 Hi Elfyn,

 xmllint works fine for me. I tested it with the following options:

 $ xmllint -noout -valid -catalogs Specification.xml

 not specifying -catalogs or specifying -dtdvalid URL fetches the DTD
 from the given URL, as expected. Without the -valid option, only the
 well-formedness is checked. And without the -noout option, xmllint
 outputs the result tree to stdout. Validity and well-formedness errors
 are reported if present. My document is of medium size (~400k). I
 haven't tested any of the other options.

Cool, this sounds promising. Before I took over maintainership of LibXML2 I
did all of my xml stuff in php, and took this as an excuse to learn the API.
I have library called 'webauth' which I have just migrated to C, which uses
xml files that can be well over ~30MG, and it works perfectly. (although a
little slow) :-)

 Now I'm looking forward for an updated xsltproc, cause that was what
 wasn't compatible with the latest XSL stylesheets.

LibXSLT packages are on there way. I'm rebuilding/packaging right now, so
hopefully I'll have them out (test packages) today.

 Good work!

 Thanks,
 Patrick

:-)

Elfyn



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-02 Thread Elfyn McBratney
I think you need a curr: 2.4.23-1 in your setup.hint file.
Upset seems to have dropped the [curr] packages from setup.ini.
Max.
Yea, I noticed an hour after I updated the setup.hint file. Thanks for 
letting me know, though. :-)

Elfyn

_
Tired of 56k? Get a FREE BT Broadband connection 
http://www.msn.co.uk/specials/btbroadband

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


[ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-01 Thread Elfyn McBratney
I have uploaded test packages for LibXML2 version 2.5.7 to 
sources.redhat.com . The LibXML2 source and binary packages *should* be 
available on most mirrors by the beginning of next week. The source package 
does not *yet* contain a patch file; for some reason (me being tired?) 
`diff' was thinking the entire source package had changed, only the 
configury has changed, however.

Please test the library as much as possible, as I'd like to get this update 
out there ASAP. If you find any problems/Cygwin related bugs, please let 
me know on the list ([EMAIL PROTECTED]).

Updated packages for LibXSLT are to follow.

Elfyn

_
Find a cheaper internet access deal - choose one to suit you. 
http://www.msn.co.uk/internetaccess

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-01 Thread Martin Gainty
Elfyn-
Wheres the doc?
Thanks,
-Martin
- Original Message -
From: Elfyn McBratney [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, May 31, 2003 7:12 PM
Subject: [ANNOUNCE] LibXML2 (2.5.7) test packages available


 I have uploaded test packages for LibXML2 version 2.5.7 to
 sources.redhat.com . The LibXML2 source and binary packages *should* be
 available on most mirrors by the beginning of next week. The source
package
 does not *yet* contain a patch file; for some reason (me being tired?)
 `diff' was thinking the entire source package had changed, only the
 configury has changed, however.

 Please test the library as much as possible, as I'd like to get this
update
 out there ASAP. If you find any problems/Cygwin related bugs, please let
 me know on the list ([EMAIL PROTECTED]).

 Updated packages for LibXSLT are to follow.

 Elfyn

 _
 Find a cheaper internet access deal - choose one to suit you.
 http://www.msn.co.uk/internetaccess


 --
 Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
 Problem reports:   http://cygwin.com/problems.html
 Documentation: http://cygwin.com/docs.html
 FAQ:   http://cygwin.com/faq/



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-01 Thread Elfyn McBratney
Elfyn-
Wheres the doc?
Thanks,
-Martin
If you mean the documentation for the library, it's under 
/usr/share/doc(libxml2(-python)-2.5.7), with a Cygwin README in 
/usr/doc/Cygwin .

Elfyn

_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-01 Thread Elfyn McBratney
Elfyn-
Wheres the doc?
Thanks,
-Martin
 If you mean the documentation for the library, it's under 
/usr/share/doc(libxml2(-python)-2.5.7),
s%share/doc%share/doc/%

Elfyn

_
On the move? Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-01 Thread Max Bowsher
Elfyn McBratney wrote:
 I have uploaded test packages for LibXML2 version 2.5.7 to
 sources.redhat.com . The LibXML2 source and binary packages *should* be
 available on most mirrors by the beginning of next week. The source
package
 does not *yet* contain a patch file; for some reason (me being tired?)
 `diff' was thinking the entire source package had changed, only the
 configury has changed, however.

 Please test the library as much as possible, as I'd like to get this
update
 out there ASAP. If you find any problems/Cygwin related bugs, please let
 me know on the list ([EMAIL PROTECTED]).

I think you need a curr: 2.4.23-1 in your setup.hint file.
Upset seems to have dropped the [curr] packages from setup.ini.

Max.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/