-
Notifications
You must be signed in to change notification settings - Fork 38
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
text disappears if @xml:lang in children of div[@type="edition"] #44
Comments
This is controlled in stylesheets/epidoc/prune-to-language.xsl, and further exceptions to the general rule should be added there. It may be that the existing template there should be changed to use xsl:copy-of to pull in all of the content regardless of language. |
I changed the first line of the template to say |
There are three considerations:
If just the first has a positive answer, then you can just prepend |
|
@simonastoyanova @ajenhl: what is the status of this ticket? Is everything working as it should be? I was wondering if a solution might be to list the "suppressable" languages (languages of the edition, rather than of the texts) somewhere, and only supress those for i18n purposes. (I.e. a corpus might include inscriptions and parts of inscriptions in Greek, Latin, Hebrew, Old Church Slavonic, and Medieval Persian, and the edition might be bilingual in English and Russian. It is only the latter two languages that should trigger suppression/display in i18n function; all others should appear ubiquitously, whether in edition or elsewhere.) |
Another related issue is that EFES by default is not displaying the content of xml files whose |
The text disappears if
@xml:lang
is put either on adiv[@type="textpart"]
orab
. I tried putting it both ondiv[@type="edition"]
and "textpart"/ab
for the experiment, and it doesn't appear. Seems like the only possibility is to have it ondiv[@type="edition"]
.Needs fixing for cases of multiple languages in one inscription.
The text was updated successfully, but these errors were encountered: