← Prev in month ← Prev in thread

Code Block and Xinclude

From
Raymond <>
Date
2005-07-26T00:05:38+00:00
ID
Thread
Code Block and Xinclude
The following code block

--------------------------------------------------
   <config param="banner" value="&BANNER;"/>
   <config param="banner-tabular" value="&BANNER_TABULAR;"/>
   <config param="feedback.href" value="&FEEDBACK_HREF;"/>
   <config param="footer" value="&FOOTER;" altval="&ALTVAL_FOOTER;"/>
   <config param="footlink" value="&FOOT_LINK;" altval="&ALTVAL_FOOT_LINK;"/>
   <config param="homebanner" value="&HOMEBANNER;"/>
   <config param="homebanner-tabular" value="&HOMEBANNER_TABULAR;"/>
   <config param="navbgcolor" value="&NAV_BG_COLOR;"/>
   <config param="navtocwidth" value="&NAV_TOC_WIDTH;"/>
   <config param="rcsdate" value="&RCS_DATE;"/>
----------------------------------------------------------------------------------

 is implemented on each docbook-website webpage root'd document between

-----------------------------------------------------------------------------------------------------
<webpage id="foo" xmlns:html="&W3_XHTML;" xmlns:xlink="&W3_XLINK;"
   xmlns:rddl="&RDDL;" xml:base="&XML_BASE;">
----------------------------------------------------------------------------------

and

--------------------------------------------------------------------------------------
   <head>
      <title>Foo/title>
      <summary>Foo</summary>
      <keywords>foo</keywords>
   </head>
-----------------------------------------------------------------------------------------

How does one utilize an xinclude for the aforementioned block as it is my 
understanding that an xinclude'd document requires a singular root element.

Thanks in advance.

Raymond
← Prev in month ← Prev in thread