This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

XSL & xref


Hello
I wrote the code like:
<qandaset>
  <qandaentry>
    <question id="q1"><para>Question 1</para></question>
    <answer><para>Here is the 
xref <xref linkend="q1" endterm="q1"/><para></answer>
  </qandaentry>
</qandaset>

And <xref> produce: <a href="#q1"><p>Question 1</p></a>
It should be: <a href="#q1">Question 1</a>
Can you show me how to fix this?
Thanks
-- 
Bi Cờ Lao


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]