[xslt] Re: [xml] Re: Updated xsltproc manpage, patch attached



Am Donnerstag, den 06.04.2006, 08:58 -0400 schrieb Daniel Veillard:
> On Thu, Apr 06, 2006 at 02:49:17PM +0200, Daniel Leidert wrote:
> > Am Donnerstag, den 06.04.2006, 14:25 +0200 schrieb Daniel Leidert:
> > > Am Donnerstag, den 06.04.2006, 07:41 -0400 schrieb Daniel Veillard:
> > > > On Thu, Apr 06, 2006 at 01:35:56PM +0200, Daniel Leidert wrote:
> > > > > Right. But it redirects to the same URL. I thought, that you don't use a
> > > > 
> > > >   libxml2/libxslt make can't rely on remote resources, so if it's not
> > > > in the catalog it will break. It does break on my systems as a result.
> > > > 
> > > > > versions. So if you decide to not use the snapshots for the moment, I
> > > > > have to change back some stuff.
> > > > 
> > > >   I think that's premature, sorry :-\
> > > 
> > > No problem. Expect the fixed manpages very soon.
> > 
> > [x] Done. Attached are the patches.
> > 
> > I found, that the latest docbook-xsl release does not contain all the
> > issues I thought. It was a local problem with the catalog, which led to
> > those issues. So the patches are really easy. They only replace the
> > segmentedlist element with the old variablelist construct. That should
> > be fine.
> 
>   Okidoc, applied and commited, thanks !

But now I see a small problem. The options in the SYNOPSIS section miss
the '|' separator. One more change to go. See the attached patches.
Hope, this fixes the problem.

Regards, Daniel


Index: doc/xmlcatalog_man.xml
===================================================================
RCS file: /cvs/gnome/libxml2/doc/xmlcatalog_man.xml,v
retrieving revision 1.13
diff -u -r1.13 xmlcatalog_man.xml
--- doc/xmlcatalog_man.xml	6 Apr 2006 12:57:09 -0000	1.13
+++ doc/xmlcatalog_man.xml	6 Apr 2006 13:25:18 -0000
@@ -46,7 +46,7 @@
 </refnamediv>
 
 <refsynopsisdiv>
-	<cmdsynopsis>
+	<cmdsynopsis sepchar="|">
 	<command>xmlcatalog</command>
 	<group choice="opt">
 		<arg choice="plain"><option>--sgml</option></arg>
Index: doc/xmllint.xml
===================================================================
RCS file: /cvs/gnome/libxml2/doc/xmllint.xml,v
retrieving revision 1.33
diff -u -r1.33 xmllint.xml
--- doc/xmllint.xml	6 Apr 2006 12:57:09 -0000	1.33
+++ doc/xmllint.xml	6 Apr 2006 13:25:05 -0000
@@ -63,7 +63,7 @@
 </refnamediv>
 
 <refsynopsisdiv>
-	<cmdsynopsis>
+	<cmdsynopsis sepchar="|">
 	<command>xmllint</command>
 		<group choice="opt">
 			<arg choice="plain"><option>--version</option></arg>
@@ -121,7 +121,7 @@
 			<arg choice="plain" rep="norepeat">-</arg>
 		</group>
 	</cmdsynopsis>
-	<cmdsynopsis>
+	<cmdsynopsis sepchar="|">
 		<command>xmllint</command>
 		<arg choice="plain"><option>--help</option></arg>
 	</cmdsynopsis>
Index: doc/xsltproc.xml
===================================================================
RCS file: /cvs/gnome/libxslt/doc/xsltproc.xml,v
retrieving revision 1.24
diff -u -r1.24 xsltproc.xml
--- doc/xsltproc.xml	6 Apr 2006 12:58:06 -0000	1.24
+++ doc/xsltproc.xml	6 Apr 2006 13:24:28 -0000
@@ -43,7 +43,7 @@
 </refnamediv>
 
 <refsynopsisdiv>
-	<cmdsynopsis>
+	<cmdsynopsis sepchar="|">
 		<command>xsltproc</command>
 		<group choice="opt">
 			<group choice="opt">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]