Hi,
I have HTML comment with attributes, which I need to parse. For example:
<!-- size w=10, h=20 --> I have to fetch w & h, and they are not coming as part of attributes in either HTMLNode or HTMLCommentNode. Do we have a way to read these or I need to do string parsing??
I have HTML comment with attributes, which I need to parse. For example:
<!-- size w=10, h=20 --> I have to fetch w & h, and they are not coming as part of attributes in either HTMLNode or HTMLCommentNode. Do we have a way to read these or I need to do string parsing??