View Single Post
Old 06-06-2016, 03:48 AM   #3
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by San Zamoyski View Post
Ok, i belive i can do this this way:

Code:
<?xml version="1.0" encoding="utf-8"?>
<html>
<w><p><a name="inflection1"/><a name="inflection2"/><a name="inflection3"/><a name="inflection4"/>Definition</p></w>
</html>
Am i right?

At the moment i can not compile marisa, but tomorrow i'll work on it.
Maybe this works. The usual way however is:

Code:
<w><p><a name="base_form"></a>Lexem as it should be desplayed, with phonetic transcription and whatever</p><var><variant name="inflected_form_1"/><variant name="inflected_form_2"/></var><p>Definition</p></w>
Be aware that the two first letters of the "a name" and the "variant name" have to match. Otherwise the variant is not recognized. For instance, in the case of <a name="go"></a> <a variant="went"/>, the variant has no effect at all.

Last edited by tshering; 06-06-2016 at 03:50 AM.
tshering is offline   Reply With Quote