Dynamic Numbering in Html not getting reflected in Doc

Hi Guys

I have created a dynamic numbering for the TOC using HTML…below is the HTML:

--------------------------------------------------------------------------------------





OL { counter-reset: item }
LI { display: block }
LI:before { content: counters(item, “.”) " "; counter-increment: item }






  1. one

  2. two

    1. two.one

    2. two.tow

    3. two.three

      1. two.three.one

      2. two.three.two




    4. two.four





  3. three

  4. four



  1. item

  2. item





------------------------------------------------------------------------------------------

But, when I view it in Chrome Browser , it is working fine as in the ‘Expected Behaviour’ Screenshot…

However when I view it in the Aspose Generated file or Explorer Browser……, I am not getting the desired output, and I am getting an output as shown below in the ‘Actual Behaviour’…

Pls help me mitigate this issue. I’m already running late for this :confused:


Thanks in Advance
Anu Jacob


Hi Anu,

Thanks for your inquiry.
Unfortunately, Aspose.Words does not support counter, counter-reset and
counter-increment css properties at the moment. However, we had already
logged this feature request as WORDSNET-7662 in our issue tracking system. You will be notified via this forum thread once this feature is available.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-7662) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(4)