Re: page border problem in xsl-fo

2003-11-07 Thread J.Pietschmann
Ashish Kumar wrote:
  i have to display page border in pdf document, but putting tags
like this is not working:
  
	page-height="29cm" master-name="first">
Borders are not allowed on regions by the spec:
  http://www.w3.org/TR/xsl/slice6.html#fo_region-body
(second paragraph under "areas:")
plz tell me wat can be the problem
Uh?

Some possible approaches:
- Use a background image in the region-body for the border
- Place appropriately absolutely positioned block-container
 with an appropriate border in the static content rended in
 the non-body regions.
J.Pietschmann



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


page border problem in xsl-fo

2003-11-07 Thread Ashish Kumar
hi all,
  i have to display page border in pdf document, but putting tags
like this is not working:

  
  
  


i have also tried using fo:block-container but that also doesn't work

plz tell me wat can be the problem

ashish 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]