summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-11-21 22:43:57 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-11-21 22:43:57 +0100
commitfb953092500af901e36070608d755bbe82c3b495 (patch)
treeeceedb4ed82f96490516a6e3106c407157161ee5 /glsa.rnc
parentAdd some sort of licence. (diff)
downloadnxml-gentoo-schemas-fb953092500af901e36070608d755bbe82c3b495.tar.gz
nxml-gentoo-schemas-fb953092500af901e36070608d755bbe82c3b495.tar.bz2
nxml-gentoo-schemas-fb953092500af901e36070608d755bbe82c3b495.zip
Update .rnc files for all DTDs and add new files that are now deps.
Diffstat (limited to 'glsa.rnc')
-rw-r--r--glsa.rnc12
1 files changed, 3 insertions, 9 deletions
diff --git a/glsa.rnc b/glsa.rnc
index e69a360..3ca92a0 100644
--- a/glsa.rnc
+++ b/glsa.rnc
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/files/glsa.rnc,v 1.1 2007/07/25 09:45:50 opfer Exp $
+# $Header: /var/cvsroot/gentoo/xml/htdocs/dtd/glsa.dtd,v 1.16 2007/11/05 00:54:20 robbat2 Exp $
glsa =
element glsa {
@@ -179,7 +179,7 @@ attlist.mail &= attribute link { text }
# links or addresses
#
# Example: <p>Please update your system</p>
-p = element p { attlist.p, (text | uri | mail | b | u | i | br)* }
+p = element p { attlist.p, (text | mail | uri | b | i | br)* }
attlist.p &= empty
# Element: code
# Description: The code element contains text that should preserve whitespace
@@ -199,7 +199,7 @@ attlist.background &= empty
# Description: Provides a description about the security issue
# The description element contains only "<p>"s.
description =
- element description { attlist.description, (p | ul | ol)* }
+ element description { attlist.description, (p | ul | ol | code)* }
attlist.description &= empty
# Element: impact
# Description: Provides information about the impact that the security issue
@@ -257,12 +257,6 @@ attlist.li &= empty
# Example: <b>this is bold</b>
b = element b { attlist.b, text }
attlist.b &= empty
-# Element: u
-# Description: Underlined text
-#
-# Example: <u>this is underlined</u>
-u = element u { attlist.u, text }
-attlist.u &= empty
# Element: i
# Description: Input text (blue)
#