From: Norman Walsh Date: Wed, 14 Dec 2005 11:27:34 +0000 (+0000) Subject: Fix RFE #1356238: olink xrefstyle attribute type X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c37483dc295e533d8e33ea74c1c01c6175b26e7;p=docbook-dsssl Fix RFE #1356238: olink xrefstyle attribute type --- diff --git a/docbook/relaxng/docbook/src/pool.rnc b/docbook/relaxng/docbook/src/pool.rnc index e6d040cf4..16fa2c04f 100644 --- a/docbook/relaxng/docbook/src/pool.rnc +++ b/docbook/relaxng/docbook/src/pool.rnc @@ -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 }