-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for the colloc tag #22
Comments
For a short example, the following TEI entry <entry>
<form>
<orth>deltage</orth>
</form>
<gramGrp>
<pos>v</pos>
<colloc>i</colloc>
</gramGrp>
<sense>
<cit type="trans">
<quote>participate</quote>
<gramGrp>
<pos>v</pos>
<colloc>in</colloc>
</gramGrp>
</cit>
<cit type="trans">
<quote>take part</quote>
<gramGrp>
<pos>v</pos>
<colloc>in</colloc>
</gramGrp>
</cit>
<cit type="example">
<quote>Vi deltager i konkurrencen.</quote>
<cit type="translation">
<quote>We take part in the competition.</quote>
</cit>
</cit>
</sense>
</entry> generates this DICT entry:
If possible, I would prefer to have something like the following instead:
By the way I've also thought about using something like |
Also I just found out that a
produces empty angle brackets, like:
|
Yes, that makes perfectly sense. If there's a `gramGrp` tag, the `[]` are added
to the output. The `colloc` tag is a special case, because it's not supported,
Thanks
so the brackets remain empty.
|
I added a comment to line 122 of the commit 7dcdbaf. It's just about the selector in the |
At the moment, the colloc tag is not supported by the style sheets. It seems as if it were already present as an attribute, though.
I could have a look at the weekend at changing the style sheets, but would be happy if a XSL expert would have time for this little task.
Ah yes, justification: dan-eng :)
The text was updated successfully, but these errors were encountered: