Re: [docbook-apps] callout problems

From
Per Olesen <>
Date
2004-02-19T21:18:45+00:00
ID
Thread
Re: [docbook-apps] callout problems
Hi,

> >Yeah, I see your point now that it works. But, is there not another better
> >tagging for this?
>
> <programlisting>
>
>    dkdkdkd   <co id="c1"/>
>
>
> </programlisting>
> <calloutlist>
>    <callout arearef="c1">
>      <para>Comment about dkdkdkdkdk</para>
>    </callout>
> </calloutlist>

Thanx! That was much easier to write. Found I had to do one more thing though. 
The "<areaspec>" element seems to be mandatory, and if I did not include it, 
I god NullPointerException from stylesheet. But, including an empty one did 
the trick!

Regards, Per