Skip to content
Snippets Groups Projects
  • Peter Stadler's avatar
    d4bb2b65
    make function more robust · d4bb2b65
    Peter Stadler authored
    in the Pintos there's a siglum encoded like
    ```xml
    <add xml:id="x38284ce9-f2be-4ca6-a8cb-227d85357ae1" place="rightmar" type="siglum">
        <rend xml:id="x9bbd3666-54ac-4287-b7f7-1d19347c7e14" color="red">Classe III.
            <lb xml:id="x7e7c09da-9ed9-4ed4-9339-75a18868a860"/>Band
            <lb xml:id="xd18991b0-bc11-447b-881a-b732d8f3b3c4"/>V. No. <rend xml:id="x4904459c-a4c4-40a9-beb5-d9f3c21ddeca" rend="underline">80</rend>.</rend>
    </add>
    ```
    which features multiple text nodes causing the original function `source:getSiglum#1` to fail.
    d4bb2b65
    History
    make function more robust
    Peter Stadler authored
    in the Pintos there's a siglum encoded like
    ```xml
    <add xml:id="x38284ce9-f2be-4ca6-a8cb-227d85357ae1" place="rightmar" type="siglum">
        <rend xml:id="x9bbd3666-54ac-4287-b7f7-1d19347c7e14" color="red">Classe III.
            <lb xml:id="x7e7c09da-9ed9-4ed4-9339-75a18868a860"/>Band
            <lb xml:id="xd18991b0-bc11-447b-881a-b732d8f3b3c4"/>V. No. <rend xml:id="x4904459c-a4c4-40a9-beb5-d9f3c21ddeca" rend="underline">80</rend>.</rend>
    </add>
    ```
    which features multiple text nodes causing the original function `source:getSiglum#1` to fail.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.