Archives for: May 2011, 19

19/05/11

Permalink 10:32:06 am, by lspwong, 367 words, 89 views   English (CA)
Categories: Activity log; Mins. worked: 60

Issues with block quotes

EDIT: SEE COMMENTS BY MH BELOW.

Working on the varin.xml, I discovered a problem when trying to use <cit type="blockquote"><quote type="noMarks">. Although the document validated, it caused an error when trying to view the XSLT. The error was related to XML lines 3218 to 3226 (/TEI/text[1]/body[1]/div[35]/p[4]/cit[1]/quote[1]). I tried to fix the error by changing <cit type="blockquote" rend="margin: 0"><quote type="noMarks"><foreign xml:lang="la"> to simply <cit type="blockquote"><quote><foreign xml:lang="la">, however, this displayed "guillemets" around the quoted text. I ended up having to use <cit type="blockquote" rend="margin: 0"><quote type="italics"><foreign xml:lang="la"> to fix the error and make the text display properly without "guillemets" and only in italics.

MH will probably need to do some more tweaking of block quote handlers.

Investigation by MH

I think this issue arises out of a basic misunderstanding. The handling for blockquotes depends on <cit type="block">, NOT type="blockquote". If you use <cit type="block">, then no quotes (guillemets) will be applied anyway; by default, blockquotes do not have quotation marks. In fact, the @type attribute on the <quote> element is ignored in the case of <cit type="block">.

So if the objective is to have an italicized blockquote, with the italicization due to its being in a foreign language, you can do this:

<cit type="block" rend="margin: 0; margin-top: 0; margin-bottom: 0;"><quote><foreign xml:lang="la">
    I’ay pour le dot beaucoup d’argent receu,<lb/>
    Et mon pouuoir ce faiſant i’ay vendu.</foreign></quote></cit>

There are 24 instances of the erroneous cit type="blockquote" in the following documents: forest_nuptiale, sonnet_1609, and varin. There are 14 instances of the correct formulation, <cit type="block">, which occur in sonnet_1609 and varin. I think we need to look at all the erroneous ones and fix them, making any other adjustments required to make them display properly.

Mariage

Faut-il se marier? La question de Panurge s’avère incontournable en Occident, surtout à partir de la contre-réforme. Des débuts de la Concile de Trente en 1545 jusqu’à la fin du règne de Louis XIV, la tentative de renouveler le mariage se heurte en France à l’intervention croissante de la monarchie dans cette institution dominée auparavent par l’Église. La rencontre entre ces deux autorités fut tumultueuse mais propice au foisonnement des documents qui font l’objet de ce site : « l’imaginaire nuptial » se compose de divers genres textuels, chacun ayant son caractère propre, mais tous traitant des peurs, des désirs et des fantasmes de plus en plus visibles dans la société d’Ancien Régime grâce aux débats soulevés par la nouvelle problématique de l’union conjugale. L’accent pour le moment est sur les textes et images misogames qui font partie d’un renouveau de la Querelle des femmes pendant les 25 premières années du XVIIe siècle.

Reports

Categories

May 2011
Sun Mon Tue Wed Thu Fri Sat
 << < Current> >>
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

XML Feeds