xsl-list
[Top] [All Lists]

RE: Header footer on every page...

2003-05-22 06:16:38
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(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]On Behalf Of
krishnas(_at_)danlawinc(_dot_)com
Sent: 22 May 2003 12:14
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>