| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Sun, 8 Jun 2003 03:44:49 +0100 |
| From: | Elfyn McBratney <elfyn AT is DOT ubertales DOT co DOT uk> |
| X-X-Sender: | elfyn AT ellixia |
| Reply-To: | cygwin AT cygwin DOT com |
| To: | Patrick Eisenacher <eisenacher AT fillmore-labs DOT com> |
| cc: | cygwin AT cygwin DOT com |
| Subject: | Re: [ANNOUNCE] LibXSLT (1.0.27) test packages available |
| In-Reply-To: | <3EDF2FDD.2010209@fillmore-labs.com> |
| Message-ID: | <Pine.CYG.4.55.0306080323350.1112@ellixia> |
| References: | <3EDF2FDD DOT 2010209 AT fillmore-labs DOT com> |
| MIME-Version: | 1.0 |
On Thu, 5 Jun 2003, Patrick Eisenacher wrote:
> Hi Elfyn,
>
> unfortunately I'm less fortunate with the new libxslt package than
> Andreas. I cannot translate a simple xml document to html with the new
> version of xsltproc. Here are some infos:
> [...]
Patrick,
I've upgraded the Cygwin LibXSLT package to 1.0.30-1 and xsltproc
now works with the DocBook stylesheets. Your simple test and a few
others I have tried were all successful.
--- CUT HERE ---
<?xml version="1.0" standalone='no'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<article class="specification"
lang="en"
vendor="Fillmore Labs"
revision="0.4">
<section id="objectives">
<title>Objectives</title>
<para>
The following chapters describe the required
functionality of release 1.
</para>
</section>
</article>
--- CUT HERE ---
[elfyn AT ellixia xml2tests]$ xsltproc -version |grep ^xsltproc
xsltproc was compiled against libxml 20507, libxslt 10030 and libexslt 720
[elfyn AT ellixia xml2tests]$ xsltproc -catalogs /netrel/sandbox/xml-cat/html/docbook.xsl \
> t/proc-xml/basic6.xml >t/ex-html/basic6.html
Variable $SGML_CATALOG_FILES not set
[elfyn AT ellixia xml2tests]$ cat t/ex-html/basic6.html |tidy -i -c -ashtml
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
[...]
Elfyn
--
Elfyn McBratney (mailto:spambot AT is DOT ubertales DOT co DOT uk)
Systems Administrator
ABCtales.com / Ubertales.co.uk
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |