php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33608 Indexer doesn't like out-of-place <title>
Submitted: 2005-07-07 21:59 UTC Modified: 2007-08-24 14:12 UTC
From: sean at caedmon dot net Assigned:
Status: Wont fix Package: Livedocs problem
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sean at caedmon dot net
New email:
PHP Version: OS:

 

 [2005-07-07 21:59 UTC] sean at caedmon dot net
Description:
------------
When indexing/building the TOC, livedocs will ignore the title if it is in an unexpected, yet legal, place.

works: peardoc/en/chapters/standards.xml
fails: peardoc/en/chapters/installation.xml

LMK if you want more detials.

S

Reproduce code:
---------------
<chapter>
 <title>This works fine</title>
 ...
</chapter>

<chapter>
 <chapterinfo>
  ...
 </chapterinfo>
 <title>This does not work</title>
 ...
</chapter>




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-24 14:12 UTC] philip@php.net
Livedocs is no longer in development, the current build system is
titled PhD.

Note: This is not a problem in PhD.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 15:01:30 2024 UTC