kba / page-to-alto

Convert PAGE (v. 2019) to ALTO (v. 2.0 - 4.2)
Apache License 2.0
14 stars 5 forks source link

schemalocation for XSD is malformed #14

Closed bertsky closed 3 years ago

bertsky commented 3 years ago

We currently produce:

<alto xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns=“http://www.loc.gov/standards/alto/ns-v4#” xsi:schemaLocation=“http://www.loc.gov/standards/alto/v4/alto-4-2.xsd”>

What we should get is:

<alto xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns=“http://www.loc.gov/standards/alto/ns-v4#” xsi:schemaLocation=“http://www.loc.gov/standards/alto/ns-v4# http://www.loc.gov/standards/alto/v4/alto-4-2.xsd”>

(dug up and analysed by @Erikmitk)