Re: [xslt] Release of libxslt-1.0.10



In message <20020114135014.H21595@redhat.com>
          Daniel Veillard <veillard@redhat.com> wrote:

>   Available at:
>     ftp://xmlsoft.org/ and Gnome FTP mirrors soon
>     http://xmlsoft.org/
>
> After one month since the last release, an update was needed:
>
> * Windows fixes for Win32 from Igor
> * Fixed the Solaris compilation trouble (Albert)
> * Documentation changes and updates: John Fleck
> * Added a stringparam option to avoid escaping hell at the shell level
> * A few bug fixes

Minor formatting patch for the usage message in xsltproc.c attached. Minor
thing, but the current output appears as :

--8<--------
 --param name value : pass a (parameter,value) pair
        value is an XPath expression.        string values must be quoted like "'string'"
 or        use stringparam to avoid it
--8<--------

Which looks wrong because of the missing newline. Tabs on output are lost on
the RISC OS port, so the tabs at the start of lines appear as single spaces
(this patch does not address this issue, only the missing newline).

-- 
Gerph {djf0-.3w6e2w2.226,6q6w2q2,2.3,2m4}
URL: http://www.movspclr.co.uk/
... Eyes to the heavens, screaming at the sky;
    Trying to send you messages, but choking on goodbye.
*** xsltproc-old	Wed Jan  9 03:55:14 2002
--- xsltproc-new	Tue Jan 15 02:52:17 2002
***************
*** 318,324 ****
      printf("\t--docbook: the input document is SGML docbook\n");
  #endif
      printf("\t--param name value : pass a (parameter,value) pair\n");
!     printf("\t       value is an XPath expression.");
      printf("\t       string values must be quoted like \"'string'\"\n or");
      printf("\t       use stringparam to avoid it\n");
      printf("\t--stringparam name value : pass a (parameter,string value) pair\n");
--- 318,324 ----
      printf("\t--docbook: the input document is SGML docbook\n");
  #endif
      printf("\t--param name value : pass a (parameter,value) pair\n");
!     printf("\t       value is an XPath expression.\n");
      printf("\t       string values must be quoted like \"'string'\"\n or");
      printf("\t       use stringparam to avoid it\n");
      printf("\t--stringparam name value : pass a (parameter,string value) pair\n");


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