Changes between Version 1 and Version 2 of Ticket #3841


Ignore:
Timestamp:
Jun 26, 2009, 9:21:35 AM (15 years ago)
Author:
Garry Yao
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3841 – Description

    v1 v2  
    1111The reason is due to html filter is tightly binding to writer now, which does not allow it to run rules in multiple times, the rules is applied along with the writing process.[[BR]]
    1212If we isolate the filter system out, it becomes more flexible:
    13 1. Allow "parsing once, filtering at will", with each filter rule changing the lightweight dom tree structure on the fly;
    14 2. Allow filter to alter node type easily;
    15 3. Write the whole document after all filters has applied.
     13 1. Allow "parsing once, filtering at will", with each filter rule changing the lightweight dom tree structure on the fly;
     14 2. Allow filter to alter node type easily;
     15 3. Write the whole document after all filters have applied.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy