Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <022b01c329d5$76f24e70$a83086d9@ellixia> From: "Elfyn McBratney" To: "cygwin" , "Patrick Eisenacher" References: <3EDC9ECC DOT 4030800 AT fillmore-labs DOT com> Subject: Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available Date: Tue, 3 Jun 2003 14:38:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 > 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 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/