Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 25874 Details for
Bug 42064
Updated dtd's
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to book.dtd
book.dtd.diff (text/plain), 2.68 KB, created by
Tobias Scherbaum (RETIRED)
on 2004-02-18 13:27:18 UTC
(
hide
)
Description:
patch to book.dtd
Filename:
MIME Type:
Creator:
Tobias Scherbaum (RETIRED)
Created:
2004-02-18 13:27:18 UTC
Size:
2.68 KB
patch
obsolete
>--- book.dtd.old 2004-02-18 16:42:07.886586960 +0100 >+++ book.dtd 2004-02-18 21:46:45.829917216 +0100 >@@ -80,17 +80,9 @@ > <!ENTITY nbsp " "> <!-- NO-BREAK SPACE --> > <!ENTITY shy "­"> <!-- SOFT HYPHEN --> > >-<!ELEMENT book (title, subtitle?, author+, abstract, license?, version, date, newsitems?, part+)> >-<!ATTLIST book type (project) #IMPLIED >- link CDATA #IMPLIED >- mainpage (yes|no) "no" >- mainid (news|about|contract|packages|graphics|articles|docs|changelog|projects) #IMPLIED> >-<!ELEMENT newsitems (news+)> >-<!ELEMENT news (poster, date, title, body)> >-<!ATTLIST news gentoo (yes|no) "no" >- category (gentoo|main|ibm|linux|moo|nvidia) #REQUIRED> >-<!ELEMENT title (#PCDATA|%style.class;)*> >-<!ELEMENT subtitle (#PCDATA)> >+<!ELEMENT book (title, author+, abstract, license?, version, date, part+)> >+<!ATTLIST book link CDATA #IMPLIED> >+<!ELEMENT title (#PCDATA)> > <!ELEMENT author (#PCDATA|mail)*> > <!ATTLIST author title CDATA #IMPLIED> > <!ELEMENT abstract (#PCDATA)> >@@ -99,11 +91,11 @@ > <!ELEMENT date (#PCDATA)> > <!ELEMENT part (title, abstract, chapter+)> > <!ATTLIST part id CDATA #IMPLIED> >-<!ELEMENT chapter (title?, abstract, section+, sections)> >+<!ELEMENT chapter (title, abstract, include)> > <!ATTLIST chapter id CDATA #IMPLIED> >-<!ELEMENT section (title?, subsection+, body)> >+<!ELEMENT section (title, body?, subsection*)> > <!ATTLIST section id CDATA #IMPLIED> >-<!ELEMENT sections (title?, subsection+, body)> >+<!ELEMENT sections (section+)> > <!ELEMENT subsection (title?, body)> > <!ATTLIST subsection id CDATA #IMPLIED> > <!ELEMENT body (%all.class;)*> >@@ -127,7 +119,7 @@ > <!ELEMENT table (tcolumn*, tr+)> > <!ELEMENT tcolumn EMPTY> > <!ATTLIST tcolumn width CDATA #REQUIRED> >-<!ELEMENT tr (th+|ti+)> >+<!ELEMENT tr (th|ti)+> > <!ELEMENT th (#PCDATA|%all.class;)*> > <!ELEMENT ti (#PCDATA|%all.class;)*> > <!ELEMENT ul (li+)> >@@ -150,4 +142,5 @@ > <!ATTLIST mail link CDATA #REQUIRED> > <!ELEMENT uri (#PCDATA|%style.class;)*> > <!ATTLIST uri link CDATA #IMPLIED> >-<!ELEMENT include (href)> >+<!ELEMENT include (#PCDATA)> >+<!ATTLIST include href CDATA #REQUIRED>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 42064
:
25874
|
25875
|
26265