hi everyone!

i need to modifying lenya so that document type modules can insert their own xhtml:head tags (this is very useful if your module needs its own stylesheet).

would it make sense to use the page:page tag and friends for that, like so:

<page:page>
  <page:head>
    <link rel="stylesheet" .../>
  </page:head>
  <div id="body">
    <...>
  </div>
</page:head>

?

the main xslt of my publication could then parse for header tags and add them to the publication defaults.

now first i need to understand what the intended use of <page:*> is, because i don't want to redefine things and mess up namespaces. unfortunately, as with many lenya core workings, it is not documented anywhere. can anyone explain, and is my proposed usage in line with what the developers intended?


thanks,

jörn




--
"Open source takes the bullshit out of software."
        - Charles Ferguson on TechnologyReview.com

--
Jörn Nettingsmeier, EDV-Administrator
Institut für Politikwissenschaft
Universität Duisburg-Essen, Standort Duisburg
Mail: [EMAIL PROTECTED], Telefon: 0203/379-2736

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to