Hello,

I am currently trying to customize the docbook layout so as to produce
some scilab documentation (which is based ona subset of docbook).
I need to pass some options to xml tags.
Is it possible to:
- add a non modifiable option to a tag like

<refentry version="5.0-subset Scilab" xml:id="optim" xml:lang="en"
          xmlns="http://docbook.org/ns/docbook";
          xmlns:xlink="http://www.w3.org/1999/xlink";
          xmlns:svg="http://www.w3.org/2000/svg";
          xmlns:ns3="http://www.w3.org/1999/xhtml";
          xmlns:mml="http://www.w3.org/1998/Math/MathML";
          xmlns:db="http://docbook.org/ns/docbook";>

- add a user customizable option to a tag like:
  <link linkend="external">external</link>
  where linkend must be given by the user.

YC

Reply via email to