Skip to content

Commit

Permalink
Complete tagset
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed May 8, 2018
1 parent f6a3eda commit aa8652b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ public void startElement(String namespaceURI,
tokens = new ArrayList<LayoutToken>();
} else if (!qName.equals("analytic") && !qName.equals("biblStruct") &&
!qName.equals("sourceDesc") && !qName.equals("fileDesc") &&
!qName.equals("teiHeader")&& !qName.equals("TEI")) {
!qName.equals("teiHeader") && !qName.equals("TEI") &&
!qName.equals("persName") && !qName.equals("tei") && !qName.equals("lb")) {
System.out.println("Warning, invalid tag: <" + qName + ">");
}
}
Expand Down

0 comments on commit aa8652b

Please sign in to comment.