]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix RFE #1356238: olink xrefstyle attribute type
authorNorman Walsh <ndw@nwalsh.com>
Wed, 14 Dec 2005 11:27:34 +0000 (11:27 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 14 Dec 2005 11:27:34 +0000 (11:27 +0000)
docbook/relaxng/docbook/src/pool.rnc

index e6d040cf4958d3cf235e36de846e48d1c7bdb2fb..16fa2c04fa1e652704af8c0fcaeb49ca6eff802a 100644 (file)
@@ -6811,7 +6811,7 @@ div {
 ]
 div {
    db.olink.role.attribute = attribute role { text }
-   db.olink.xrefstyle.attribute = attribute xrefstyle { xsd:IDREF }
+   db.olink.xrefstyle.attribute = attribute xrefstyle { text }
    db.olink.localinfo.attribute = attribute localinfo { text }
    db.olink.targetdoc.attribute = attribute targetdoc { xsd:anyURI }
    db.olink.targetptr.attribute = attribute targetptr { text }