Qt-interest Archive, May 2008
Customizing Qt Assistant [QCH]
Message 1 in thread
Hi All,
As mentioned in Qt Assistant manual, I tried to create Qt help
project file (qhp) and passed it to "qhelpgenerator" for creating Qt
compressed help file (qch), but I got this error message:
*Expected '#' or '[a-zA-Z]', but got '&'.
*
so how I can fix this error?
Important:
You can review my Qt help project file from the following link:
http://www.fileden.com/files/2006/7/22/140272/compile.qhp.bz2
--
[ signature omitted ]
Message 2 in thread
Hello Muhammad,
your project file is not a valid xml file, it contains e.g. unquoted "&"
in attributes. You can use e.g. xmllint to verify the correctness of the
xml. When it comes to the qhelpgenerator, we will improve the error
reporting so that it will become easier to spot the problem.
Your project file lists about 220.000 keywords and about the same amount
of files. Please keep in mind that Assistant was not designed to handle
so large data sets, so you might experience some performance problems.
Thomas
> Hi All,
>
>
> As mentioned in Qt Assistant manual, I tried to create Qt help
> project file (qhp) and passed it to "qhelpgenerator" for creating Qt
> compressed help file (qch), but I got this error message:
>
>
> * Expected '#' or '[a-zA-Z]', but got '&'.
> *
>
>
> so how I can fix this error?
>
>
> Important:
>
> You can review my Qt help project file from the following link:
>
> http://www.fileden.com/files/2006/7/22/140272/compile.qhp.bz2
>
>
> --
> Best Regards ØØÙØØÙ
> Muhammad Bashir Al-Noimi ÙØÙØ ØØÙØ ØÙÙØÙÙÙ
>
> My Blog ÙØÙÙØÙ
> http://mbnoimi.net/
>
--
[ signature omitted ]