This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [docbook-apps] Body tag in chunks


I made my chunked .htm files say <body class="FrameworkView"> by putting
this into a customization layer:

<!--  remove default body attributes and add only class="FrameworkView" 
  --> 
<xsl:template name="body.attributes">
<xsl:attribute name="class">FrameworkView</xsl:attribute> 
</xsl:template>

Hope that answers your question.

Tara


-----Original Message-----
From: Leticia Thorell [mailto:LeticiaT@invera.com] 
Sent: Friday, May 14, 2004 11:17 AM
To: 'docbook-apps@lists.oasis-open.org'
Subject: [docbook-apps] Body tag in chunks

If I had to add, for example, class=bodyclass, to the body tag of each
chunk, what template should I override?


****************************************************************************

This e-mail may be privileged and/or confidential, and the sender does not
waive any related rights and obligations. Any distribution, use or copying
of this e-mail or the information it contains by other than an intended
recipient is unauthorized. If you received this e-mail in error, please
advise me (by return e-mail or otherwise) immediately. 

Ce courriel est confidentiel et protégé. L'expéditeur ne renonce pas aux
droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou
copie de ce message ou des renseignements qu'il contient par une personne
autre que le (les) destinataire(s) désigné(s) est interdite. Si vous recevez
ce courriel par erreur, veuillez m'en aviser immédiatement, par retour de
courriel ou par un autre moyen.

To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org, or visit
http://www.oasis-open.org/mlmanage/.

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]