Auden-Musulin-Papers / amp-app

https://amp.acdh.oeaw.ac.at
MIT License
0 stars 2 forks source link

how can we display information fetched from Baserow in `desc` in `interp` #136

Closed timofruehwirth closed 7 months ago

timofruehwirth commented 8 months ago

example from doc 0063; we are interested in displaying settlement orgName pubPlace data ...

                                <address>
                                    <street>Neubaugasse</street>
                                    <district>Neubau</district>
                                    <settlement ref="#amp_place_id_1"/>
                                </address>
                                <bibl>
                                    <author>
                                        <persName>
                                            <surname>Butterweck</surname>
                                            <forename>Helmut</forename>
                                        </persName>
                                    </author>
                                    <title xml:lang="de">Lebensform Kaffeehaus: Elegische Betrachtungen eines Wieners</title>
                                    <orgName ref="#amp_organization_25"/>
                                    <pubPlace ref="#amp_place_id_1"/>
                                    <date when-iso="1960-09-01"/>
                                </bibl>
timofruehwirth commented 7 months ago

issue resolved, thank you