Skip to content

Commit

Permalink
Remove unused xmlns:xlink from ALTO renderer
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed May 20, 2024
1 parent 0366613 commit f1a45db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/altorenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ bool TessAltoRenderer::AddImageHandler(TessBaseAPI *api) {
AppendString(
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
"<alto xmlns=\"http://www.loc.gov/standards/alto/ns-v3#\" "
"xmlns:xlink=\"http://www.w3.org/1999/xlink\" "
"xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" "
"xsi:schemaLocation=\"http://www.loc.gov/standards/alto/ns-v3# "
"http://www.loc.gov/alto/v3/alto-3-0.xsd\">\n"
Expand Down

0 comments on commit f1a45db

Please sign in to comment.