You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docx2tei currently seems to neglect the w:del and w:ins annotations in the docx XML (and exporting the content of both as a simple sequence). Converting them into tei:del and tei:add could be beneficial. Covering full range of track change (comments, transpositions, responsibilities for the deletings and additions from @w:author@w:date etc.) seems to be a larger set of work.
The text was updated successfully, but these errors were encountered:
It's not clear to me whether you can pass in XSLT parameters via the transformtei / Ant build-from.xml (looks superficially like the answer is no), so you might have to invoke the XSLT directly (assuming an unpacked docx file), modify the Ant build to pass in the parameter, or change the default value to 'true'.
docx2tei currently seems to neglect the
w:del
andw:ins
annotations in the docx XML (and exporting the content of both as a simple sequence). Converting them intotei:del
andtei:add
could be beneficial. Covering full range of track change (comments, transpositions, responsibilities for the deletings and additions from@w:author
@w:date
etc.) seems to be a larger set of work.The text was updated successfully, but these errors were encountered: