This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: List-style-type


What you may be looking for is fo:list-item-label, in section 6.8.5 of the
XSLFO CR:

"The fo:list-item-label formatting object contains the content of the label
of a list-item, typically used to either enumerate, identify, or adorn the
list-item's body."

See http://www.w3.org/TR/xsl/slice6.html#fo_list-item-label

Whether or not the REC (or its implementations) will "adorn" lists with
discs, squares, circles, etc. remains to be seen. I think this is the
formatting OBJECT you are looking for, but whether there is a formatting
PROPERTY that would apply what you are looking for...ay, there's the rub.

Hope someone else can do better for you!

-Mike

-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Carmelo
Montanez
Sent: Thursday, February 15, 2001 1:50 PM
To: XSL-FO@yahoogroups.com; xsl-list@lists.mulberrytech.com
Subject: [xsl] List-style-type


Hi folks:

I have a quick question if I may.

In CSS you may set values to the "list-style-type" attribute (such as disc,
circle, etc).

I am trying to set up list in XSL FO and I want to use items like, circle,
discs and other
in my list.  Is that possible at all?

what I am trying to do is something like the following PSEUDO and incredibly
invalid XSL code

    <fo:list-block style-type-equivalent-in-FO = "disc">
      <fo:list-item or-maybe-here-I can-set-this-equal-to="disc">
           ...
       </fo:list-item>
   </fo:list-block>

Any ideas, suggestions?

Greetings,
Carmelo Montanez


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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]