Click here to Skip to main content
16,005,316 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Process XML from inside XML Pin
DavidNohejl8-Mar-05 9:23
DavidNohejl8-Mar-05 9:23 
GeneralRe: Process XML from inside XML Pin
Phil Hobgen8-Mar-05 10:20
Phil Hobgen8-Mar-05 10:20 
GeneralRe: Process XML from inside XML Pin
DavidNohejl8-Mar-05 9:24
DavidNohejl8-Mar-05 9:24 
GeneralRe: Process XML from inside XML Pin
Phil Hobgen8-Mar-05 12:08
Phil Hobgen8-Mar-05 12:08 
GeneralPassing XmlDocument from VB .NET to VC++ Pin
alfonx28-Feb-05 9:00
alfonx28-Feb-05 9:00 
GeneralPage Header/Footer in HTML Pin
dotnetquery27-Feb-05 20:18
dotnetquery27-Feb-05 20:18 
GeneralRe: Page Header/Footer in HTML Pin
Phil Hobgen28-Feb-05 8:10
Phil Hobgen28-Feb-05 8:10 
GeneralRe: Page Header/Footer in HTML Pin
DavidNohejl28-Feb-05 8:17
DavidNohejl28-Feb-05 8:17 
hi there,
I seriously doubt there is CSS support for this. Wait for CSS3 Wink | ;) Well, assuming you have similar structure for all your pages (let say it starts with paragraph of CSS class MyP), you can easily specify something like
<br />
@media print {<br />
 MyP:before{<br />
    content:'header';<br />
    position:absolute;<br />
    left:0;<br />
    top:0;<br />
    }<br />
}<br />


For details look at w3c.org...
hope it helps
David

Never forget: "Stay kul and happy" (I.A.)
GeneralRe: Page Header/Footer in HTML Pin
dotnetquery28-Feb-05 21:36
dotnetquery28-Feb-05 21:36 
GeneralRe: Page Header/Footer in HTML Pin
DavidNohejl2-Mar-05 0:38
DavidNohejl2-Mar-05 0:38 
GeneralRe: Page Header/Footer in HTML Pin
dotnetquery2-Mar-05 1:41
dotnetquery2-Mar-05 1:41 
GeneralRe: Page Header/Footer in HTML Pin
DavidNohejl2-Mar-05 2:18
DavidNohejl2-Mar-05 2:18 
GeneralRe: Page Header/Footer in HTML Pin
Abuhijleh5-Mar-05 23:24
Abuhijleh5-Mar-05 23:24 
Generalclickety police Pin
DavidNohejl6-Mar-05 1:35
DavidNohejl6-Mar-05 1:35 
GeneralDisplay Image from XML source Pin
dotnetquery27-Feb-05 18:13
dotnetquery27-Feb-05 18:13 
GeneralRe: Display Image from XML source Pin
Phil Hobgen28-Feb-05 8:38
Phil Hobgen28-Feb-05 8:38 
GeneralRe: Display Image from XML source Pin
dotnetquery28-Feb-05 18:14
dotnetquery28-Feb-05 18:14 
Generalscheme redefines in xml Pin
mcgahanfl25-Feb-05 9:39
mcgahanfl25-Feb-05 9:39 
GeneralXML Extractions Pin
WallPanelMan25-Feb-05 7:43
WallPanelMan25-Feb-05 7:43 
GeneralXML PARSER Pin
sunit523-Feb-05 3:27
sunit523-Feb-05 3:27 
GeneralRe: XML PARSER Pin
DavidNohejl23-Feb-05 10:52
DavidNohejl23-Feb-05 10:52 
GeneralRe: XML PARSER Pin
ThatsAlok24-Feb-05 17:29
ThatsAlok24-Feb-05 17:29 
General&lt;fo:bookmark&gt; problem Pin
dotnetquery22-Feb-05 23:47
dotnetquery22-Feb-05 23:47 
Generalbackground-color problem Pin
dotnetquery22-Feb-05 18:12
dotnetquery22-Feb-05 18:12 
GeneralParsing problem in msxml4 Pin
R_K22-Feb-05 16:42
R_K22-Feb-05 16:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.