I have update the way in which the translator handles ODF
text-references as the <from>
the previous implementation was rendering the <from> in the Speech minixslt :
this causing translation of the form <from><ref href="x">some
text</ref></from> .. and also there was a bug where paragraph text
inline with the <from> was being lost during translation ...
I have changed this so that the from gets rendered conditionally in
the 'ref' xslt :
so even inline text gets translated ...and the <from> gets generated
without the indented <ref> ... of course normal references still get
rendered as <ref>
Ashok