Skip to content

Add element.sourceline (lxml) #97

Open
@SimonSapin

Description

@SimonSapin

Elements in lxml have a sourceline attribute, but it is always None in trees parsed with html5lib.

html5lib also appears to keep track of source line numbers for error messages.

I’d like to connect the two so that WeasyPrint can do its own error reporting based on line numbers of HTML elements. It seems like the attribute should be set in etree_lxml.py, but I don’t know how to access the input stream from there.

Suggestions?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions