Skip to content
This repository was archived by the owner on Oct 22, 2022. It is now read-only.
This repository was archived by the owner on Oct 22, 2022. It is now read-only.

Test & implement: Component for extracting IDL fragments from HTMLFileContents #41

Closed
@mdittmer

Description

@mdittmer

FOAM's HTMLLexer provides a stream of openTag/closeTag/textFragments. With some basic tag matching on <pre> open/close tags, we can extract the contents of <pre class="idl"> instances. We also need to filter out instances that are inside a <* class="example"> or <* class="note"> tag (as done here in the proof-of-concept code).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions