Turn Off Generated Text from id attributes

From
Tristan Fiedler <>
Date
2004-12-16T15:41:36+00:00
ID
Thread
Turn Off Generated Text from id attributes
Hi All,

If someone has a moment, could you please take a look at this.  I know 
that I can use 'xref' rather than 'link', but hopefully this can be 
done with link also.

Thank you,

Tristan

Begin forwarded message:
>
> In the HTML output below generated with Saxon & a catalog files, does 
> a simple switch exist to get rid of the [Ref2] text which is inserted 
> in my HTML output after '<p class="bibliomixed">' ?
>
> DocBook XMLCode :
>
> 	<bibliomixed  id="Ref2">
> 		<bibliomisc>Yochem, J. (2000). Mosaic analysis in 
> <emphasis>Caenorhabditis
>         elegans</emphasis>. Methods Mol Biol </bibliomisc>
> 	</bibliomixed>
>
> HTML output:
>
>          <div class="bibliomixed"><a name="Ref2"></a><p 
> class="bibliomixed">[Ref2]    <<<<<------      I do not want this 
> '[Ref2]' text to be generated.
>                         <span class="bibliomisc">Yochem, J. (2000). 
> Mosaic analysis in <span class="emphasis"><em>Caenorhabditis
>                                 elegans</em></span>. Methods Mol Biol 
> </span>
>
>             </p>
>          </div>