OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]