Re: tab set

2003-04-13 Thread J.Pietschmann
Jeremias Maerki wrote: I'd like to add that tabs are considered whitespace in XML. Tabs as in Word can't be used in XSL-FO. Well, the fact that tabs are white-space is only relevant for validation. Tabs are passed through to the application unchanged. It's the XSLFO spec which guides how tabs

Re: tab set

2003-04-11 Thread Jeremias Maerki
I'd like to add that tabs are considered whitespace in XML. Tabs as in Word can't be used in XSL-FO. from the XML spec: (white space) consists of one or more space (#x20) characters, carriage returns, line feeds, or tabs. On 10.04.2003 20:30:40 Partridge, Michael wrote: I would suggest using

RE: tab set

2003-04-10 Thread Partridge, Michael
I would suggest using fo:block start-indent=n !-- where n is your indent -- !-- content1 -- /fo:block fo:block start-indent=n !-- where n is your indent -- !-- content2 -- /fo:block If you want to indent a table, I think the easiest way is to make an empty column at the edge. Mike