Date: 09/23/01
- Next message: goba <email protected>: "[PHP-DOC] Bug #7888 Updated: decrement syntax should be -- instead of -"
- Previous message: Jeroen van Wolffelaar: "Re: [PHP-DOC] Entity-usage: all languages"
- Next in thread: goba <email protected>: "[PHP-DOC] Bug #7888 Updated: decrement syntax should be -- instead of -"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 7888
Updated by: eschmid
Reported By: jgoulooze <email protected>
Old Status: Assigned
Status: Closed
Bug Type: Documentation problem
Operating System: NT & win98 using apache (phptria
PHP Version: 4.0.2
Assigned To: hholzgra
New Comment:
This "bug" is not a documentation problem. Building PostScript or PDF manuals with xml files renders two dashes into a long dash. This is a problem with Jade because it uses TeX.
The "<" is another case. It is the first character for an element name in XML. This means, you cannot write a "<" character in the CDATA section of any XML file. Only ">" is allowed.
Please use the mailinglist archives, it was discussed several times.
Previous Comments:
------------------------------------------------------------------------
[2001-09-23 08:48:52] jeroen <email protected>
The same goes for myself by the way: Now I recall where I read about that hack, it's in this very bug report... :-/
But that hack isn't in repository, Hartmut, is it okay for me to see wether I can add it in the repo?
------------------------------------------------------------------------
[2001-09-23 08:39:11] jeroen <email protected>
I use LaTeX a lot, and of course I know this feature, but that's not the point here!
Please read the report carefully before closing.
Reopening
------------------------------------------------------------------------
[2001-09-22 17:09:48] eschmid <email protected>
This is not a bug. It is a well known feature. If you use LaTeX you should know this.
-Egon
------------------------------------------------------------------------
[2001-09-22 14:02:56] jeroen <email protected>
IIRC, somebody committed a hack to PDF generation to get <<< and -- correct, but in the latest PDF I notice that <<< is still incorrect, but -- is correct.
------------------------------------------------------------------------
[2001-07-25 17:08:41] jah <email protected>
When the PDF versions come back online (really soon now),
this will be fixed with a terrible hack. Which means running
the xml files through the following perl script before
compiling...
#!/usr/bin/perl -pi
s/([^!])-{2}([^>])/$1-\ -$2/g;
s/\<\</\<\ \</g;
s/\>\>/\>\ \>/g;
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=7888
Edit this bug report at http://bugs.php.net/?id=7888&edit=1
- Next message: goba <email protected>: "[PHP-DOC] Bug #7888 Updated: decrement syntax should be -- instead of -"
- Previous message: Jeroen van Wolffelaar: "Re: [PHP-DOC] Entity-usage: all languages"
- Next in thread: goba <email protected>: "[PHP-DOC] Bug #7888 Updated: decrement syntax should be -- instead of -"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

