Transkribus / TranskribusCore

Note: the repo has been moved to https://gitlab.com/readcoop/Transkribus/TranskribusCore
GNU General Public License v3.0
37 stars 5 forks source link

page2alto style not valid #39

Closed tboenig closed 4 years ago

tboenig commented 4 years ago

see the line: https://github.com/Transkribus/TranskribusCore/blob/f185e3df59ca3634ff56390d685373fbbcfe1401/src/main/resources/xslt/PageToAlto.xsl#L327

The comments are not close. If you comment a paragraph or lines you must use square brackets:

<!-- [styles not used for now/>
            <xsl:call-template name="applyStyleId"/>
            <if textline without words then we create a new String with the total textline as CONTENT  ]-->
hackmanschorsch commented 4 years ago

thanks for the hint - we use 'PageToAltoWordLevel.xsl' since a while and there everything should be fine now