--===============0522683990== Content-Type: multipart/signed; boundary="nextPart2821163.e0pGjRr1NV"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart2821163.e0pGjRr1NV Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I just fixed the following XML tools in Quanta: checkXML, meinproc and=20 xmlval. The short description about their usage and the fix needed is=20 below, so you can fix yourself, if you don't want to update from SVN.=20 The fixed version will be in KDE 3.4.2 and KDE 3.5: 1) checkXML: Checks the your docbook documents in a folder (which can be the current=20 working folder in Quanta) starting with the index.docbook in that=20 folder. So if you don't have index.docbook, it will not work! This is=20 for KDE docbook variants. On error, it displays the errors, on success=20 it displays nothing (the Validate button gets enabled). The problem was: for some reason checkXML/meinproc now it does not sent=20 the output to stdout. The fix is to replace checkXML index.docbook with checkXML index.docbook 2>&1 in the kmdr file. 2)meinproc: Generates HTML files from KDE docbook. The files are generated in the=20 same directory where the docbook files are (and which was selected in=20 the dialog). There is an option to open the generated index.html in=20 Konqueror. The fix: the Konqueror option was broken due to some evaluation bug=20 (change in Kommander?). The fix is longer, but it is so: =2D for the radio button return "true" when checked (instead of=20 @widgetText) and "false" when not checked and change the if evaluating=20 it from if [ @PrevKonq ] to if [ "@PrevKonq"=3D=3D"true" ] =20 3) xmlval: Used to validate *one* docbook files (not necessary KDE docbook). The=20 problem was the same as in 1), the output did not go where it should. The fix: xmllint $CMDLINE 2>&1 instead of=20 xmllint --noout $CMDLINE Andras =2D-=20 Quanta Plus developer - http://quanta.kdewebdev.org K Desktop Environment - http://www.kde.org --nextPart2821163.e0pGjRr1NV Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQBC1TW8TQdfac6L/08RArW0AKCVztekvSr/o/41/3vYuta61/1k7gCeIeBO abTWB0O4uBiYpSF4MLigZHs= =nwRp -----END PGP SIGNATURE----- --nextPart2821163.e0pGjRr1NV-- --===============0522683990== Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline _______________________________________________ Quanta mailing list Quanta@mail.kde.org https://mail.kde.org/mailman/listinfo/quanta --===============0522683990==--