elexis-eu / elexifier

https://elexifier.elex.is
3 stars 3 forks source link

ADOPTSELECTOR doesn't work #60

Closed rozamunda closed 2 years ago

rozamunda commented 2 years ago

https://app.elexifier.elex.is/dictionaries/xml/843/transformations/739 account: tina.munda@gmail.com

The adopt selector functions doesn't seem to work I tried both with and without '..//'.

I downloaded both versions - in both cases I get:

        <cit type="example">
            <quote xml:space="preserve">Le  <seg xml:space="preserve">coste</seg> alte sono ripide e rocciose.</quote>
        </cit>
        <cit type="translation">
            <quote xml:lang="ukr" xml:space="preserve">Високі береги круті та скелясті.</quote>
        </cit>

whereas I would expect:

        <cit type="example">
            <quote xml:space="preserve">Le  <seg xml:space="preserve">coste</seg> alte sono ripide e rocciose.</quote>
            <cit type="translation">
            <quote xml:lang="ukr" xml:space="preserve">Високі береги круті та скелясті.</quote>
        </cit>
andrazrepar commented 2 years ago

You have to do it like this, then it works image