Re: DOCBOOK: text coloring
writes: > [...] What are the valid values for "role" and where are they > defined. Don't recall this from the O'Reilly DocBook reference. From dbpoolx.mod: <!ENTITY % role.attrib "role CDATA #IMPLIED"> That is, role="" is just CDATA -- no valid values prescribed (not enumerated and no default). So it can be anything: a single word or character, a list of words separated by spaces or commas... whatever. -- Michael Smith mailto: XML-Doc http://www.xml-doc.org/