Skip to content

Commit

Permalink
Fix issue #300 add a class to see/seealso to handle the 'under' case.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Jun 20, 2013
1 parent 386f1c3 commit e0bb855
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions relaxng/schemas/docbook/index.rnc
Expand Up @@ -336,8 +336,11 @@ div {


db.see.role.attribute = attribute role { text } db.see.role.attribute = attribute role { text }


db.see.class.attribute = attribute class { "normal" | "under" }

db.see.attlist = db.see.attlist =
db.see.role.attribute? db.see.role.attribute?
& db.see.class.attribute?
& db.common.attributes & db.common.attributes
& db.common.linking.attributes & db.common.linking.attributes


Expand All @@ -358,8 +361,11 @@ div {


db.seealso.role.attribute = attribute role { text } db.seealso.role.attribute = attribute role { text }


db.seealso.class.attribute = attribute class { "normal" | "under" }

db.seealso.attlist = db.seealso.attlist =
db.seealso.role.attribute? db.seealso.role.attribute?
& db.seealso.class.attribute?
& db.common.attributes & db.common.attributes
& db.common.linking.attributes & db.common.linking.attributes


Expand Down

0 comments on commit e0bb855

Please sign in to comment.