[Bug 246755] New: Meinproc4 --param options not allowing . in directory path

David Hubner hubnerd at ntlworld.com
Thu Aug 5 01:44:27 BST 2010


https://bugs.kde.org/show_bug.cgi?id=246755

           Summary: Meinproc4 --param options not allowing . in directory
                    path
           Product: kde
           Version: CVS
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: unassigned-bugs at kde.org
        ReportedBy: hubnerd at ntlworld.com


Version:           CVS (using KDE 4.5.0) 
OS:                Linux

It seems meinproc4 will not allow a hidden directory in an --output directory
which is a problem here
http://lists.kde.org/?l=kde-doc-english&m=125624299320708&w=2 ( Under problem 2
) 

This is because the xsltApplyStylesheet parameters is passed the output file
location 

params.append( qstrdup( "outputFile" ) );
params.append( qstrdup( args->getOption( "output" ).toLocal8Bit() ) );

Not sure why but by the looks its to do with
share/apps/ksgmltools2/docbook/xsl/html/math.xsl


Reproducible: Always

Steps to Reproduce:
Do something like meinproc4
--stylesheet=/usr/share/apps/khelpcenter/glossary.xslt -o
/home/hubnerd/.kde4/foo.html
/home/hubnerd/Code/Documentation/infosummary/index.docbook --check 


Actual Results:  
XPath error : Invalid expression
/home/hubnerd/.kde4/foo.html
               ^
runtime error
Evaluating user parameter utputFile failed ( <-- Where did the O go? )  


Expected Results:  
Nothing displayed, docbook html made.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list