You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by Johannes Schaefer <jo...@uidesign.de> on 2004/08/04 11:40:25 UTC

broken: #links in sDocBook

Hi!

Putting an <anchor id="local_ref"> into
a DocBook-XML doesn't get resolved properly
it doesn't even get validated since
"anchor" isn't a sDocBook element.

There is an entry in docbook2document.xsl
for it, though, and anchors get transformed
but not correctly, see below.

The <ulink url="site:id000"> link gets
resolved properly but since there is no
anchor to jump to ... :-(

How do I specify an achor in sDokBook?

Cheers,
Johannes


<anchor id="id000"/>  becomes <a href=""></a>

<anchor id="id000">Test</anchor>  becomes
<a name="Test"></a><a href=""></a>


-- 
User Interface Design GmbH * Teinacher Str. 38 * D-71634 Ludwigsburg
Fon +49 (0)7141 377 000 * Fax  +49 (0)7141 377 00-99
Geschäftsstelle: User Interface Design GmbH * Lehrer-Götz-Weg 11 * 
D-81825 München
www.uidesign.de


Re: broken: #links in sDocBook

Posted by Johannes Schaefer <jo...@uidesign.de>.
Juan Jose Pablos wrote:

> Johannes,
> This seems like a bug.
> 
> Please report an issue with the input tags and the expected result.

done: FOR-263

js



> 
> Cheers,
> Cheche
> 
> Johannes Schaefer escribió:
> 
>> Hi!
>>
>> Putting an <anchor id="local_ref"> into
>> a DocBook-XML doesn't get resolved properly
>> it doesn't even get validated since
>> "anchor" isn't a sDocBook element.
>>
>> There is an entry in docbook2document.xsl
>> for it, though, and anchors get transformed
>> but not correctly, see below.
>>
>> The <ulink url="site:id000"> link gets
>> resolved properly but since there is no
>> anchor to jump to ... :-(
>>
>> How do I specify an achor in sDokBook?
>>
>> Cheers,
>> Johannes
>>
>>
>> <anchor id="id000"/>  becomes <a href=""></a>
>>
>> <anchor id="id000">Test</anchor>  becomes
>> <a name="Test"></a><a href=""></a>
>>
>>
> 
> 
> 



-- 
User Interface Design GmbH * Teinacher Str. 38 * D-71634 Ludwigsburg
Fon +49 (0)7141 377 000 * Fax  +49 (0)7141 377 00-99
Geschäftsstelle: User Interface Design GmbH * Lehrer-Götz-Weg 11 * 
D-81825 München
www.uidesign.de

Re: broken: #links in sDocBook

Posted by Juan Jose Pablos <ch...@che-che.com>.
Johannes,
This seems like a bug.

Please report an issue with the input tags and the expected result.

Cheers,
Cheche

Johannes Schaefer escribió:
> Hi!
> 
> Putting an <anchor id="local_ref"> into
> a DocBook-XML doesn't get resolved properly
> it doesn't even get validated since
> "anchor" isn't a sDocBook element.
> 
> There is an entry in docbook2document.xsl
> for it, though, and anchors get transformed
> but not correctly, see below.
> 
> The <ulink url="site:id000"> link gets
> resolved properly but since there is no
> anchor to jump to ... :-(
> 
> How do I specify an achor in sDokBook?
> 
> Cheers,
> Johannes
> 
> 
> <anchor id="id000"/>  becomes <a href=""></a>
> 
> <anchor id="id000">Test</anchor>  becomes
> <a name="Test"></a><a href=""></a>
> 
>