Here's a good start (watch word wrap!):

http://www.w3.org/TR/xsl/slice6.html#section-N17076-Formatting-Objects- for-Lists

I might also recommend checking out this page:

http://xml.apache.org/fop/resources.html

It has a bunch of online resources that will be useful to you. In particular, the books on XSL-FO are especially helpful!

Web Maestro Clay

On Jul 10, 2004, at 2:35 AM, Varadharajan Sethuraman wrote:
Hi,

I have one xml file like following
<document>
    <object type="nbullet">List1</object>
    <object type="nbullet">List2</object>
    <object type="nbullet">List3</object>
    <object type="sbullet">List4</object>
    <object type="sbullet">List5</object>
    <object type="sbullet">List6</object>
    <object type="nbullet">List7</object>
    <object type="nbullet">List8</object>
</document>

what i want is, the output(pdf) should be
 
        1.      List1
        2.      List2
        3.      List3
        •        List4
        •        List5
        •        List6
        1.      List7
        2.      List8

means .... if the type consecutive attributes of object is same then preparing one list(nbullet the number bullet other symbols)

if you have any logic to implement this ....pls let me know ...

Regards

Varadharajan S


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



Reply via email to