[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Header footer on every page...


Subject: RE: [xsl] Header footer on every page...
From: Gary Cornelius <gary.cornelius@xxxxxxxxxxxxxxx>
Date: Thu, 22 May 2003 14:16:38 +0100

Hi,

You might like to try to use a xhtml file for the header and the footer and
insert them using the document function. Inserting similarly to the
following...

<xsl:copy-of href="document('static.xhtml')//head""/>

<xsl:copy-of href="document('static.xhtml')//body"/>

Hope it works ok!

Cheers

Gary

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> krishnas@xxxxxxxxxxxxx
> Sent: 22 May 2003 12:14
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Header footer on every page...
>
>
> hai, all
>
> I am using xpath with xslt.i want Header and Footer on every page of
> transformed xml file.(my xml data  is not constant),
> can any one  help in this regard.any help is appreciated
>
> thank you.
>
>
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>
> ________________________________________________________________________
> This email has been scanned for all viruses.
>


________________________________________________________________________
This email has been scanned for all viruses.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords