Changes between Version 1 and Version 2 of Ticket #3841
- Timestamp:
- Jun 26, 2009, 9:21:35 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3841 – Description
v1 v2 11 11 The 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]] 12 12 If 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 hasapplied.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.