Quote:
Originally Posted by San Zamoyski
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.