Menu

#7 CSS parser updated (again) - cascading partially supported

v3.0b
open
nobody
None
5
2005-04-20
2005-04-18
No

I updated the CSS parser to handle elements, classes
and ids (e.g., a#bbb, a.bbb).

Some other lines are commented to avoid messages as
mentioned in a bug report on this site.

Discussion

  • Mario De Weerd

    Mario De Weerd - 2005-04-20
    • summary: CSS parser updated --> CSS parser updated (again) - cascading partially supported
     
  • Mario De Weerd

    Mario De Weerd - 2005-04-20

    Logged In: YES
    user_id=149951

    I further updated the CSS parser so that it supports almost all
    of the cascading functionality.
    The HTML2FPDF core code now hs a lot of redundant code
    (calls to Reset method) due to this implementation of CSS
    parsing and use.

     
  • Mario De Weerd

    Mario De Weerd - 2005-04-21

    Logged In: YES
    user_id=149951

    More updates to CSS treatment.
    Interpretation of 'media'

     
  • Mario De Weerd

    Mario De Weerd - 2005-04-21

    More updates to CSS + Tags parsing

     
  • Nobody/Anonymous

    Logged In: NO

    Thanks for your update but when I uset it I have this error
    message :
    Call to undefined function: displaypreferences()
    Would tell me what I'm doing wrong. Thanks.

     
  • Mario De Weerd

    Mario De Weerd - 2005-08-23

    Logged In: YES
    user_id=149951

    DisplayPreferences is a method of the FPDF class extended
    by HTML2FPDF.
    My best guesses for your error message are:
    1. you did not read the FPDF class correctly;
    2. you made a typing mistake and the syntax interpretations
    got messed up so that the DisplayPreferences method was
    never implemented.

     

Log in to post a comment.