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

Re: [BUG REPORT] WML 1.7.4, Linux 2.2 (SuSE 6.0)



On Fri, 12 Nov 1999 cc@clasohm.com wrote:

> BUG REPORT
> 
> Package: WML 1.7.4
> Operating System: Linux 2.2 (SuSE 6.0)
> 
> Problem Description:
> | wml does not parse the --outputfile parameter 
> | correctly if the slice term contains the character
> | '@'. To fix this, line 1027 of wml_frontend/wml 
> | (sub ProcessOutfiles) has to be changed from
> | 
> |   elsif ($o =~ m|^([_A-Z0-9*~!+u%n\-\\^x()]+):(.+)$|) {
> | 
> | to
> | 
> |   elsif ($o =~ m|^([_A-Z0-9*~!+u%n\-\\^x()@]+):(.+)$|) {

>From the wml_p9_slice(1) manpage:
       The NAME identifier has to match against the regular
       expression ``[_A-Z0-9]+'', i.e. NAME is a string
       consisting only of uppercase letters, digits or underscore
       characters.

Please use only those characters in slice names, and note that lowercase
letters are illegal too.

-- 
Denis Barbier
WML Maintainer



______________________________________________________________________
Website META Language (WML)                www.engelschall.com/sw/wml/
Official Support Mailing List                   sw-wml@engelschall.com
Automated List Manager                       majordomo@engelschall.com