Juan R. Migoya wrote:

> Use "id" and "xref" in this way:
>       <figure id="foo">
> 
> and then:
> 
>       'You can see in Figure <xref linked="foo"> that blah'?
                                         ^^

Typo for linkend.

At least in the XSL sheet the xref will produce the
text 'Figure x.x, so you don't need to put Figure in the text but 
perhaps it would be better that way as it is more readable than
'You can see in <xref linkend="foo"> that blah'?

Otherwise you need to make the id like id="figure-foo" to make the text 
make any sense before it has been processed.

Eric



Reply via email to