Comment or ProcessingInstruction #1

Open
opened 2023-08-15 07:44:30 +00:00 by alex · 0 comments
    ```

if (hide_empty and not element_text or
isinstance(element, lxml.etree._Comment) or
isinstance(element, lxml.etree._ProcessingInstruction) or
element.tag in self._hide_elements):
pass

``` if (hide_empty and not element_text or isinstance(element, lxml.etree._Comment) or isinstance(element, lxml.etree._ProcessingInstruction) or element.tag in self._hide_elements): pass ```
alex self-assigned this 2023-08-15 07:44:30 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: alex/xml_status_reader#1
There is no content yet.