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
- List1
- List2
- List3
- List4
- List5
- List6
- List7
- 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
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!